Layers

Install

Install the `layers` CLI via Homebrew or a curl script.

View as Markdown

macOS (Homebrew)

brew install layers/tap/layers

macOS / Linux (curl)

curl -fsSL https://layers.com/install.sh | sh

Windows (Scoop)

scoop bucket add layers https://github.com/layers/scoop-bucket
scoop install layers

Direct download

Pre-built binaries are on GitHub Releases.

Verify the install

layers --version
layers doctor

layers doctor checks version, auth, and API connectivity.

Update

layers update

Updates the CLI to the latest release.

Global flags

FlagDescription
-o, --org <id>Override the default organization for this command.
-p, --project <id>Override the default project for this command.
--helpShow help.
--versionShow the CLI version.

On this page