I have multiple projects that have the same setup:
A few lines defining 4 different environment (with their variables) and many many many lines of identical jobs and workflows.
I would like to create an orb that would include all the jobs and workflows but not the environment variables.
Then, in my projects, I would define the environments in each project and call the orbs.
Like that, whenever I want to modify the setup, I would only have to modify the orbs.
Is there any way to pass variables from the projects config.yml to the environments declarations of the orb?
Bonus question: Is there a way to call the orbs without the exact version number?