qcommand

Qumram command module to command Qservices

Usage no npm install needed!

<script type="module">
  import qcommand from 'https://cdn.skypack.dev/qcommand';
</script>

README

Qcommand

Talks with QService sockets for service maintenance, starting, stoping, checking status of services

NPM

Installation

Install using npm:

npm install qcommand

Commands exposed by module

  • start

qcommand start [-s serviceName] [-w workerCount] [-n serviceNameOverride] [-b]

  • status

qcommand status [-s serviceName] [-n serviceNameOverride]

  • reload

qcommand reload [-s serviceName] [-n serviceNameOverride]

  • stop

qcommand stop [-s serviceName] [-n serviceNameOverride]