rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
87 stars 19 forks source link

Need an option to stop/start/restart all the global services at once. #178

Closed Iravata closed 1 month ago

Iravata commented 2 months ago

Need an option to stop/start/restart all the global services at once from the CLI. it currently supports only if we pass the service name.

fm services stop global-db fm services stop global-nginx-proxy

requested- where by default we can stop/start/restart all the services.

fm services stop [default : all]