canasta config get
From Canasta Wiki
canasta config get
Show configuration settings
Synopsis
Show configuration settings from the instance .env file. With no keys, prints all settings. With one or more keys, prints just those values.
canasta config get [flags]
Examples
canasta config get
canasta config get MW_SITE_SERVER
canasta config get MW_SITE_SERVER HTTPS_PORT
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--force |
-f |
Allow querying unrecognized keys | Both | ||
--id |
-i |
Canasta instance ID | * | Both | |
--keys |
Configuration key(s) to query | 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 |