-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgossm.json
24 lines (24 loc) · 891 Bytes
/
gossm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "1.5.0",
"description": "Interactive CLI tool that you can connect to EC2 using commands same as start-session, SSH in AWS SSM Session Manager",
"homepage": "https://github.com/gjbae1212/gossm",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gjbae1212/gossm/releases/download/v1.5.0/gossm_1.5.0_Windows_x86_64.tar.gz",
"hash": "dd568877166e762433b2bdeb5b3cddac93e4946a4d1311d99e60298ce867a173"
}
},
"bin": "gossm.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gjbae1212/gossm/releases/download/v$version/gossm_$version_Windows_x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/gossm_$version_checksums.txt"
}
}
}