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