We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2287c commit 8694de7Copy full SHA for 8694de7
projects.js
@@ -76,7 +76,7 @@ $ node wmiocli.js
76
-d tenant.int-aws-us.webmethods.io
77
-u user
78
-p password
79
- project-export myproject.zip MyNewProjectName
+ project-import myproject.zip MyNewProjectName
80
81
\x1b[32mGet Project Assets:\x1b[0m
82
$ node wmiocli.js
wmiocli.js
@@ -4,7 +4,7 @@
4
* Apache-2.0
5
*/
6
7
-const versionNo = "2025.07.17"
+const versionNo = "2025.7.17"
8
const { Command, Option } = require('commander');
9
const { exit } = require('process');
10
const readline = require('readline-sync');
0 commit comments