Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListCmd ¶
func NewListCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewListCmd creates a new command.
func NewTemplateCmd ¶
func NewTemplateCmd(globalFlags *proflags.GlobalFlags) *cobra.Command
NewTemplateCmd builds the 'devsy pro template' parent command for managing Pro templates.
Types ¶
type ListTemplatesCmd ¶
type ListTemplatesCmd struct {
*flags.GlobalFlags
Host string
Project string
}
ListTemplatesCmd holds the cmd flags.
func (*ListTemplatesCmd) Run ¶
func (cmd *ListTemplatesCmd) Run( ctx context.Context, devsyConfig *config.Config, provider *provider.ProviderConfig, ) error
Click to show internal directories.
Click to hide internal directories.