|
|
|
@ -60,11 +60,6 @@ func deploymentCommands() cli.Command {
|
|
|
|
|
Usage: "Perform deployment-centered operations.",
|
|
|
|
|
Description: deploymentDesc,
|
|
|
|
|
Subcommands: []cli.Command{
|
|
|
|
|
{
|
|
|
|
|
Name: "config",
|
|
|
|
|
Usage: "Dump the configuration file for this deployment.",
|
|
|
|
|
ArgsUsage: "DEPLOYMENT",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Name: "remove",
|
|
|
|
|
Aliases: []string{"rm"},
|
|
|
|
@ -78,11 +73,6 @@ func deploymentCommands() cli.Command {
|
|
|
|
|
ArgsUsage: "DEPLOYMENT",
|
|
|
|
|
Action: func(c *cli.Context) { run(c, describeDeployment) },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Name: "manifest",
|
|
|
|
|
Usage: "Dump the Kubernetes manifest file for this deployment.",
|
|
|
|
|
ArgsUsage: "DEPLOYMENT",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Name: "show",
|
|
|
|
|
Aliases: []string{"info"},
|
|
|
|
|