pylon upgrade
Downloads and replaces the current Pylon binary with the latest release from GitHub.- Detects your OS and architecture (linux/amd64 or linux/arm64)
- Downloads the latest binary from
https://github.com/pylonto/pylon/releases/latest/ - Verifies the new binary runs (
pylon version) - Replaces the current binary in-place
- Rebuilds agent Docker images from the embedded files in the new binary
- If the Pylon systemd service is running, restarts it automatically
If the binary is installed in a system path (e.g.
/usr/local/bin), you may need to run sudo pylon upgrade.pylon version
Prints the current installed version.pylon completion
Generates a tab-completion script for your shell. Add it to your shell profile for command and pylon-name completion.pylon to complete command names, and after commands like pylon start, pylon edit, or pylon test to complete pylon names.