Open
Description
Using the cartridge for local development, you often have to restart instances so you need to run two commands:
$ cartridge stop && cartridge start -d
Therefore, the idea arises to make one command that will do this:
$ cartridge restart
Many CLIs have a similar command, for example, Docker:
$ docker restart
Metadata
Metadata
Assignees
Labels
No labels