vapi metadata cli command: identity

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

Representation:

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

Attributes:

Name Type Description
Required
path string The dot-separated path of the namespace containing the command in the CLI command tree.

name string Name of the command.