Documentation ¶
Index ¶
- Constants
- func NewCreateProjectCmd() *cobra.Command
- func NewGetKetoConfigCmd() *cobra.Command
- func NewGetKratosConfigCmd() *cobra.Command
- func NewGetOAuth2ConfigCmd() *cobra.Command
- func NewGetProjectCmd() *cobra.Command
- func NewListProjectsCmd() *cobra.Command
- func NewPatchKetoConfigCmd() *cobra.Command
- func NewPatchKratosConfigCmd() *cobra.Command
- func NewPatchOAuth2ConfigCmd() *cobra.Command
- func NewProjectsPatchCmd() *cobra.Command
- func NewProjectsUpdateCmd() *cobra.Command
- func NewUpdateIdentityConfigCmd() *cobra.Command
- func NewUpdateNamespaceConfigCmd() *cobra.Command
- func NewUpdateOAuth2ConfigCmd() *cobra.Command
- func NewUpdatePermissionConfigCmd() *cobra.Command
- func NewUseProjectCmd() *cobra.Command
Constants ¶
View Source
const ( EnvironmentProduction environmentValue = "prod" EnvironmentStaging environmentValue = "stage" EnvironmentDevelopment environmentValue = "dev" )
Variables ¶
This section is empty.
Functions ¶
func NewCreateProjectCmd ¶
func NewGetKetoConfigCmd ¶
func NewGetKratosConfigCmd ¶
func NewGetOAuth2ConfigCmd ¶ added in v0.1.39
func NewGetProjectCmd ¶
func NewListProjectsCmd ¶
func NewPatchKetoConfigCmd ¶
func NewPatchKratosConfigCmd ¶
func NewPatchOAuth2ConfigCmd ¶ added in v0.1.38
func NewProjectsPatchCmd ¶
func NewProjectsUpdateCmd ¶
func NewUpdateNamespaceConfigCmd ¶ added in v0.1.44
func NewUpdateOAuth2ConfigCmd ¶ added in v0.1.38
func NewUseProjectCmd ¶ added in v0.2.2
Types ¶
This section is empty.
Source Files ¶
- create.go
- get.go
- get_identity_config.go
- get_oauth2_config.go
- get_permission_config.go
- list.go
- output.go
- patch.go
- patch_identity_config.go
- patch_oauth2_config.go
- patch_permission_config.go
- update.go
- update_identity_config.go
- update_namespace_config.go
- update_oauth2_config.go
- update_permission_config.go
- use.go
- utils.go
Click to show internal directories.
Click to hide internal directories.