Replies: 3 comments 4 replies
-
The tasks themselves wouldn't be configured in |
Beta Was this translation helpful? Give feedback.
-
So this means that workspace.yml will get an config Item as vector of strings Do you have already a naming proposal for this config Item? |
Beta Was this translation helpful? Give feedback.
-
We have several use cases for working with this:- 1. Hashicorp Vault Authentication The workspace shall login into Vault and will derive a token which the sub-projects can use for receiving secrets 2. Conan config install When using conan as dependency manager for the projects a common config shall be installed and configured on workspace level. 3. Some "preparation" steps shall be executed which will validate the correct environment for the user For example, has the git config the correct email format and so on ... 4. proto use shall be called to get the tools Remark: One big issue we are facing currently is the the A goal from my thinking is that the
Another approach would be that the proto toolchain feature will be implemented for
What is complicated at this stage is that all 3 tools can be deployed and distributed via Conclusion: Guess the main message would be, how can we produce a dotenv before the project tasks will be evaluated? |
Beta Was this translation helpful? Give feedback.
-
I want to start looking into the Setup tasks that run when setting up the workspace from the Roadmap.
My idea would be to implement the "tasks" into the workspace.yml file.
With this the end user would have the full flexibility, which they have also inside a project.
@milesj , is it okay to start at this point?
Or do you have an other point of view at this topic?
Beta Was this translation helpful? Give feedback.
All reactions