vapi metadata cli command: identity
The
identity
structure uniquely identifies a command in the CLI commands tree.Representation:
{
"path" : "string",
"name" : "string"
}
"path" : "string",
"name" : "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. |