Skip to content

Releases: Cox-Automotive/alks-cli

2.0.0

06 Oct 20:41
Compare
Choose a tag to compare

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

09 Sep 16:21
Compare
Choose a tag to compare

Bug fixes, improved error handling and IDEA export.

Linux Support

08 Sep 18:13
Compare
Choose a tag to compare

Now leveraging netrc to store credentials in linux.

1.3.2 Release

07 Sep 19:18
Compare
Choose a tag to compare

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

13 Aug 01:23
Compare
Choose a tag to compare

Key list is now grouped by ALKS account and suggestions for typo'd subcommands.

1.0.2

05 Aug 02:04
Compare
Choose a tag to compare

ALKS CLI will now check for updates and notify user if a newer version is available.

1.0.1

04 Aug 19:33
Compare
Choose a tag to compare

Password is now required when configuring an account.

1.0.0 Release

03 Aug 14:45
Compare
Choose a tag to compare
Merge pull request #2 from Cox-Automotive/account-selection

Adds account selection functionality. Misc bug fixes.