@oneuptime/cli 13.0.6 → 13.0.8
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ npm install -g @oneuptime/cli
|
|
|
11
11
|
Or run directly within the monorepo:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
cd CLI
|
|
14
|
+
cd packages/CLI
|
|
15
15
|
npm install
|
|
16
16
|
npm start -- --help
|
|
17
17
|
```
|
|
@@ -208,7 +208,7 @@ As more models are MCP-enabled in OneUptime, they automatically become available
|
|
|
208
208
|
## Development
|
|
209
209
|
|
|
210
210
|
```bash
|
|
211
|
-
cd CLI
|
|
211
|
+
cd packages/CLI
|
|
212
212
|
npm install
|
|
213
213
|
npm start -- --help # Run via ts-node
|
|
214
214
|
npm test # Run tests
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneuptime/cli",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.8",
|
|
4
4
|
"description": "OneUptime CLI - Command-line interface for managing OneUptime resources",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"chalk": "^4.1.2",
|
|
31
31
|
"cli-table3": "^0.6.5",
|
|
32
32
|
"commander": "^12.1.0",
|
|
33
|
-
"Common": "npm:@oneuptime/common@13.0.
|
|
33
|
+
"Common": "npm:@oneuptime/common@13.0.8",
|
|
34
34
|
"ts-node": "^10.9.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|