Skip to main content

lpod CLI

lpod lives in its own repo: foxws/lpod. A single, dependency-free bash script — no PHP, Composer, or this package required. See that repo for installation, the full command reference, and tips & tricks.

curl -fsSL -o ~/.local/bin/lpod https://github.com/foxws/lpod/releases/latest/download/lpod
chmod +x ~/.local/bin/lpod

Secrets moved into lpod

No more separate lpod-secrets script — merged in as a per-service command:

lpod my-app secrets

(Previously lpod secrets my-app, or vendor/bin/lpod-secrets my-app.)

lpod-setup still ships here

vendor/bin/lpod-setup renders presets inside a disposable container, for hosts with Podman but no PHP — see Setting up without PHP. lpod setup is a shortcut for it; copy bin/lpod-setup next to wherever lpod lives on your PATH.