fatima secrets
Print variables loaded from providers.
fatima secrets [--environment <name>] [--format <format>] [--config <path>]
fatima secrets prints loadedEnv: the variables returned by providers for the selected environment.
| Option | Default | Meaning |
|---|---|---|
-e, --environment <name> | config expression | Select the Fatima environment directly. |
-f, --format <format> | dotenv | dotenv, json, yml, or bash-export. |
-c, --config <path> | fatima.json | Load a different config file. |
Examples:
fatima secrets
fatima secrets --format json
fatima secrets -e production -f bash-export