You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
What should we add or change to make your life better?
It would be nice to be able to define which services that runs when you write tye run.
To enable this, I suggest that only services tagged with default should run when not specifying tags, as long as any default tag exist.
Suggest a new command services to list all available services. This should also have the option --tags that displays a list of available tags for each service.
Why is this important to you?
Mainly we reference the dependent services deployed on server when developing, but sometimes we need to run some of these dependent services locally. Then it's great to already have set them up in tye.yaml so we can specify the needed services with the --tags option. At the end of the day, we would like that tye run would act as tye run --tags default.
Yes, you can get the same info with notepad tye.yaml, but with the suggested command it's much more readable and easier for developers that is not used to read yaml.
The text was updated successfully, but these errors were encountered:
What should we add or change to make your life better?
It would be nice to be able to define which services that runs when you write
tye run
.To enable this, I suggest that only services tagged with
default
should run when not specifying tags, as long as anydefault
tag exist.Suggest a new command
services
to list all available services. This should also have the option --tags that displays a list of available tags for each service.Why is this important to you?
Mainly we reference the dependent services deployed on server when developing, but sometimes we need to run some of these dependent services locally. Then it's great to already have set them up in tye.yaml so we can specify the needed services with the --tags option. At the end of the day, we would like that
tye run
would act astye run --tags default
.Yes, you can get the same info with notepad tye.yaml, but with the suggested command it's much more readable and easier for developers that is not used to read yaml.
The text was updated successfully, but these errors were encountered: