@mahameru/cli 0.0.28 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/cli.js +214 -160
- package/mpm/assets/dashboard-BVQUZbKP.js +2 -0
- package/mpm/assets/index-CwN0u_3d.css +1 -0
- package/mpm/assets/index-mJCpWoYL.js +103 -0
- package/mpm/assets/{not-found-BMYPEFbE.js → not-found-14338NNv.js} +1 -1
- package/mpm/assets/project-BvNgWVYC.js +1 -0
- package/mpm/assets/sales-chart-DowosFUP.js +12 -0
- package/mpm/assets/sign-in-CT84Zsu0.js +1 -0
- package/mpm/index.html +2 -2
- package/package.json +1 -1
- package/mpm/assets/CartesianChart-B51AYOAb.js +0 -2
- package/mpm/assets/CategoricalChart-Co5NZKJw.js +0 -11
- package/mpm/assets/customer-insights-TeZ4O-CA.js +0 -3
- package/mpm/assets/dashboard-CJ1I00AU.js +0 -2
- package/mpm/assets/eye-DWDjYPPv.js +0 -1
- package/mpm/assets/index-C8qHc9ZS.js +0 -108
- package/mpm/assets/index-SBk3lk5W.css +0 -1
- package/mpm/assets/metrics-overview-BoKfDsgl.js +0 -1
- package/mpm/assets/project-DEpqfD40.js +0 -1
- package/mpm/assets/quick-actions-Dpas0JuQ.js +0 -1
- package/mpm/assets/recent-transactions-BVeaMgnN.js +0 -1
- package/mpm/assets/revenue-breakdown-e4JsCYXu.js +0 -1
- package/mpm/assets/sales-chart-BiTfVffl.js +0 -1
- package/mpm/assets/tooltipContext-D95ZMUkW.js +0 -1
- package/mpm/assets/top-products-Bhs_diJI.js +0 -1
- package/mpm/assets/trending-down-er9_YGzq.js +0 -1
- package/mpm/assets/trending-up-CnNmAQYy.js +0 -1
package/README.md
CHANGED
|
@@ -221,6 +221,14 @@ mahameru pm service status
|
|
|
221
221
|
|
|
222
222
|
This command reports the Process Manager service status for the current platform.
|
|
223
223
|
|
|
224
|
+
## Configuration
|
|
225
|
+
MahameruJS Process Manager config file can be found at:
|
|
226
|
+
- Windows: C:\Users\yourUsername\AppData\Roaming\mahameru\pm.config.json
|
|
227
|
+
- MacOS: /Users/yourUsername/Library/Application Support/mahameru/pm.config.json
|
|
228
|
+
- Linux: /etc/mahameru/pm.config.json
|
|
229
|
+
|
|
230
|
+
You can add new users or change passwords to the config file. Note that roles should be one of `admin` or `user`.
|
|
231
|
+
|
|
224
232
|
## Recommended Workflow
|
|
225
233
|
|
|
226
234
|
For local development:
|