Documentation ¶ Index ¶ func NewCmd() *cobra.Command type CreateOptions func (opts *CreateOptions) Pre(cmd *cobra.Command, _ []string) error func (opts *CreateOptions) Run(ctx context.Context, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmd ¶ func NewCmd() *cobra.Command Types ¶ type CreateOptions ¶ type CreateOptions struct { Composefile string `noattribute:"true"` RemoveOrphans bool `long:"remove-orphans" usage:"Remove machines for services not defined in the Compose file"` } func (*CreateOptions) Pre ¶ func (opts *CreateOptions) Pre(cmd *cobra.Command, _ []string) error func (*CreateOptions) Run ¶ func (opts *CreateOptions) Run(ctx context.Context, args []string) error Source Files ¶ View all Source files create.go Click to show internal directories. Click to hide internal directories.