Skip to content

Commit 8694de7

Browse files
Fix project-import
Signed-off-by: Trevor Dolby <trevor.dolby@ibm.com>
1 parent 1f2287c commit 8694de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $ node wmiocli.js
7676
-d tenant.int-aws-us.webmethods.io
7777
-u user
7878
-p password
79-
project-export myproject.zip MyNewProjectName
79+
project-import myproject.zip MyNewProjectName
8080
8181
\x1b[32mGet Project Assets:\x1b[0m
8282
$ node wmiocli.js

wmiocli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apache-2.0
55
*/
66

7-
const versionNo = "2025.07.17"
7+
const versionNo = "2025.7.17"
88
const { Command, Option } = require('commander');
99
const { exit } = require('process');
1010
const readline = require('readline-sync');

0 commit comments

Comments
 (0)