Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.charmos.io/llms.txt

Use this file to discover all available pages before exploring further.

Fetch recent cloud execution logs for an agent from the terminal.

Usage

charm logs --path . --limit 50

Options

OptionDescription
--pathPath to the Charm project. Defaults to the current directory.
--limit, -lNumber of recent log entries to fetch. Defaults to 50.
--api-baseOverride the platform API base URL.
--debugPrint additional diagnostic output.

Requirements

  • You must be authenticated with charm auth login.
  • The project must have a charm.yaml with an agent ID.
  • The agent must have cloud run history.

When to Use

Use charm logs when:
  • a published agent fails in the Store,
  • a cloud run behaves differently from local execution,
  • you need quick terminal access without opening Studio.
For deeper analysis, use the Studio and observability pages in the platform UI.