canasta config set
From Canasta Wiki
canasta config set
Change configuration values
Synopsis
Change one or more configuration values in the instance .env file. Handles side effects automatically (e.g. updating wikis.yaml when changing HTTPS_PORT).
canasta config set [flags]
Examples
canasta config set MW_SITE_SERVER=https://example.com
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--force |
-f |
Allow setting unrecognized keys | Both | ||
--id |
-i |
Canasta instance ID | * | Both | |
--no-restart |
Save settings without restarting the instance | Both | |||
--settings |
KEY=VALUE pairs to set | Both |
* Defaults to the Canasta instance matching the current directory, if any.
Global Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |