Cli Command

Displays a copyable single-line command-line prompt for terminal execution.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageInteractive copy mechanics are disabled.
googlechatLoses dark console background, shows as basic inline code.
emailInline code background and execution symbols often stripped.
Fields
FieldType
commandstring. The exact shell command to be copied and executed.required
Example payload
{
  "type": "cli_command",
  "command": "npm install a2ui"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →