Skip to main content

miren app

Get information about an application

Usage

miren app [flags]

Flags

  • --config-only — Only show the configuration
  • --graph, -g — Graph the app stats
  • --watch, -w — Watch the app stats

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 app info for the current directory:

miren app

Show info for a specific app:

miren app -a myapp

Watch app stats in real time:

miren app --watch

Show only the app configuration:

miren app --config-only

Subcommands