Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix project-import
Signed-off-by: Trevor Dolby <trevor.dolby@ibm.com>
  • Loading branch information
trevor-dolby-at-ibm-com committed Jul 29, 2025
commit 8694de7643721e34f4b9ee0fe84053fb4f9995f1
2 changes: 1 addition & 1 deletion projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $ node wmiocli.js
-d tenant.int-aws-us.webmethods.io
-u user
-p password
project-export myproject.zip MyNewProjectName
project-import myproject.zip MyNewProjectName

\x1b[32mGet Project Assets:\x1b[0m
$ node wmiocli.js
Expand Down
2 changes: 1 addition & 1 deletion wmiocli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Apache-2.0
*/

const versionNo = "2025.07.17"
const versionNo = "2025.7.17"
const { Command, Option } = require('commander');
const { exit } = require('process');
const readline = require('readline-sync');
Expand Down