cli

package
v0.9.3-alpha.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// FlagGortProfile is a persistent flag
	FlagGortProfile string
)

Functions

func GetBootstrapCmd

func GetBootstrapCmd() *cobra.Command

GetBootstrapCmd bootstrap

func GetBundleCmd

func GetBundleCmd() *cobra.Command

GetBundleCmd bundle

func GetBundleDisableCmd

func GetBundleDisableCmd() *cobra.Command

GetBundleDisableCmd is a command

func GetBundleEnableCmd

func GetBundleEnableCmd() *cobra.Command

GetBundleEnableCmd is a command

func GetBundleInfoCmd

func GetBundleInfoCmd() *cobra.Command

GetBundleInfoCmd is a command

func GetBundleInstallCmd

func GetBundleInstallCmd() *cobra.Command

GetBundleInstallCmd is a command

func GetBundleListCmd

func GetBundleListCmd() *cobra.Command

GetBundleListCmd is a command

func GetBundleUninstallCmd

func GetBundleUninstallCmd() *cobra.Command

GetBundleUninstallCmd is a command

func GetBundleVersionsCmd

func GetBundleVersionsCmd() *cobra.Command

GetBundleVersionsCmd is a command

func GetBundleYamlCmd

func GetBundleYamlCmd() *cobra.Command

GetBundleYamlCmd is a command

func GetConfigCmd

func GetConfigCmd() *cobra.Command

GetConfigCmd config

func GetConfigDeleteCmd

func GetConfigDeleteCmd() *cobra.Command

GetConfigDeleteCmd is a command

func GetConfigGetCmd

func GetConfigGetCmd() *cobra.Command

GetConfigGetCmd is a command

func GetConfigSetCmd

func GetConfigSetCmd() *cobra.Command

GetConfigSetCmd is a command

func GetGroupAddCmd

func GetGroupAddCmd() *cobra.Command

GetGroupAddCmd is a command

func GetGroupCmd

func GetGroupCmd() *cobra.Command

GetGroupCmd group

func GetGroupCreateCmd

func GetGroupCreateCmd() *cobra.Command

GetGroupCreateCmd is a command

func GetGroupDeleteCmd

func GetGroupDeleteCmd() *cobra.Command

GetGroupDeleteCmd is a command

func GetGroupGrantCmd

func GetGroupGrantCmd() *cobra.Command

GetGroupGrantCmd is a command

func GetGroupInfoCmd

func GetGroupInfoCmd() *cobra.Command

GetGroupInfoCmd is a command

func GetGroupListCmd

func GetGroupListCmd() *cobra.Command

GetGroupListCmd is a command

func GetGroupRemoveCmd

func GetGroupRemoveCmd() *cobra.Command

GetGroupRemoveCmd is a command

func GetGroupRevokeCmd

func GetGroupRevokeCmd() *cobra.Command

GetGroupRevokeCmd is a command

func GetHiddenCmd

func GetHiddenCmd() *cobra.Command

GetHiddenCmd hidden

func GetHiddenCommandCmd

func GetHiddenCommandCmd() *cobra.Command

GetHiddenCommandCmd is a command

func GetHiddenWhoamiCmd added in v0.9.0

func GetHiddenWhoamiCmd() *cobra.Command

GetHiddenWhoamiCmd is a command

func GetPermissionCmd

func GetPermissionCmd() *cobra.Command

GetPermissionCmd permission

func GetPermissionInfoCmd

func GetPermissionInfoCmd() *cobra.Command

GetPermissionInfoCmd is a command

func GetPermissionListCmd

func GetPermissionListCmd() *cobra.Command

GetPermissionListCmd is a command

func GetProfileCmd

func GetProfileCmd() *cobra.Command

GetProfileCmd profile

func GetProfileCreateCmd

func GetProfileCreateCmd() *cobra.Command

GetProfileCreateCmd is a command

func GetProfileDefaultCmd

func GetProfileDefaultCmd() *cobra.Command

GetProfileDefaultCmd is a command

func GetProfileDeleteCmd

func GetProfileDeleteCmd() *cobra.Command

GetProfileDeleteCmd is a command

func GetProfileListCmd

func GetProfileListCmd() *cobra.Command

GetProfileListCmd is a command

func GetRoleCmd

func GetRoleCmd() *cobra.Command

GetRoleCmd role

func GetRoleCreateCmd

func GetRoleCreateCmd() *cobra.Command

GetRoleCreateCmd is a command

func GetRoleDeleteCmd

func GetRoleDeleteCmd() *cobra.Command

GetroleDeleteCmd is a command

func GetRoleGrantCmd

func GetRoleGrantCmd() *cobra.Command

GetRoleGrantCmd is a command

func GetRoleInfoCmd

func GetRoleInfoCmd() *cobra.Command

GetRoleInfoCmd is a command

func GetRoleListCmd

func GetRoleListCmd() *cobra.Command

GetRoleListCmd is a command

func GetRoleRevokeCmd

func GetRoleRevokeCmd() *cobra.Command

GetRoleRevokeCmd is a command

func GetUserCmd

func GetUserCmd() *cobra.Command

GetUserCmd user

func GetUserCreateCmd

func GetUserCreateCmd() *cobra.Command

GetUserCreateCmd is a command

func GetUserDeleteCmd

func GetUserDeleteCmd() *cobra.Command

GetUserDeleteCmd is a command

func GetUserInfoCmd

func GetUserInfoCmd() *cobra.Command

GetUserInfoCmd is a command

func GetUserListCmd

func GetUserListCmd() *cobra.Command

GetUserListCmd is a command

func GetUserMapCmd added in v0.8.4

func GetUserMapCmd() *cobra.Command

GetUserMapCmd is a command

func GetUserUpdateCmd

func GetUserUpdateCmd() *cobra.Command

GetUserUpdateCmd is a command

func GetVersionCmd

func GetVersionCmd() *cobra.Command

GetVersionCmd version

Types

type Columnizer

type Columnizer struct {
	// contains filtered or unexported fields
}

func (*Columnizer) Format

func (c *Columnizer) Format(o interface{}) []string

Will panic if o isn't a slice.

func (*Columnizer) IntColumn

func (c *Columnizer) IntColumn(name string, f IntFunc) *Columnizer

func (*Columnizer) Print

func (c *Columnizer) Print(o interface{})

Print is a convenience function that prints the table to stdout.

func (*Columnizer) StringColumn

func (c *Columnizer) StringColumn(name string, f StringFunc) *Columnizer

type IntFunc

type IntFunc func(i int) int

type StringFunc

type StringFunc func(i int) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL