Skip to main content

miren app history

Show deployment history for an application

Usage

miren app history [flags]

Flags

  • --all — Show all deployments (ignore limit)
  • --detailed — Show all columns including git information
  • --hide-failed — Hide failed deployments
  • --limit, -n — Maximum number of deployments to show (default: 10)
  • --status, -s — Filter by status (active, failed, rolled_back)

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

Show deployment history:

miren app history

Show detailed history with git info:

miren app history --detailed

Show only active deployments, limited to 5:

miren app history --status active --limit 5

See also