Skip to content

Tags: roylee17/zitadel-cli

Tags

v0.4.0

Toggle v0.4.0's commit message
feat: add Actions, OIDC export, and Grant management commands

New Commands:
- action: Manage Zitadel Actions (create, list, get, update, delete, deploy, undeploy)
- oidc: Export OIDC credentials for existing applications
- project grant: Manage project grants for multi-tenant scenarios
- user grant: Manage user role assignments (RBAC)

Client Methods Added:
- Action operations (12 methods)
- Project Grant operations (7 methods)
- User Grant operations (9 methods)

These are generic Zitadel features useful for:
- Multi-tenant SaaS applications
- Custom authentication flows
- Role-based access control
- OIDC application configuration

v0.3.0

Toggle v0.3.0's commit message
fix: address lint warnings and update test for token validation change

- Check fmt.Fprintln return value (errcheck)
- Add nolint:exhaustive for reflect.Kind switch
- Add nolint:gosec for CLI file path input
- Update test to reflect that token is now optional in New()

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.2.2

Toggle v0.2.2's commit message
docs: fix markdown table formatting in README

Align table columns and fix minor whitespace issues.

v0.2.1

Toggle v0.2.1's commit message
fix: print error to stderr before exiting

SilenceErrors in Cobra suppresses error output, but the error
was not being printed anywhere. This made debugging failures
impossible.

Now errors are printed to stderr before exit code 1.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from roylee17/feature/provision-enhancements

feat(provision): add extension, CLI app, custom roles, and K8s output

v0.1.0

Toggle v0.1.0's commit message
Initial commit: zitadel-cli