Skip to content

CLI Reference

The rp1 CLI provides the setup and maintenance commands that sit outside your AI assistant session.


Available Commands

Command Description
init Initialize rp1 in a project with guided setup
install Install rp1 plugins for AI tools
verify Verify host integrations and Antigravity plugin assets
update Update rp1 CLI and plugins
uninstall Remove rp1 project setup or host-specific assets
check-update Check for CLI and stanza updates
rp1 migrate Migrate older projects into the project-local .rp1/ layout
Fence Versioning How fence version markers work

Global Options

These options are available for all CLI commands:

Option Description
--help, -h Display help information
--version, -v Display version information

Directory Resolution

rp1 derives its directories from the project root:

  • Project root: directory containing .rp1/project_id
  • Knowledge base: .rp1/context/
  • Work artifacts: .rp1/work/

The home directory is not auto-discovered as a project root.


Installation

The rp1 CLI is installed via the install script:

curl -fsSL https://rp1.run/install.sh | sh

See Installation for detailed instructions.


See Also