Docs
Features and guidesFacets CLI

Facets CLI

Raptor, the Facets command-line interface. Install, configure, and run commands from your terminal or CI pipelines.

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> --help

On this page