All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for shell autocompletion with the
bws completions
command (#103) - When running
bws
with no args, the help text is now printed tostderr
instead ofstdout
to be consistent withbws subcommand
behavior (#190)
- Switched command order from
action type
totype action
, please re-read the help documentation (#76)
- Ability to create and edit projects (#53)
- Ability to create and edit secrets (#77)
- Support
NO_COLOR
environment variable to disable CLI colors (#61) - Support for
CLICOLOR_FORCE
(#74)
- Improve login error handling (#109)
- Respect users color choice for errors (#61)
- Add user agent to login requests (#11)