Facets CLI
Raptor is the official Facets command-line interface for driving blueprints, releases, IaC modules, and CI pipelines from your terminal without the UI.
Raptor is the official command-line interface for the Facets Control Plane. It lets DevOps engineers, automation scripts, and AI agents drive Facets without going through the UI.
Use raptor when you need to:
- Wire Facets into a CI pipeline (build, push, register an image, trigger a release).
- Drive blueprint and resource changes from scripts.
- Author and publish IaC modules.
- Inspect projects, environments, and release history programmatically.
Reference
The authoritative command reference is maintained on GitHub at Facets-cloud/raptor-releases. For inline help on any command:
raptor --help
raptor <command> --helpInstallation
Install raptor, the Facets CLI, as a single binary on macOS or Linux, then authenticate from your terminal or set environment variables for CI pipelines.
Commands
Command reference for raptor, the kubectl-style Facets CLI: verbs and resource groups for projects, blueprints, releases, artifacts, and IaC modules.
Facets CLI v1.0.9 [not supported]
Legacy command reference for facetsctl v1.0.9, no longer supported. Covers login, register, push, refresh, and upload; use the current raptor CLI instead.