Command structure - NICE DCV Session Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Command structure

This topic covers how DCV SM Command Line Interface (DCV SM CLI) command is structured. The DCV SM CLI uses a multipart structure on the command line that must be specified in this order:

  1. The base call to the ./dcvsm program.

  2. The options which corresponds to common options that's used by all the commands and you can specify these in any order.

  3. The commands that specifies which operation to perform.

  4. The args corresponds to the arguments required by the command.

Syntax

dcvsm [options] commands args

Arguments can take various types of input values. These include numbers, strings, boolean. What is supported is dependent upon the command that you specify.