Install
Install the CLI:
curl -fsSL https://www.devopsellence.com/lfg.sh | bashThe 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:
curl -fsSL https://www.devopsellence.com/lfg.sh | bash -s -- --install-agent-skillVerify the workstation:
devopsellence doctorYou 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.