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 NewProjectCmd ¶
func NewProjectCmd(globalFlags *proflags.GlobalFlags) *cobra.Command
NewProjectCmd builds the 'devsy pro project' parent command for managing Pro projects.
Types ¶
type ListProjectsCmd ¶
type ListProjectsCmd struct {
*flags.GlobalFlags
Host string
}
ListProjectsCmd holds the cmd flags.
func (*ListProjectsCmd) Run ¶
func (cmd *ListProjectsCmd) Run( ctx context.Context, devsyConfig *config.Config, provider *provider.ProviderConfig, ) error
Click to show internal directories.
Click to hide internal directories.