takeout icon indicating copy to clipboard operation
takeout copied to clipboard

Improve Start and Stop DX

Open tonysm opened this issue 2 years ago • 0 comments

Changed

  • Adds the ability to start and stop containers by service name. Currently, to start/stop specific containers we need to pass the container ID. With this change, we get the ability to also pass the service name of such containers. This makes the start/stop commands behave closer to enable/disable.

Before:

takeout start 123123123

Now:

takeout start mysql

resolves #284

tonysm avatar Apr 15 '22 19:04 tonysm