wordup-cli icon indicating copy to clipboard operation
wordup-cli copied to clipboard

Add the "-p" option to "wordup local:start"

Open stefanobartoletti opened this issue 5 years ago • 1 comments

I think it would be a nice to have the -p option even to wordup local:start, in a similar way to how it currently works on wordup local:stop.

Navigating to the project folder before starting the development environment could not be always the best option, while being able to start it from any location just by passing the project slug would be a very useful improvement.

An example would be to run wordup list to check the available projects, see their current status (installed/running), and directly type a command afterwards to start/stop one of them without the need to change the current working directory.

(an even better solution would be to have a syntax that doesn't need the -p, and just have to type wordup start <projectname> and wordup stop <projectname>)

stefanobartoletti avatar May 28 '20 08:05 stefanobartoletti

Good idea. I will try to implement it as soon as possible.

shry avatar May 28 '20 21:05 shry