Documentation ¶
Index ¶
- func Execute()
- func NewClientsCmd() *cobra.Command
- func NewClientsCreateCmd() *cobra.Command
- func NewClientsDeleteCmd() *cobra.Command
- func NewClientsGetCmd() *cobra.Command
- func NewClientsImportCmd() *cobra.Command
- func NewClientsListCmd() *cobra.Command
- func NewClientsUpdateCmd() *cobra.Command
- func NewJanitorCmd() *cobra.Command
- func NewKeysCmd() *cobra.Command
- func NewKeysCreateCmd() *cobra.Command
- func NewKeysDeleteCmd() *cobra.Command
- func NewKeysGetCmd() *cobra.Command
- func NewKeysImportCmd() *cobra.Command
- func NewMigrateCmd() *cobra.Command
- func NewMigrateSqlCmd() *cobra.Command
- func NewRootCmd() *cobra.Command
- func NewServeAdminCmd() *cobra.Command
- func NewServeAllCmd() *cobra.Command
- func NewServeCmd() *cobra.Command
- func NewServePublicCmd() *cobra.Command
- func NewTokenClientCmd() *cobra.Command
- func NewTokenCmd() *cobra.Command
- func NewTokenDeleteCmd() *cobra.Command
- func NewTokenFlushCmd() *cobra.Command
- func NewTokenIntrospectCmd() *cobra.Command
- func NewTokenRevokeCmd() *cobra.Command
- func NewTokenUserCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
- func RegisterCommandRecursive(parent *cobra.Command)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command sets flags appropriately.
func NewClientsCreateCmd ¶
createCmd represents the create command
func NewClientsDeleteCmd ¶
clientsDeleteCmd represents the delete command
func NewClientsGetCmd ¶
func NewClientsImportCmd ¶
func NewClientsListCmd ¶
func NewClientsUpdateCmd ¶
updateCmd represents the update command
func NewJanitorCmd ¶
func NewKeysCreateCmd ¶
createCmd represents the create command
func NewKeysDeleteCmd ¶
deleteCmd represents the delete command
func NewKeysImportCmd ¶
keysImportCmd represents the import command
func NewMigrateSqlCmd ¶
migrateSqlCmd represents the sql command
func NewRootCmd ¶
This represents the base command when called without any subcommands
func NewServeAdminCmd ¶
adminCmd represents the admin command
func NewServePublicCmd ¶
servePublicCmd represents the public command
func NewTokenClientCmd ¶
func NewTokenDeleteCmd ¶
deleteCmd represents the delete command
func NewTokenFlushCmd ¶
flushCmd represents the flush command
func NewTokenIntrospectCmd ¶
validateCmd represents the validate command
func NewTokenRevokeCmd ¶
validateCmd represents the validate command
Types ¶
This section is empty.
Source Files ¶
- clients.go
- clients_create.go
- clients_delete.go
- clients_get.go
- clients_import.go
- clients_list.go
- clients_update.go
- helper.go
- janitor.go
- keys.go
- keys_create.go
- keys_delete.go
- keys_get.go
- keys_import.go
- migrate.go
- migrate_sql.go
- root.go
- serve.go
- serve_admin.go
- serve_all.go
- serve_public.go
- token.go
- token_client.go
- token_delete.go
- token_flush.go
- token_introspect.go
- token_revoke.go
- token_user.go
- version.go