Skip to content

Instantly share code, notes, and snippets.

@gitfool
Last active September 3, 2025 21:23
Show Gist options
  • Select an option

  • Save gitfool/c063644d209de0c56738d087cd1fc78c to your computer and use it in GitHub Desktop.

Select an option

Save gitfool/c063644d209de0c56738d087cd1fc78c to your computer and use it in GitHub Desktop.
Scoop manifest for aws-sso-cli
{
"version": "2.1.0",
"description": "A powerful tool for using AWS Identity Center for the CLI and web console",
"homepage": "https://github.com/synfinatic/aws-sso-cli",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/synfinatic/aws-sso-cli/releases/download/v2.1.0/aws-sso-2.1.0-windows-amd64.exe#/aws-sso.exe",
"hash": "07f584299ee7f19a82876faa6f315eec4db7a483c493c6fc9b0014273537542c"
},
"32bit": {
"url": "https://github.com/synfinatic/aws-sso-cli/releases/download/v2.1.0/aws-sso-2.1.0-windows-386.exe#/aws-sso.exe",
"hash": "83dfa6039a97552e02f307cfe1230e578bced7ad30d4cd7302eeb5b3ced7c8b0"
}
},
"bin": "aws-sso.exe",
"checkver": {
"github": "https://github.com/synfinatic/aws-sso-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/synfinatic/aws-sso-cli/releases/download/v$version/aws-sso-$version-windows-amd64.exe#/aws-sso.exe"
},
"32bit": {
"url": "https://github.com/synfinatic/aws-sso-cli/releases/download/v$version/aws-sso-$version-windows-386.exe#/aws-sso.exe"
}
}
}
}
@gitfool
Copy link
Author

gitfool commented Sep 3, 2025

Note to self to update gist:

cd ~\scoop\apps\scoop\current
.\bin\checkver.ps1 aws-sso-cli D:\Devel\gitfool\scoop-main -u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment