@bitcall/pm2-pulse-agent 1.0.1-beta.3 → 1.0.1-beta.4
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ npm install @bitcall/pm2-pulse-agent@beta
|
|
|
28
28
|
Run the interactive setup script to configure the agent:
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
npx
|
|
31
|
+
npx pm2-pulse-setup
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
Or if installed globally:
|
|
@@ -51,7 +51,7 @@ Settings are saved to `.env` file in your current directory.
|
|
|
51
51
|
|
|
52
52
|
**Using npx (recommended):**
|
|
53
53
|
```bash
|
|
54
|
-
npx
|
|
54
|
+
npx pm2-pulse-agent
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
**If installed globally:**
|
|
@@ -61,7 +61,7 @@ pm2-pulse-agent
|
|
|
61
61
|
|
|
62
62
|
**Run with PM2 (for persistent monitoring):**
|
|
63
63
|
```bash
|
|
64
|
-
pm2 start
|
|
64
|
+
pm2 start pm2-pulse-agent --name pm2-pulse-agent
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
### Configuration Options
|