Tags: roylee17/zitadel-cli
Tags
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
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]>