Skip to content

new command line utility `ubctl`

Pavel Mashliakovskiy requested to merge feat/ubctl into master

new command line utility ubctl added (for Linux) to simplify systemctl usage. Commands is like in pm2:

  • ubctl ls [-l] (instead of systemctl status unitybase@*)
  • ubctl cfg appName
  • ubctl start|stop|restart appName (instead of systemctl start unitybase@appName)
  • ubctl log appName (instead of journalctl.....)

Merge request reports