Downloads:
20
Downloads of v 0.38.0:
20
Last Update:
12 Jun 2025
Published Date:
12 Jun 2025
Reviewed Date:
16 Jul 2025
Reviewer:
Package Maintainer(s):
Software Author(s):
- Common Fate
Tags:
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Granted CLI
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
0.38.0 | Updated: 12 Jun 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
20
Downloads of v 0.38.0:
20
Published:
12 Jun 2025
Reviewed:
16 Jul 2025
Reviewer:
Maintainer(s):
Software Author(s):
- Common Fate
Granted CLI 0.38.0
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Common Fate. The inclusion of Common Fate trademark(s), if any, upon this webpage is solely to identify Common Fate goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Granted CLI
Granted is a command line interface (CLI) application which simplifies access to cloud roles and allows multiple cloud accounts to be opened in your web browser simultaneously.
Features
- Simplified AWS SSO: Easily assume AWS roles with simplified commands
- Multiple Browser Sessions: Open multiple cloud accounts simultaneously in different browser profiles
- Profile Management: Manage AWS CLI profiles with ease
- Cross-Platform: Works on Windows, macOS, and Linux
- Security Focused: Built with security best practices in mind
Usage
After installation, you can use Granted with commands like:
assume <profile-name>
assume -c <profile-name> # Web browser will open in a new tab
granted <subcommand>
For complete documentation, visit: https://docs.commonfate.io/introduction
Notes
This package automatically detects your system architecture (x64, x86, ARM64) and installs the appropriate binary.
The package is maintained independently and is not officially supported by Common Fate.
$ErrorActionPreference = 'Stop'
$packageName = 'granted'
try {
Write-Host "Uninstalling Granted CLI and tools..." -ForegroundColor Yellow
# Remove shims for .exe files (these were installed with Install-BinFile)
$shimNames = @('granted', 'assumego')
foreach ($shimName in $shimNames) {
try {
Uninstall-BinFile -Name $shimName
Write-Host " Removed shim: $shimName" -ForegroundColor Green
} catch {
Write-Warning " Could not remove shim '$shimName': $($_.Exception.Message)"
}
}
# Remove .bat and .ps1 files that were copied directly to chocolatey bin directory
$directFiles = @('assume.bat', 'assume.ps1')
$chocoDir = Join-Path $env:ChocolateyInstall "bin"
foreach ($fileName in $directFiles) {
$filePath = Join-Path $chocoDir $fileName
if (Test-Path $filePath) {
try {
Remove-Item -Path $filePath -Force
Write-Host " Removed file: $fileName" -ForegroundColor Green
} catch {
Write-Warning " Could not remove file '$fileName': $($_.Exception.Message)"
}
} else {
Write-Host " File not found (already removed): $fileName" -ForegroundColor Gray
}
}
Write-Host ""
Write-Host "Granted CLI and tools have been successfully uninstalled." -ForegroundColor Green
Write-Host "Removed commands: granted, assumego, assume.bat, assume.ps1" -ForegroundColor Yellow
} catch {
Write-Warning "Error during uninstallation: $($_.Exception.Message)"
}
Log in or click on link to see number of positives.
- granted.0.38.0.nupkg (90e47a93fea9) - ## / 67
- granted_0.38.0_windows_x86_64.zip (0d8be12106ff) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
2024 Common Fate
This package has no dependencies.
Ground Rules:
- This discussion is only about Granted CLI and the Granted CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Granted CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
mrbungie (maintainer) on 12 Jun 2025 19:43:07 +00:00:
User 'mrbungie' (maintainer) submitted package.
chocolatey-ops (reviewer) on 12 Jun 2025 20:16:17 +00:00:
granted has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 13 Jun 2025 07:48:03 +00:00:
granted has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/f523b1ae75a6fbd9654e7b8148d68848 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 13 Jun 2025 08:04:51 +00:00:
granted has passed automated virus scanning.
flcdrg (reviewer) on 16 Jul 2025 07:51:03 +00:00:
Please resolve these to allow this package to be approved:
thanks,
David
chocolatey-ops (reviewer) on 05 Aug 2025 07:52:27 +00:00:
We've found granted v0.38.0 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.