windmill-cli 0.0.7 → 0.0.9
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/esm/main.d.ts.map +1 -1
- package/esm/main.js +1 -1
- package/package.json +5 -3
package/esm/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAuC7B,eAAO,MAAM,OAAO,aAAa,CAAC;AAElC,QAAA,IAAI,OAAO,EAAE,GAmFsC,CAAC;AAKpD,eAAO,IAAI,SAAS,SAAQ,CAAC;AA+C7B,eAAe,OAAO,CAAC"}
|
package/esm/main.js
CHANGED
|
@@ -28,7 +28,7 @@ import { getHeaders } from "./utils.js";
|
|
|
28
28
|
// });
|
|
29
29
|
export const VERSION = "v1.391.0";
|
|
30
30
|
let command = new Command()
|
|
31
|
-
.name("
|
|
31
|
+
.name("wm")
|
|
32
32
|
.action(() => log.info(`Welcome to Windmill CLI ${VERSION}. Use -h for help.`))
|
|
33
33
|
.description("A simple CLI tool for windmill.")
|
|
34
34
|
.globalOption("--workspace <workspace:string>", "Specify the target workspace. This overrides the default workspace.")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "windmill-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "CLI for Windmill",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,10 +19,12 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"test": "node test_runner.js"
|
|
21
21
|
},
|
|
22
|
-
"bin":
|
|
22
|
+
"bin": {
|
|
23
|
+
"wm": "esm/main.js"
|
|
24
|
+
},
|
|
23
25
|
"dependencies": {
|
|
24
26
|
"@ayonli/jsext": "*",
|
|
25
|
-
"@oakserver/oak": "
|
|
27
|
+
"@oakserver/oak": "12",
|
|
26
28
|
"diff": "*",
|
|
27
29
|
"es-main": "*",
|
|
28
30
|
"esbuild": "*",
|