Metadata_Cli_Command_Identity
Metadata_Cli_Command_Identity
The Command.Identity structure uniquely identifies a command in the CLI commands tree.
JSON Example
{
"path": "string",
"name": "string"
}
string
path
Required
The dot-separated path of the namespace containing the command in the CLI command tree.
string
name
Required
Name of the command.