github kionsoftware/kion-cli v0.17.0
Kion CLI v0.17.0

5 hours ago

Version 0.17.0 adds AWS multi-session support for commercial accounts and a new utility for rotating Kion App API Keys. Rotation updates the configuration file or prints the key, depending on how the current key was supplied — printing is gated behind a user prompt so a key is never printed without confirmation. Configuration file operations were also improved: modifications now preserve comments and formatting. Also fixes a bug where the selection prompt printed duplicate CARs during stak/console operations.

Added

  • Adds support for AWS multi-session for commercial accounts via a new aws_multi_session config field (#118)
  • Adds kion util rotate-api-key for rotating Kion App API Keys, plus supporting config helper changes (#119)

Fixed

  • Dedupes repeated CAR rows in selection prompts (#116)

Usage

AWS Multi-Session

  • Add aws_multi_session: true under the kion mapping in your config file.

Kion App API Key Rotation

  • kion util rotate-api-key rotates the API key for the default profile.
  • For another profile: kion --profile <PROFILE> util rotate-api-key.
  • Setting KION_API_KEY or passing --token <KION_API_KEY> rotates and prints the key instead of saving it to the config file.

Don't miss a new kion-cli release

NewReleases is sending notifications on new releases.