How can I test a Grunt integration that relies on external services without using production credentials?
I need to run a Grunt task that executes a shell command (e.g., a curl request) to verify an integration with a third‑party API. To avoid exposing real secrets, I want to supply test‑only credentials through grunt‑env and have grunt‑shell use those values in its command template. I am unsure how to isolate the environment so that the shell task does not inad