kit icon indicating copy to clipboard operation
kit copied to clipboard

Profiles

Open alexec opened this issue 2 years ago • 2 comments

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.

alexec avatar Oct 09 '23 16:10 alexec

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

agilgur5 avatar Oct 09 '23 18:10 agilgur5

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.

alexec avatar Oct 09 '23 21:10 alexec