Documentation ¶ Index ¶ func NewCmd() *cobra.Command type UpOptions func (opts *UpOptions) Pre(cmd *cobra.Command, _ []string) error func (opts *UpOptions) Run(ctx context.Context, _ []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmd ¶ func NewCmd() *cobra.Command Types ¶ type UpOptions ¶ type UpOptions struct { Detach bool `long:"detach" short:"d" usage:"Run in background"` RemoveOrphans bool `long:"remove-orphans" usage:"Remove machines for services not defined in the Compose file."` // contains filtered or unexported fields } func (*UpOptions) Pre ¶ func (opts *UpOptions) Pre(cmd *cobra.Command, _ []string) error func (*UpOptions) Run ¶ func (opts *UpOptions) Run(ctx context.Context, _ []string) error Source Files ¶ View all Source files up.go Click to show internal directories. Click to hide internal directories.