Cli Command

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

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-meet-stageInteractive copy mechanics are disabled.
google-chatLoses dark console background, shows as basic inline code.
emailInline code background and execution symbols often stripped.
Live preview
$ npm install a2ui
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",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →