Releases: Cox-Automotive/alks-cli
2.0.0
Version 2.0 introduces sessions which are meant to make ALKS usage much easier to use and simpler to automate. This is the preferred way of using ALKS as it automates the underlying ALKS keys for you. If you don't provide an index you'll be prompted for the account/role you'd like to use. If you provide the index (1-n) there's no need to select the account/role. Alternatively you can provide the account and role as flags.
1.5.1 Update
Bug fixes, improved error handling and IDEA export.
Linux Support
Now leveraging netrc to store credentials in linux.
1.3.2 Release
This release relies on a fork of one of the libs used, because of that you'll need to have git installed before you do npm install
.
1.1.0
Key list is now grouped by ALKS account and suggestions for typo'd subcommands.
1.0.2
ALKS CLI will now check for updates and notify user if a newer version is available.
1.0.1
Password is now required when configuring an account.
1.0.0 Release
Merge pull request #2 from Cox-Automotive/account-selection Adds account selection functionality. Misc bug fixes.