Skip to main content

miren addon create

Attach an addon to an application

note

This command requires the addons labs feature to be enabled.

Usage

miren addon create <spec> [flags]

Arguments

  • spec — Addon spec (e.g., miren-postgresql:small)

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

Attach a PostgreSQL addon:

miren addon create miren-postgresql:small

See also