Displays a copyable single-line command-line prompt for terminal execution.
| Surface | Note |
|---|---|
| meet-stage | Interactive copy mechanics are disabled. |
| googlechat | Loses dark console background, shows as basic inline code. |
| Inline code background and execution symbols often stripped. |
| Field | Type | |
|---|---|---|
| command | string. The exact shell command to be copied and executed. | required |
{
"type": "cli_command",
"command": "npm install a2ui"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:cli_command",
"displayName": "Cli Command",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/cli_command",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a copyable single-line command-line prompt for terminal execution.",
"representativeQueries": [
"show a copyable single-line terminal command execution string",
"displays a copyable single-line command-line prompt for terminal execution.",
"render a cli command"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →