cli

package
v0.0.0-...-0bd8234 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ServiceCDM = &cobra.Command{
	Version: "v0.0.1",
	Use:     "service",
	Long: `The 'service' command is used to deploy a service to ECS, or perform
different type of actions on top of it.`,

	Example: `
	  ecs-deployer service deploy --service=myservice --cluster=mycluster
	  ecs-deployer service scale --service=myservice --cluster=mycluster --desired-count=2
`,
	Run: func(cmd *cobra.Command, args []string) {
		_ = cmd.Help()
	},
}

Functions

func Execute

func Execute()

Types

This section is empty.

Jump to

Keyboard shortcuts

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