deploy

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeployCmd = &cobra.Command{
	Use:   "deploy",
	Short: "Create a new deployment",
	Long:  "Packages up the project as a tarball and uploads to Ironstar for remote deployment",
	Run:   create,
}

DeployCmd - `iron deploy`

View Source
var ListCmd = &cobra.Command{
	Use:   "list",
	Short: "List deployments",
	Long:  "List all deployments for a subscription, optionally filter by environment or package",
	Run:   list,
}

ListCmd - `iron deploy list`

View Source
var StatusCmd = &cobra.Command{
	Use:   "status [deployID]",
	Short: "Deployment status",
	Long:  "Show the status of a deployment",
	Run:   status,
}

StatusCmd - `iron deploy status [deployID]`

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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