Replies: 1 comment 3 replies
-
Sorry for all the questions! I'm just trying to get a better picture of your use case. 😀
I ask because our recommendation is to make a bundle do different things based on a variable (such as environment) is with parameters. e.g. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Carolyn,
Moving slack question here...
Let's say you are working on a project and need to switch between Development, Test, Staging/Pre-production and Production Environments.
During development you may need few extra tools/utilities like pre-commits, specific linting, IDE workspace (eg. VS-Code) etc. which are not much required in other environments.
And you want to make a template with all those tools and config files that couold be saved somewhere and could be initialzed with
porter create
Based on above scenerio, could you please answer below:
Beta Was this translation helpful? Give feedback.
All reactions