blake-mealey / mantle

An infrastructure-as-code and deployment tool for Roblox.
https://mantledeploy.vercel.app/
MIT License
85 stars 11 forks source link

Export mantle environment in outputs #182

Closed Awes-3 closed 1 year ago

Awes-3 commented 1 year ago

What type of feature request is this?

Describe your problem I would like to expose different features of my game depending on what environment the game was deployed from. An example would be letting a "QA Tester" role in a group access a debug menu in a development environment, but restricting access to that menu in production.

Describe the solution you'd like Mantle could export the environment you are deploying from in the outputs JSON file.

blake-mealey commented 1 year ago

Good idea, I've updated https://github.com/blake-mealey/mantle/issues/132 to include this