ドキュメント

cockpit html

cockpit htmlの構文、オプション、結果、制約をcockpit CLIの正本から自動生成したリファレンスです。

対象
CLI
WindowsmacOSLinux
ゲストAGIラボ会員

最終検証 2026-08-27 · v4.61.0

Markdown

このReference本文は、アプリが配布するcockpit CLIヘルプと同じ英語の正本から自動生成されています。日本語の概念説明と安全な使い方はcockpit CLIを参照してください。

HTML surfaces render agent-generated HTML as an interactive screen attached to the current task. Prefer a surface over long Markdown when presenting comparisons, dashboards, or summaries with structure.

cat report.html | cockpit html show --stdin   # Render an HTML surface for the current task
cockpit html get                              # Get the current HTML surface
cockpit html list                             # List HTML surfaces for the current task
cockpit side-panel html --surface-id latest   # Open a surface in the right side panel

Do not use HTML surfaces for browser navigation — use cockpit browser for real web pages.