what is hte command to print the current garden co...
# 🤖|ask-kapa
e
@microscopic-river-74022 what is hte command to print the current garden configurations
m
Please stand by @enough-postman-52378 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- To print the full configuration for your current Garden project and environment, you can use the
garden get config
command. Here's how you can use it:
Copy code
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:
Copy code
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: ----------------------
message has been deleted