Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profiles #37

Open
alexec opened this issue Oct 9, 2023 · 2 comments
Open

Profiles #37

alexec opened this issue Oct 9, 2023 · 2 comments

Comments

@alexec
Copy link
Collaborator

alexec commented Oct 9, 2023

I’d like to be able to label a task with one of more profiles and the run ‘kit -p profile-1 up’ so it only runs those tasks.

@agilgur5
Copy link

agilgur5 commented Oct 9, 2023

This could just be achieved with a task with dependencies on all those tasks, no? Rather than creating a new feature to support that

@alexec
Copy link
Collaborator Author

alexec commented Oct 9, 2023

I should probably say the use case I want to solve. Say you want to run most tasks using Kit, but sometime run some in your IDE using debugger and hot reload. This is really good for large Java apps, where hot reload takes seconds and restart takes 10s of seconds.

You can do this with another task as you say.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants