@dirigiblelabs/dirigible-cli 12.31.0 → 12.33.0
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 -2
- package/bin/dirigible-cli.jar +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -41,14 +41,15 @@ npm install --save-dev @dirigiblelabs/dirigible-cli
|
|
|
41
41
|
When installed locally, you can access the command using `npx` (e.g., `npx dirigible <command>`) or by registering
|
|
42
42
|
scripts in your `package.json`.
|
|
43
43
|
|
|
44
|
-
**Example of registering
|
|
44
|
+
**Example of registering scripts:**
|
|
45
45
|
|
|
46
46
|
```json
|
|
47
47
|
// package.json
|
|
48
48
|
{
|
|
49
49
|
...
|
|
50
50
|
"scripts": {
|
|
51
|
-
"start": "dirigible start"
|
|
51
|
+
"start": "dirigible start",
|
|
52
|
+
"start:dev": "dirigible start --watch"
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
```
|
package/bin/dirigible-cli.jar
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dirigiblelabs/dirigible-cli",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.33.0",
|
|
4
4
|
"description": "Eclipse Dirigible CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/eclipse-dirigible/dirigible#readme",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@dirigiblelabs/dirigible": "12.
|
|
31
|
+
"@dirigiblelabs/dirigible": "12.33.0"
|
|
32
32
|
}
|
|
33
33
|
}
|