@justin0713/opspilot 1.0.0 → 1.0.1
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/bin/opspilot.js +2 -2
- package/package.json +1 -1
package/bin/opspilot.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Wraps Docker to pull, run, update, and manage the OpsPilot Local container.
|
|
7
7
|
*
|
|
8
8
|
* Usage:
|
|
9
|
-
* npx opspilot start --token <license-token>
|
|
9
|
+
* npx @justin0713/opspilot start --token <license-token>
|
|
10
10
|
* opspilot start --token <token> --port 5000
|
|
11
11
|
* opspilot stop
|
|
12
12
|
* opspilot logs [-f]
|
|
@@ -238,7 +238,7 @@ ${BOLD}Start options:${RESET}
|
|
|
238
238
|
--data-dir <path> Host data path or Docker volume name [default: opspilot-data]
|
|
239
239
|
|
|
240
240
|
${BOLD}Examples:${RESET}
|
|
241
|
-
npx opspilot start --token eyJ...
|
|
241
|
+
npx @justin0713/opspilot start --token eyJ...
|
|
242
242
|
opspilot start --token eyJ... --port 8080
|
|
243
243
|
opspilot logs -f
|
|
244
244
|
opspilot update
|
package/package.json
CHANGED