tye-v2 / tye2

Tye2 is a local orchestrator tool that makes developing and testing microservices and distributed applications easier.
https://www.tye2.org
MIT License
1 stars 2 forks source link

adjust tye init templates to point to tye2 #44

Closed Mrxx99 closed 3 months ago

Mrxx99 commented 3 months ago

the templates created with tye2 init were referencing linkt to microsoft tye

It also changes to the raw string literals which makes trimming the start obsolete

razvangoga commented 3 months ago

@Mrxx99 could you take a look at the comments from my review? i would like to merge this before i do the folder / namespaces rename

Mrxx99 commented 3 months ago

@razvangoga I don't see any review on this PR.

Mrxx99 commented 3 months ago

done, I think the file name should also be changed to tye2.yaml, but that can be a separate PR, as maybe other part in code look for tye.yaml for default

razvangoga commented 3 months ago

done, I think the file name should also be changed to tye2.yaml, but that can be a separate PR, as maybe other part in code look for tye.yaml for default

yeah, as a default , the file should probably be called tye2.yaml, but if no file is given as an arg, the app should also look for tye.yaml if no tye2.yaml is there to keep some backwards compatibility