Prerequisites
- The formae CLI on your local machine (see the Quick start).
- Docker installed and running.
linux/amd64 and linux/arm64.
Run with Docker
49684.
Run a specific version
Custom configuration
Mount a custom config file and point the agent at it with--config:
Connect your CLI
The CLI runs on your machine, evaluates Pkl locally, and sends the result to the agent API. No forma files need to be loaded into the container. When you run the container locally with-p 49684:49684, the agent is reachable
at http://localhost:49684, which is exactly where the default
profile already points. So a local
container needs no profile setup at all:
cli.api.url is that
host, on port 49684:
Next steps
- Manage profiles: switch the CLI between this agent and others.
- Configuration: agent and CLI options.

