Releases: britive/python-cli
Releases · britive/python-cli
v0.9.1
v0.9.0
What's New
pybritive checkoutwill now report progress of the action by default (ifstdoutis a tty). Can show more verbose output with--verbose/-v. Can silence the progress with the already available--silent\-sflag.
Enhancements
- None
Bug Fixes
- None
Dependencies
britive~=2.13.0frombritive~=2.12.4- checkout progress callback
Other
- None
v0.8.0
What's New
- Ability to store a GCP
gcloudkey file locally soeval $(pybritive checkout "profile" -m gcloudauth)will automatically authenticate the user with the gcloud CLI. - Ability to override the default location of the GCP
gcloudkey file withpybritive checkout "profile" -m gcloudauth --gcloud-key-file /path/to/key.json - New command
clearwith subcommandscacheandgcloud-key-files.cachehas same functionality aspybritive cache clearandgcloud-key-fileswill remove allpybritivegenerated temporary key files stored in the default location.
Enhancements
- None
Bug Fixes
- None
Dependencies
britive~=2.12.4frombritive~=2.12.3- AWS provider optional session token
Other
- None
v0.7.2
v0.7.1
v0.7.0
What's New
NOTE: This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.
- Support for workload identity federation providers
Enhancements
- None
Bug Fixes
- None
Dependencies
- None
Other
- None
v0.6.0
What's New
- None
Enhancements
- When checking out a profile, the default is to check out programmatic access unless the
--console/-cflag is set. This
enhancement will enable auto check out of console access if programmatic access is not available for the specified profile.
Bug Fixes
- None
Dependencies
- None
Other
- None