-
Notifications
You must be signed in to change notification settings - Fork 26
/
devcontainer-cli.yml
26 lines (26 loc) · 1.1 KB
/
devcontainer-cli.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
version: 0.1.5524099953
description: Unofficial Visual Studio Code devcontainers "manager"
homepage: https://github.com/stuartleeks/devcontainer-cli
license:
identifier: MIT
url: https://github.com/stuartleeks/devcontainer-cli/blob/main/LICENSE
architecture:
64bit:
url: https://github.com/stuartleeks/devcontainer-cli/releases/download/v0.1.5524099953/devcontainer-cli_windows_amd64.zip
hash: 29ed7e8121fe1f1f840c232f820a2f2f54ab8ba697c178ee167fb6dce2d4ad4c
32bit:
url: https://github.com/stuartleeks/devcontainer-cli/releases/download/v0.1.5524099953/devcontainer-cli_windows_386.zip
hash: eb66e1b567e0abb9f6198980a28ce3ae6990bd56699238d2800a428702aabd35
bin:
- devcontainer.exe
- - devcontainer.exe
- devcontainer-cli
checkver: github
autoupdate:
architecture:
64bit:
url: https://github.com/stuartleeks/devcontainer-cli/releases/download/v$version/devcontainer-cli_windows_amd64.zip
32bit:
url: https://github.com/stuartleeks/devcontainer-cli/releases/download/v$version/devcontainer-cli_windows_386.zip
hash:
url: $baseurl/devcontainer-cli_$version_checksums.txt