miren rollback
Roll back to a previous version
Rollback re-activates a previous version by reusing its already-built image — no rebuild happens. It presents a picker of recent successful deployments and rolls out the one you choose immediately. The currently active version is excluded since rolling back to it would be a no-op.
Rollback creates a new deployment record; it does not erase history.
Usage
miren rollback [flags]
Config Options
--cluster, -C— Cluster name--config— Path to the config file
App Options
--app, -a— Application name--dir, -d— Directory to run from (default:.)
Global Options
--options— Path to file containing options--server-address— Server address to connect to (default:127.0.0.1:8443)--verbose, -v— Enable verbose output
Examples
Rollback the app in the current directory:
miren rollback
Rollback a specific app:
miren rollback -a myapp