virgo apps
virgo apps list
Section titled “virgo apps list”List installed applications
virgo apps list [options]| Option | Required | Description |
|---|---|---|
--json |
No | Output as JSON |
virgo apps explore
Section titled “virgo apps explore”List apps you can still install (skips ones that are already installed)
virgo apps explore [options]| Option | Required | Description |
|---|---|---|
--json |
No | Output as JSON |
virgo apps install
Section titled “virgo apps install”Install an app from a template. Every variable defined for that template must be set via –env or –env-json (empty values: –env KEY=).
virgo apps install [options] <name>| Option | Required | Description |
|---|---|---|
--env-json <json> |
No | Environment variables as a JSON object, e.g. {“DOMAIN”:“node.cluster.example.com”,“CERTRESOLVER”:“le”} |
--env <pair> |
No | Environment variable as KEY=value (repeatable) (default: []) |
--force |
No | Reinstall an app that is already installed: its project files are rewritten and the stack brought back up, its stored data is kept |