Skip to content

Install

Install the Layeron CLI package globally with npm:

Terminal window
npm install -g @layeron/cli

The package exposes the layer command.

Verify that the CLI is available:

Terminal window
layer --version

Update the global npm package:

Terminal window
npm update -g @layeron/cli