Skip to content

Frodo CLI 2.0.0-30

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 02:35
· 241 commits to main since this release

Added

  • #283: Support for authentication settings:

    • frodo authn Manage authentication setting.
      • describe List authentication settings.
      • export Export authentication settings.
      • import Import authentication settings.

    Examples:

    • Describe authentication settings:
      frodo authn describe <myTenant> <realm>

      frodo authn describe --json <myTenant> <realm>

      frodo authn describe <myTenant> <username> <password>

    • Describe authentication settings in machine-readable format (json):
      frodo authn describe --json <myTenant> <realm>

      frodo authn describe --json <myTenant> <realm> <username> <password>

    • Export authentication settings to file:
      frodo authn export <myTenant> <realm>

      frodo authn export <myTenant> <realm> <username> <password>

    • Import authentication settings from file:
      frodo authn import -f alphaRealm.authentication.settings.json <myTenant> <realm>

      frodo authn import -f alphaRealm.authentication.settings.json <myTenant> <realm> <username> <password>

    • #217: Support --json with frodo esv variable describe.

What's Changed

Full Changelog: v2.0.0-29...v2.0.0-30