CLI
The Operately CLI is a terminal interface for the Operately external API.
It installs two equivalent binaries:
operatelyop
Use the CLI when you want to query or update Operately from scripts, local automation, or an interactive shell. For complete endpoint-by-endpoint reference, use the API docs.
Quick start#
# Install the CLI
npm install -g @operately/operately-cli
# Save a token to your default profile
operately auth login --token <your-token>
# Verify authentication
operately auth whoami
# Discover commands
operately help
operately help projects
# Run an API command
operately people get_me