CLI Overview

The ptb CLI is organized into topical command groups. At any time, you can access the built-in documentation and guides.

Getting Help

ptb --help                    # Full command list
ptb <command> --help          # Flags and options for a specific command

Built-in Topic Guides

CalibrateDS includes interactive reference guides directly in the terminal.

ptb guide                     # List all feature-area topics
ptb guide <topic>             # Read the focused reference for a topic

Available Topics: setup · context · implement · document · status · team · ai · doctor · ci

Command Notation

Throughout the CLI, you can target specific components by name, or use dot notation to target all components:

ptb doctor component Button   # Targets only Button
ptb doctor component .        # Targets all components

Next Steps

Review the Setup Commands reference.