@rampai I'm not sure how it relates to the use case you're describing,
but aside from length limitations, there's no reason you can't store a
JSON object encoded as a String in an environment variable. The only
issue I can imagine is that when using the Cloud Manager CLI it might be
hard to get the escaping right on the command line. In this context the
--jsonStdin or --jsonFile flags might be easier to work with.