CLI Reference
The AMP CLI provides a convenient interface for managing missions, content, and integrations from your terminal.
Installation
Quick Start
# Authenticate
amp auth login
# Check status
amp whoami
# Create a mission
amp mission create --name "My First Mission" --platforms twitter,linkedin
# List content
amp content list --status scheduled
# View analytics
amp analytics overview
Commands Overview
| Command | Description |
amp auth | Authentication management |
amp mission | Mission operations |
amp content | Content management |
amp publish | Publishing operations |
amp analytics | Analytics and reporting |
amp config | CLI configuration |
amp connect | Integration management |
Global Options
| Option | Description |
--help, -h | Show help |
--version, -v | Show version |
--json | Output as JSON |
--quiet, -q | Suppress non-essential output |
--api-key | Override API key |
--tenant | Override tenant |
Next Steps