CLI
tai state-templates
Manage platform state-template documents.
Manage platform state-template documents.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage platform state-template documents.
$ tai state-templates [OPTIONS] COMMAND [ARGS]...
tai state-templates delete$ tai state-templates delete [OPTIONS] {name}
| Argument | Description |
|---|---|
name | The template name. (required) |
| Option | Description |
|---|---|
--json / --no-json | Emit raw JSON instead of human tables. |
tai state-templates get$ tai state-templates get [OPTIONS] {name}
| Argument | Description |
|---|---|
name | The template name. (required) |
| Option | Description |
|---|---|
--json / --no-json | Emit raw JSON instead of human tables. |
tai state-templates list$ tai state-templates list [OPTIONS]
| Option | Description |
|---|---|
--json / --no-json | Emit raw JSON instead of human tables. |
tai state-templates put$ tai state-templates put [OPTIONS] {name}
| Argument | Description |
|---|---|
name | The template name. (required) |
| Option | Description |
|---|---|
--data <str> | The template document JSON. |
--file <path> | A file holding the template document JSON. |
--replace | Overwrite an existing template of this name. (default: False) |
--json / --no-json | Emit raw JSON instead of human tables. |
