Keg.Aws.Sso.Tool 0.1.2

dotnet tool install --global Keg.Aws.Sso.Tool --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Keg.Aws.Sso.Tool --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Keg.Aws.Sso.Tool&version=0.1.2
                    
nuke :add-package Keg.Aws.Sso.Tool --version 0.1.2
                    

Keg AWS SSO Tool

keg-aws-sso is a .NET global tool for retrieving AWS SSO credentials and generating credential-process profiles for local development.

Install

dotnet tool install --global Keg.Aws.Sso.Tool

Usage

The tool requires both a start URL and AWS region.

Start by generating all profiles you have access to

keg-aws-sso get -p my-sso-profile -u https://example.awsapps.com/start -r eu-west-1
keg-aws-sso create -g -u https://example.awsapps.com/start -r eu-west-1

Then you can get them as process credential

keg-aws-sso get -p my-sso-profile -u https://example.awsapps.com/start -r eu-west-1

Or as a normal SSO credential

Build and test

dotnet restore Keg.Aws.Sso.Tool.slnx
dotnet build Keg.Aws.Sso.Tool.slnx -c Release
dotnet test Keg.Aws.Sso.Tool.slnx -c Release

Contributing

See CONTRIBUTING.md.

License

MIT. See LICENSE.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.2 130 4/20/2026
0.1.1 107 4/20/2026