Documentation
¶
Index ¶
- Variables
- func GetBootstrapCmd() *cobra.Command
- func GetBundleCmd() *cobra.Command
- func GetBundleDisableCmd() *cobra.Command
- func GetBundleEnableCmd() *cobra.Command
- func GetBundleInfoCmd() *cobra.Command
- func GetBundleInstallCmd() *cobra.Command
- func GetBundleListCmd() *cobra.Command
- func GetBundleUninstallCmd() *cobra.Command
- func GetBundleVersionsCmd() *cobra.Command
- func GetBundleYamlCmd() *cobra.Command
- func GetConfigCmd() *cobra.Command
- func GetConfigDeleteCmd() *cobra.Command
- func GetConfigGetCmd() *cobra.Command
- func GetConfigSetCmd() *cobra.Command
- func GetGroupAddCmd() *cobra.Command
- func GetGroupCmd() *cobra.Command
- func GetGroupCreateCmd() *cobra.Command
- func GetGroupDeleteCmd() *cobra.Command
- func GetGroupGrantCmd() *cobra.Command
- func GetGroupInfoCmd() *cobra.Command
- func GetGroupListCmd() *cobra.Command
- func GetGroupRemoveCmd() *cobra.Command
- func GetGroupRevokeCmd() *cobra.Command
- func GetHiddenCmd() *cobra.Command
- func GetHiddenCommandCmd() *cobra.Command
- func GetHiddenWhoamiCmd() *cobra.Command
- func GetPermissionCmd() *cobra.Command
- func GetPermissionInfoCmd() *cobra.Command
- func GetPermissionListCmd() *cobra.Command
- func GetProfileCmd() *cobra.Command
- func GetProfileCreateCmd() *cobra.Command
- func GetProfileDefaultCmd() *cobra.Command
- func GetProfileDeleteCmd() *cobra.Command
- func GetProfileListCmd() *cobra.Command
- func GetRoleCmd() *cobra.Command
- func GetRoleCreateCmd() *cobra.Command
- func GetRoleDeleteCmd() *cobra.Command
- func GetRoleGrantCmd() *cobra.Command
- func GetRoleInfoCmd() *cobra.Command
- func GetRoleListCmd() *cobra.Command
- func GetRoleRevokeCmd() *cobra.Command
- func GetUserCmd() *cobra.Command
- func GetUserCreateCmd() *cobra.Command
- func GetUserDeleteCmd() *cobra.Command
- func GetUserInfoCmd() *cobra.Command
- func GetUserListCmd() *cobra.Command
- func GetUserMapCmd() *cobra.Command
- func GetUserUpdateCmd() *cobra.Command
- func GetVersionCmd() *cobra.Command
- type Columnizer
- type IntFunc
- type StringFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // FlagGortProfile is a persistent flag FlagGortProfile string )
Functions ¶
func GetBundleDisableCmd ¶
GetBundleDisableCmd is a command
func GetBundleInstallCmd ¶
GetBundleInstallCmd is a command
func GetBundleUninstallCmd ¶
GetBundleUninstallCmd is a command
func GetBundleVersionsCmd ¶
GetBundleVersionsCmd is a command
func GetHiddenCommandCmd ¶
GetHiddenCommandCmd is a command
func GetHiddenWhoamiCmd ¶ added in v0.9.0
GetHiddenWhoamiCmd is a command
func GetPermissionInfoCmd ¶
GetPermissionInfoCmd is a command
func GetPermissionListCmd ¶
GetPermissionListCmd is a command
func GetProfileCreateCmd ¶
GetProfileCreateCmd is a command
func GetProfileDefaultCmd ¶
GetProfileDefaultCmd is a command
func GetProfileDeleteCmd ¶
GetProfileDeleteCmd is a command
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 StringFunc ¶
Source Files
¶
- bootstrap.go
- bundle-disable.go
- bundle-enable.go
- bundle-info.go
- bundle-install.go
- bundle-list.go
- bundle-uninstall.go
- bundle-versions.go
- bundle-yaml.go
- bundle.go
- columnizer.go
- common.go
- config-delete.go
- config-get.go
- config-set.go
- config.go
- group-add.go
- group-create.go
- group-delete.go
- group-grant.go
- group-info.go
- group-list.go
- group-remove.go
- group-revoke.go
- group.go
- hidden-command.go
- hidden-whoami.go
- hidden.go
- permission-info.go
- permission-list.go
- permission.go
- profile-create.go
- profile-default.go
- profile-delete.go
- profile-list.go
- profile.go
- role-create.go
- role-delete.go
- role-grant.go
- role-info.go
- role-list.go
- role-revoke.go
- role.go
- user-create.go
- user-delete.go
- user-info.go
- user-list.go
- user-map.go
- user-update.go
- user.go
- version.go
Click to show internal directories.
Click to hide internal directories.