commands

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = []cli.Command{
	{
		Name:        "create",
		Usage:       "Create SSM Documents locally",
		Subcommands: create.Commands,
	},
	{
		Name:        "list",
		Usage:       "Provides commands to list documents and instances",
		Subcommands: list.Commands,
		Before:      middleware.SetSession,
	},
	{
		Name:        "run",
		Usage:       "Provides subcommands for running SSM",
		Subcommands: run.Commands,
		Before:      middleware.SetSession,
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Commands to generate and run new temporary SSM documents
Commands to generate and run new temporary SSM documents

Jump to

Keyboard shortcuts

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