Documentation ¶
Index ¶
- Variables
- func Builder() *cobra.Command
- func ConnectBuilder() *cobra.Command
- func DeleteBuilder() *cobra.Command
- func DiagnosticsBuilder() *cobra.Command
- func ListBuilder() *cobra.Command
- func LogsBuilder() *cobra.Command
- func PauseBuilder() *cobra.Command
- func Run(ctx context.Context, opts *options.ConnectOpts) error
- func SetupBuilder() *cobra.Command
- func StartBuilder() *cobra.Command
- type DeleteOpts
- type DownloadOpts
- type ListOpts
- type PauseOpts
- type SetupOpts
- type StartOpts
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrAtlasNotSupported = errors.New("atlas deployments are not supported")
)
View Source
var (
ErrDeploymentIsDeleting = errors.New("deployment state is DELETING")
)
Functions ¶
func DiagnosticsBuilder ¶
func PauseBuilder ¶
func StartBuilder ¶
Types ¶
type DeleteOpts ¶
type DeleteOpts struct { cli.OutputOpts cli.GlobalOpts *cli.DeleteOpts cli.WatchOpts options.DeploymentOpts // contains filtered or unexported fields }
func (*DeleteOpts) PostRun ¶
func (opts *DeleteOpts) PostRun() error
type DownloadOpts ¶
type DownloadOpts struct { cli.OutputOpts cli.GlobalOpts cli.DownloaderOpts options.DeploymentOpts // contains filtered or unexported fields }
func (*DownloadOpts) RunAtlas ¶
func (opts *DownloadOpts) RunAtlas() error
type ListOpts ¶
type ListOpts struct { cli.OutputOpts cli.GlobalOpts options.DeploymentOpts }
type PauseOpts ¶
type PauseOpts struct { cli.OutputOpts cli.GlobalOpts options.DeploymentOpts // contains filtered or unexported fields }
type SetupOpts ¶
type SetupOpts struct { options.DeploymentOpts cli.OutputOpts cli.GlobalOpts cli.InputOpts // contains filtered or unexported fields }
type StartOpts ¶
type StartOpts struct { cli.OutputOpts cli.GlobalOpts options.DeploymentOpts // contains filtered or unexported fields }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.