Skip to content

Install

Install the CLI:

Terminal window
curl -fsSL https://www.devopsellence.com/lfg.sh | bash

The installer writes to ~/.local/bin by default. If that directory is not on your PATH, it prints the shell command to add it.

devopsellence is AI-operator-first. To install the CLI and Codex skill together:

Terminal window
curl -fsSL https://www.devopsellence.com/lfg.sh | bash -s -- --install-agent-skill

Verify the workstation:

Terminal window
devopsellence doctor

You also need:

  • a git checkout for the app you want to deploy;
  • a Dockerfile for that app;
  • Docker available locally for build workflows;
  • SSH access to a Linux VM for solo mode.