Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRun ¶
func CreateRun(opts *CreateOptions) error
func PromptMissing ¶ added in v0.3.0
func PromptMissing(opts *CreateOptions) error
Types ¶
type CreateFlags ¶
type CreateFlags struct {
Name *flag.Flag[string]
Description *flag.Flag[string]
Token *flag.Flag[string]
Environments *flag.Flag[[]string]
}
func NewCreateFlags ¶
func NewCreateFlags() *CreateFlags
type CreateOptions ¶
type CreateOptions struct {
*CreateFlags
*cmd.Dependencies
selectors.GetAllEnvironmentsCallback
}
func NewCreateOptions ¶ added in v1.0.0
func NewCreateOptions(flags *CreateFlags, dependencies *cmd.Dependencies) *CreateOptions
Click to show internal directories.
Click to hide internal directories.