Skip to content

Getting Started

Requires Go 1.24+.

Terminal window
go install ancla.dev/cli@latest

Verify the install:

Terminal window
ancla version
Terminal window
ancla login

This opens your browser for authentication. See the Authentication guide for CI and manual options.

Terminal window
ancla workspaces list
Terminal window
ancla projects list --workspace my-ws
Terminal window
ancla services deploy my-ws/my-project/production/my-service
Terminal window
ancla services status my-ws/my-project/production/my-service
Terminal window
ancla link my-ws/my-project/production/my-service

Now commands like status, logs, run, and down know what service you’re working on without extra arguments. See Project Linking for details.