You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: