Install
Install The CLI
Section titled “Install The CLI”Install the Layeron CLI package globally with npm:
npm install -g @layeron/cliThe package exposes the layer command.
Verify The CLI
Section titled “Verify The CLI”Verify that the CLI is available:
layer --versionUpdate The CLI
Section titled “Update The CLI”Update the global npm package:
npm update -g @layeron/cli