Documentation ¶
Index ¶
- func BuildRoot() *cobra.Command
- func Execute()
- func NewCommandCmd() *cobra.Command
- func NewCreateCmd() *cobra.Command
- func NewDeleteCmd() *cobra.Command
- func NewInitCmd() *cobra.Command
- func NewRootCmd() *cobra.Command
- func NewStartCmd() *cobra.Command
- func NewStatusCmd() *cobra.Command
- func NewStopCmd() *cobra.Command
- type CommandCmd
- type CreateCmd
- type DeleteCmd
- type InitCmd
- type StartCmd
- type StatusCmd
- type StopCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandCmd ¶
type CommandCmd struct{}
CommandCmd holds the cmd flags
func (*CommandCmd) Run ¶
func (cmd *CommandCmd) Run( ctx context.Context, providerPaperspace *paperspace.PaperspaceProvider, machine *provider.Machine, logs log.Logger, ) error
Run runs the command logic
Source Files ¶
Click to show internal directories.
Click to hide internal directories.