Skip to content

Kion CLI v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 20:22
· 2 commits to main since this release
c2eb76b

Version 0.8.0 adds support for Firefox containers, support for Windows Command Prompt and PowerShell, and improved shell history support when dropping into sub-shells (the kion stak command). Firefox container support adds the ability to federate into multiple AWS accounts at the same time for more advanced workflows. Note that Firefox container support requires the Open external links in a container add-on as well as an update to your ~/.kion.yml configuration file. See the repo README.md for more details. A big thank you to @joraff and @mjburling for help with development and testing!

Added

  • Added support for Firefox containers [/pull/72]
  • Added support for Windows Command Prompt and PowerShell [/pull/72]
  • Configured subshells to pull and set HISTFILE in zsh [/pull/70]

Fixed

  • Exit non-zero if an error is encountered [/pull/65]