package
3.2.2+incompatible
Repository: https://github.com/cloudfoundry-incubator/multiapps-cli-plugin.git
Documentation: pkg.go.dev

# Packages

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

# Functions

No description provided by the author
GetActionToExecute returns the action to execute specified with action ID.
GetBoolOpt gets the option identified by the specified name.
No description provided by the author
GetStringOpt gets the option identified by the specified name.
GetUintOpt gets the option identified by the specified name.
NewBlueGreenDeployCommand creates a new BlueGreenDeployCommand.
NewCommandFlagsParser creates new command flags parser.
NewDefaultCommandFlagsParser initializes DefaultCommandFlagsParser.
NewDefaultCommandFlagsValidator creates a default validator for flags.
NewDefaultTokenFactory creates default token factory.
NewDeployCommand creates a new deploy command.
No description provided by the author
No description provided by the author
NewExecutionMonitor creates a new execution monitor.
No description provided by the author
NewFileUploader creates a new file uploader for the specified namespace.
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
No description provided by the author
No description provided by the author
No description provided by the author

# 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

# Structs

BaseCommand represents a base command.
BlueGreenDeployCommand is a command for blue green deployment of MTAs.
No description provided by the author
CommandFlagsParser used for parsing the arguments.
DefaultCommandFlagsParser defines default implementation of the parser.
DefaultCommandFlagsValidator default implementation of the FlagValidator.
DefaultTokenFactory factory for retrieving tokens.
DeployCommand is a command for deploying an MTA archive.
No description provided by the author
DownloadMtaOperationLogsCommand is a command for retrieving the logs of an MTA operation.
ExecutionMonitor monitors execution of a process.
FileUploader uploads files in chunks for the specified namespace.
MonitorAction monitors process execution.
MtaCommand is a command for listing a deployed MTA.
MtaOperationsCommand is a command for listing all mta operations.
MtasCommand is a command for listing all deployed MTAs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UndeployCommand is a command for undeploying MTAs.
No description provided by the author

# Interfaces

Action interface representing actions to be excuted on processes.
Command is an interface that should be implemented by all commands.
No description provided by the author
FlagsParser interface used for parsing the command line arguments using the flag library.
FlagsValidator interface used for validating the parsed flags.
No description provided by the author

# Type aliases

No description provided by the author
ProcessParametersSetter is a function that sets the startup parameters for the deploy process.
No description provided by the author