-
DescriptionI am trying to pass a I have tried passing string as I cannot share a I have tried below code but it doesn't seem to work:
Would appreciate any help !! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't think you are asking the right question here. |
Beta Was this translation helpful? Give feedback.
To clarify, Quarto cannot have access to your environment (only exported environment variables) as any CLI tools running in
subprocess
.I don't understand what you tried here.
--execute-params
takes a YAML file.--execute-param
takes a…