Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagGroup = "group" FlagName = "name" FlagDescription = "description" FlagSource = "source" FlagLifecycle = "lifecycle" )
Variables ¶
This section is empty.
Functions ¶
func PromptMissing ¶
func PromptMissing(opts *CloneOptions) ([]cmd.Dependable, error)
Types ¶
type CloneFlags ¶
type CloneFlags struct { Group *flag.Flag[string] Name *flag.Flag[string] Description *flag.Flag[string] Source *flag.Flag[string] Lifecycle *flag.Flag[string] }
func NewCloneFlags ¶
func NewCloneFlags() *CloneFlags
type CloneOptions ¶
type CloneOptions struct { *CloneFlags *cmd.Dependencies GetAllGroupsCallback projectShared.GetAllGroupsCallback CreateProjectGroupCallback projectShared.CreateProjectGroupCallback shared.GetAllProjectsCallback }
func NewCloneOptions ¶
func NewCloneOptions(createFlags *CloneFlags, dependencies *cmd.Dependencies) *CloneOptions
func (*CloneOptions) Commit ¶
func (co *CloneOptions) Commit() error
func (*CloneOptions) GenerateAutomationCmd ¶
func (co *CloneOptions) GenerateAutomationCmd()
Click to show internal directories.
Click to hide internal directories.