enough-postman-52378
08/29/2024, 7:51 AMmicroscopic-river-74022
08/29/2024, 7:51 AMmicroscopic-river-74022
08/29/2024, 7:51 AMgarden get config
command. Here's how you can use it:
bash
garden get config [options]
There are also options you can use with this command:
- `--exclude-disabled`: This is a boolean type option that allows you to exclude disabled action and module configs from the output.
- `--resolve`: This option lets you choose the level of resolution of config templates. It defaults to full, but you can specify --resolve=partial
to avoid resolving providers.
Here's an example of how you can use these options:
bash
garden get config --exclude-disabled --resolve=partial
For more information, you can refer to the Garden documentation ().
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------microscopic-river-74022
08/29/2024, 7:51 AM