You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-d, --domain <tenantDomain> Tenant Doamin Name, e.g.
38
-
"tenant.int-aws-us.webmethods.io"
39
-
-u, --user <userid> Tenant User ID
40
-
-p, --password <password> Tenant User Password
41
-
-t, --timeout <delay>timeout in seconds (default: one minute)
42
-
--verbose Verbose output
43
-
-h, --help display help for command
35
+
-V, --version output the version number
36
+
-d, --domain <tenantDomain> Tenant Doamin Name, e.g. "tenant.int-aws-us.webmethods.io"
37
+
-u, --user <userid> Tenant User ID
38
+
-p, --password <password> Tenant User Password
39
+
-t, --timeout <delay> timeout in seconds (default: one minute)
40
+
--prettyprint Pretty Print JSON output
41
+
--verbose Verbose output useful for diagnosing issues
42
+
-h, --help display help for command
44
43
45
44
Commands:
46
-
project [project-id] Lists all projects or view an individual project
47
-
project-create <project-name> Create project with given name
48
-
project-update <project-id> <project-name> Update project with new name
49
-
workflow-export <project-id> <workflow-id> <filename> Export workflow with id <workflow-id> from project
50
-
<project-id>
51
-
workflow-import <project-id> <filename> Import workflow into project <project-id> from file
52
-
<filename>
53
-
workflow-delete <project-id> <workflow-id> Delete workflow <workflow-id> from project
54
-
<project-id>
55
-
workflow-execute <project-id> <workflow-id> Execute workflow <workflow-id> from project
56
-
<project-id>
57
-
workflow-status <project-id> <run-id> Gets Execution status for workflow execution <run-id>
58
-
flowservice-export <project-id> <flow-name> <file-name> Export FlowService with name <flow-name> from project
59
-
<project-id>
60
-
flowservice-import <project-id> <filename> Import FlowService from <filename> into project
61
-
<project-id>
62
-
flowservice-delete <project-id> <flow-name> Delete FlowService <flow-name> from project
63
-
<project-id>
64
-
flowservice-execute <project-id> <flow-name> [input-json] Execute FlowService <flow-name> from project
65
-
<project-id> with data <input-json>
66
-
help [command] display help for command
45
+
project [project-name] Lists all projects or view an individual project, specified via project name or uid
46
+
project-assets <project-name> Lists project assets from given project name or uid
47
+
project-create <project-name> Create project with given name
48
+
project-update <project-id> <project-name> Update project with new name
49
+
project-delete <project-id> Delete project with given id
50
+
project-publish <project-id> <publish-name> <target-tenant-domain-name> <target-user-id> <target-user-password> <assets-json> Pubilsh project to another tenant with given id
51
+
project-deploy <projectName> <version> deploy published project with given version into tenant
52
+
role [role-id] Lists all roles or views an individual role
53
+
role-create <role-name> <role-description> <roles-list> Create roles and specify the permissions for that role. Roles-list should be provided as follows projectName,r,w,e;project name 2,r;
54
+
role-update <role-id> <role-name> <role-description> <roles-list> Create roles and specify the permissions for that role. Roles-list should be provided as follows projectName,r,w,e;project name 2,r;
55
+
role-delete <roleId> Delete a roles with the given role id
56
+
user Lists all users
57
+
user-role-assignment <user-id> <role-names> Assigns a user to roles
58
+
workflow-export <project-id> <workflow-id> <filename> Export workflow with id <workflow-id> from project <project-id>
59
+
workflow-import <project-id> <filename> Import workflow into project <project-id> from file <filename>
60
+
workflow-delete <project-id> <workflow-id> Delete workflow <workflow-id> from project <project-id>
61
+
workflow-execute <project-id> <workflow-id> Execute workflow <workflow-id> from project <project-id>
62
+
workflow-status <project-id> <run-id> Gets Execution status for workflow execution <run-id>
63
+
flowservice-export <project-id> <flow-name> <file-name> Export FlowService with name <flow-name> from project <project-id>
64
+
flowservice-import <project-id> <filename> Import FlowService from <filename> into project <project-id>
65
+
flowservice-delete <project-id> <flow-name> Delete FlowService <flow-name> from project <project-id>
66
+
flowservice-execute <project-id> <flow-name> [input-json] Execute FlowService <flow-name> from project <project-id> with data <input-json>
0 commit comments