I am using an external API Key which I stored in my Stitch Values and I also use a public Github repository to save my project.
Just like my Google Auth Token and Twilio Token are secrets, I would like to keep this API Key secret from the stich-cli import/export feature.
At the moment, the only workaround available is to override the "values/my_value.json" file with a dummy API Key every time I do a stitch-cli export so I can hide the real API Key value and avoid sharing it publicly.