package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev

# Packages

Package mocks represents the mock for interface CliCommand in cliutil package.

# Functions

FormatFlag returns a parameter name formatted as a command line flag.
GetAgentIdentity returns the agent identity and only initializes it once.
GetFlag returns the flag name if val is a flag, or empty if it is not.
IsFlag returns true if val is a flag.
IsHelp determines if a subcommand or flag is a request for help.
Register.
ValidJson determines if a string is valid Json.
ValidUrl determines if a string is a valid URL.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

CliCommands is the set of support commands.

# Interfaces

CliCommand defines the interface for all commands the cli can execute.