cli

package
v0.51.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2026 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeployArgs

type DeployArgs struct {
	debug_cli.ClientArgs

	// SpaceID is the ID of the Space to deploy to.
	SpaceID string
	// SourcePath is the path to the .bldr/ directory containing built manifests.
	SourcePath string
	// ManifestID is the manifest identifier.
	ManifestID string
	// ObjectKey is the object key to store the manifest under.
	ObjectKey string
}

DeployArgs contains the deploy command arguments.

func (*DeployArgs) BuildDeployCommand

func (a *DeployArgs) BuildDeployCommand() *cli.Command

BuildDeployCommand returns the deploy manifest command.

func (*DeployArgs) RunDeploy

func (a *DeployArgs) RunDeploy(c *cli.Context) error

RunDeploy executes the deploy manifest command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL