Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileCommandProvider ¶
type ProfileCommandProvider struct{}
ProfileCommandProvider implements the CommandProvider interface.
func (*ProfileCommandProvider) GetAliases ¶
func (p *ProfileCommandProvider) GetAliases() []internal.CommandAlias
GetAliases returns command aliases. Creates "atmos list profiles" as an alias for "atmos profile list".
func (*ProfileCommandProvider) GetCommand ¶
func (p *ProfileCommandProvider) GetCommand() *cobra.Command
GetCommand returns the profile command.
func (*ProfileCommandProvider) GetGroup ¶
func (p *ProfileCommandProvider) GetGroup() string
GetGroup returns the command group for help organization.
func (*ProfileCommandProvider) GetName ¶
func (p *ProfileCommandProvider) GetName() string
GetName returns the command name.
Click to show internal directories.
Click to hide internal directories.