Documentation
¶
Overview ¶
Package profile_status provides the CLI subcommand for managing profile statuses
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProfileStatusCmd = &cobra.Command{ Use: "profile_status", Short: "Manage profile status within a minder control plane", Long: `The minder profile_status subcommands allows the management of profile status within a minder control plane.`, RunE: func(cmd *cobra.Command, args []string) error { return cmd.Usage() }, }
ProfileStatusCmd is the root command for the profile_status subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.