Skip to content

v0.8.0

Choose a tag to compare

@twratl twratl released this 05 Jan 21:15
· 406 commits to main since this release
bc5673b

What's New

  • Ability to store a GCP gcloud key file locally so eval $(pybritive checkout "profile" -m gcloudauth) will automatically authenticate the user with the gcloud CLI.
  • Ability to override the default location of the GCP gcloud key file with pybritive checkout "profile" -m gcloudauth --gcloud-key-file /path/to/key.json
  • New command clear with subcommands cache and gcloud-key-files. cache has same functionality as pybritive cache clear and gcloud-key-files will remove all pybritive generated temporary key files stored in the default location.

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • britive~=2.12.4 from britive~=2.12.3 - AWS provider optional session token

Other

  • None