alks-cli
alks-cli copied to clipboard
CLI for working with the ALKS service.
**Feature Request 🚀** When opening a session, it can be difficult to find the specific account I'm looking for in the list of available ones. That's because they are sorted...
Currently when running `alks sessions open` it prints the "short account name" but I have access to many accounts some with very similar short names so it would be great...
On Windows when using `GitBash`, Linux terminology `export` is used instead of `set`. Ideally we would provide the ability to set an override setting to use Export over Set. Example:...
Currently latest version of node can't find `fsevents` binary. More details on Slack: https://coxauto.slack.com/archives/C4C5MKVQ9/p1552942215128600
It's an easy mistake to make, and it should be easy enough for the cli to handle. Perhaps catch that 2fa on the end and say “perhaps you meant login2fa”?...
yesterday, I changed the password and I was trying to resume my ALKS session. when I ran basic `alks sessions...` command I see this message on the console. `Error: Bad...
I tried to open session and save the result to my `~/.aws/credentials` file. When complaining about already existing AWS credentials, the log message refers to an `undefined` profile rather than...
Windows PowerShell `alks sessions open` In `developer.js` line 99: `clortho.getFromKeychain(ALKS_USERID)` an error is returned if the PowerShell user profile script writes to stdout/err (not sure which). In my profile script,...
We'd like each ALKS client application to return information about its name and version to the ALKS API when executing requests. This information will be used to gather user information...
Defaulting to Federated Sessions cause more issues than it solves. IAM Sessions should be the default functionality. This could be bundled with #105