Skip to main content

miren help

Show help for one or more commands

Usage

miren help [args...] [flags]

Flags

  • --commands — List all commands with their synopsis
  • --format — Output format (text, json) (default: text)
  • --json — Shorthand for --format json

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

List all commands:

miren help --commands

List all commands as JSON:

miren help --commands --format json

Show help for multiple commands:

miren help app.list version sandbox.stop

Subcommands