Update help.js

This commit is contained in:
sairajzero 2022-12-22 02:31:40 +05:30
parent 02bb160b5f
commit 28eec97b59

View File

@ -8,14 +8,17 @@ npm run setup - Finish the setup (configure and reset password
npm run configure - Configure the app. npm run configure - Configure the app.
npm run reset-password - Reset the password (for private-key). npm run reset-password - Reset the password (for private-key).
npm run create-schema - Create schema in MySQL database. npm run create-schema - Create schema in MySQL database.
npm run create-backup-schema - Create backup-schema in MySQL database.
npm run backup - Run the backup-node.
npm start - Start the application (main). npm start - Start the application (main).
NOTE: argument 'PASSWORD' required for 'npm start' NOTE: argument 'PASSWORD' required for 'npm start'
npm start -- -PASSWORD=<password> npm start -- -PASSWORD=<password>
(Optional) Multiple instance can be run/setup on the same dir with different config files by using argument 'I'.
<command> -- -I=<instance_ID>
(Optional) 'console.debug' is now turned off by default. pass argument '--debug' to turn it on
npm start -- -PASSWORD=<password> --debug
`; `;
console.log(message); console.log(message);