MetadataCliCommandIdentity

The Command.Identity structure uniquely identifies a command in the CLI commands tree.


Properties

string
name Required

Name of the command.


string
path Required

The dot-separated path of the namespace containing the command in the CLI command tree.

JSON Example

{
	"name": "string",
	"path": "string"
}

Feedback

Was this page helpful?