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.
Click to show internal directories.
Click to hide internal directories.