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. "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
35
+
-V, --version
36
+
output the version number
37
+
-d, --domain <tenantDomain>
38
+
Tenant Doamin Name, e.g. "tenant.int-aws-us.webmethods.io"
39
+
-u, --user <userid>
40
+
Tenant User ID
41
+
-p, --password <password>
42
+
Tenant User Password
43
+
-t, --timeout <delay>
44
+
timeout in seconds (default: one minute)
45
+
--prettyprint
46
+
Pretty Print JSON output
47
+
--verbose
48
+
Verbose output useful for diagnosing issues
49
+
-h, --help
50
+
display help for command
43
51
44
52
Commands:
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
53
+
project [project-name]
54
+
Lists all projects or view an individual project, specified via project name or uid
55
+
project-assets <project-name>
56
+
Lists project assets from given project name or uid
57
+
project-create <project-name>
58
+
Create project with given name
59
+
project-update <project-id> <project-name>
60
+
Update project with new name
61
+
project-delete <project-id>
62
+
Delete project with given id
50
63
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>
67
-
help [command] display help for command
64
+
project-deploy <projectName> <version>
65
+
deploy published project with given version into tenant
66
+
project-param <project-name> [param-uid]
67
+
Lists all project parameters from given project name, or specific parameter with given paramater uid
0 commit comments