Using the command structure
This topic covers how the Amazon DCV Session Manager CLI command is structured. The CLI uses a multipart structure on the command line that must be specified in this order:
./dcvsm
–The base call to the program.[options]
– Corresponds to common options that's used by all the commands. You can specify these in any order.commands
– Specifies which operation to perform.args
– Corresponds to the arguments required by the command. For a list of arguments, see Amazon DCV Session Manager CLI reference.
Syntax reference
dcvsm
[options]
commandsargs
Arguments can take various types of input values. These include numbers, strings, boolean. What is supported is dependent upon the command that you specify.