Skip to main content

CLI (New)

Installation

Linux: Install with snap

note

Not yet supported

macOS: Install with Homebrow

If you are using (Homebrew)[https://brew.sh/] with macOS, you can install the CLI with the following command:

brew install attlaz

Windows: Install with Chocolatey

For Windows users, Attlaz provides a (Chocolately)[https://chocolatey.org/] package:

choco install circleci-cli -y

Updating the CLI

If you would just like to check for updates manually (and not install them), use the command:

attlaz update check

For Linux and Windows installs, you can update to the newest version of the CLI using the following command:

attlaz update

For macOS installations with Homebrew, you will need to run the following command to update:

brew upgrade attlaz

Validate an Attlaz config

To validate your configuration, navigate to a directory with an Attlaz project and run:

attlaz config validate