CLI Installation
The Denvig CLI ships the denvig binary. Install it via the install script,
Homebrew, or npm.
Install globally
Section titled “Install globally”brew install denvig/tap/denvigTo update to the latest version:
brew upgrade denvigRequires Node.js v22 or later.
npm install -g denvigTo update to the latest version:
npm install -g denvig@latestInstalls Homebrew (if not already installed) then uses it to install the Denvig CLI.
curl -fsSL https://denvig.com/install.sh | bashCheck installed version
Section titled “Check installed version”denvig --versionShell completions
Section titled “Shell completions”Denvig provides tab completions for ZSH. Generate and install them with the
shell command:
denvig shell completions --installNext steps
Section titled “Next steps”- Configure your projects with
.denvig.yml. - Run actions with
denvig run. - Manage long-running services.