Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
...
addAccessToken
--action addAccessToken --name "ztokens" --permission "PROJECT_ADMIN, REPO_ADMIN" |
--action addAccessToken --userId "admin" --name "ztokens" --permission "PROJECT_READ, REPO_READ" --user "admin" --password "***" |
addBranchRestriction
--action addBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --branch "feature1" --group "group1" |
--action addBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --replace --branch "feature1" --group "group1, group2" --userId "user1,user3" |
--action addBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --restriction "PULL-REQUEST-ONLY" --branch "master*" --matchingType "pattern" --group "group1" |
--action addBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --restriction "no-deletes" --branch "HOTFIX" --matchingType "MODEL" --group "group1" |
--action addBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --restriction "no-deletes" --branch "feature1" --group "group1" |
addGroup
--action addGroup --group "testgroup1" --preserveCase |
--action addGroup --group "testgroup2" --preserveCase |
addReviewCondition
--action addReviewCondition --project "ZCLI" --repository "zconditions" --reviewers "user1,user2" --reviewApprovalCount 2 --matchingType "pattern" --from "dev.*" --toMatchingType "branch" --to "master" |
--action addReviewCondition --project "ZCLI" --reviewers "user1,user2" |
--action addReviewCondition --project "ZCLI" --reviewers "user1,user2" --reviewApprovalCount 2 |
addSshKey
--action addSshKey --userId "testuser1" --file "/opt/atlassian/pipelines/agent/build/src/itest/bitbucket/resources/sshkey.rsa.pub" |
--action addSshKey --userId "testuser2" --file "-" |
addUser
--action addUser --userId "automation" --userEmail "testuser@x.com1" |
--action addUser --userId "testuser1" --userFullName "Test User1" --userEmail "testuser@x.com1" --userPassword "***" |
--action addUser --userId "testuser2" --userFullName "Test User2" --userEmail "testuser@x.com2" --userPassword "***" |
--action addUser --userId "testuser3" --userFullName "Test User3" --userEmail "testuser@x.com3" --userPassword "***" |
addUserToGroup
--action addUserToGroup --userId "testuser3" --group "testgroup2" --autoGroup |
addWebhook
--action addWebhook --project "ZCLI" --repository "zcli-repo" --name "zpostwebhooks1" --url "https://examplegear.com/acli" --events "prCommented,prUpdated" --field "skipCI=false" --field "branchesToIgnore=xxx" --options postWebhooks |
--action addWebhook --project "ZCLI" --repository "zcli-repo" --name "zpostwebhooks1" --url "https://examplegear.com/acli" --events "prCommented,prUpdated" --options "secret=" --options postWebhooks |
--action addWebhook --project "ZCLI" --repository "zcli-repo" --name "zpostwebhooks1" --url "https://examplegear.com/acli" --events "prCommented,prUpdated" --options postWebhooks |
--action addWebhook --project "ZCLI" --repository "zcli-repo" --name "zpostwebhooks2" --events "prCommented,prUpdated" --url "https://examplegear.com/acli" --options "disable" --options "secret=" --options postWebhooks |
--action addWebhook --project "ZCLI" --repository "zcli-repo" --name "zwebhooks1" --url "https://examplegear.com/acli" --events "repo:comment:added,repo:refs_changed" |
--action addWebhook --project "ZCLI" --repository "zcli-repo" --name "zwebhooks1" --url "https://examplegear.com/acli" --events "repo:comment:added,repo:refs_changed" --options "secret=abcdefghi" |
--action addWebhook --project "ZCLI" --repository "zcli-repo" --name "zwebhooks2" --events "repo:comment:added,repo:refs_changed" --url "https://examplegear.com/acli" --options "disable" --options "secret=abcdefghi" |
createBranch
--action createBranch --project "zcli" --repository "zcli-repo" --branch "forRemove" --id "db974e6a020a0c51dec1bc6d9b9d8e329d96dbaa84c3c81a012240a7b02fd015016ddfa260cf30d5" |
createProject
--action createProject --project "zcli" --name "zcli name" --description "zcli description" |
--action createProject --project "zcli2" --public |
createPullRequest
--action createPullRequest --project "zcli" --repository "zcli-repo" --name "pr1" --from "zfeature1" --to "master" |
--action createPullRequest --project "zcli" --repository "zcli-repo" --name "pr2" --description "pr2 description" --from "zfeature2" --to "master" --reviewers "user1,user2,user3" |
createRepository
--action createRepository --project "zcli" --repository "zcli-repo" --name "zcli-repo" |
--action createRepository --project "zcli" --repository "zcli2-repo" --public --forkable |
declinePullRequest
--action declinePullRequest --project "zcli" --repository "zcli-repo" --pullRequest "pr1" |
deleteBranch
--action deleteBranch --project "zcli" --repository "zcli-repo" --branch "forRemove" |
disableHook
--action disableHook --project "ZCLI" --repository "zcli-repo" --hook "com.atlassian.bitbucket.server.bitbucket-bundled-hooks:verify-committer-hook" |
getAccessTokenList
--action getAccessTokenList |
--action getAccessTokenList --regex "ztokens" |
--action getAccessTokenList --userId "admin" |
getApp
--action getApp --app "@default" |
getApplicationLinkList
--action getApplicationLinkList |
getAuditLogList
--action getAuditLogList --options "search=Repositories" --dateFormat "yyyy-MM-dd_HH:mm" |
getBranch
--action getBranch --project "zcli" --repository "zcli-repo" |
getBranchList
--action getBranchList --project "zcli" --repository "zcli-repo" |
--action getBranchList --project "zcli" --repository "zcli-repo" --outputFormat 999 --outputType "text" --options "tableNoWrap" --columns "-1,2" --dateFormat "yyyy-MM-dd HH:mm:ss" |
getBranchRestriction
--action getBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --id "82113205" |
getBranchRestrictionList
--action getBranchRestrictionList --project "zrestrictions" --repository "zrestrictions-repo" |
--action getBranchRestrictionList --project "zrestrictions" --repository "zrestrictions-repo" --matchingType "branch" |
--action getBranchRestrictionList --project "zrestrictions" --repository "zrestrictions-repo" --regex "(no-deletes)|(read-only)" |
getBuildStatusList
--action getBuildStatusList --id "e30a88c7771fd406f41bab7e92a387853b902f96691db167a2f346d1adf0bcc08c628c92a749c994" --dateFormat "yyyy-MM-dd HH:mm:ss" |
getClientInfo
--action getClientInfo |
getCommitList
--action getCommitList --project "ZCLI" --repository "zcli-repo" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getCommitList --project "ZCLI" --repository "zcli-repo" --from "6b75501bb99610e8db37dab1382199abefddb193691db167a2f346d1adf0bcc08c628c92a749c994" --to "3fa5d39d5a423b51833045bbe298b1567c921f0cf40dd0f97a495c6719daa607bd6f32b8c8c85da1" |
--action getCommitList --project "ZCLI" --repository "zcli-repo" --from "master" --to "master" |
--action getCommitList --project "ZCLI" --repository "zcli-repo" --startDate "20232024-1012-03 0816:3055:0020" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getCommitList --project "ZCLI" --repository "zcli-repo" --startDate "20232024-1012-03 0816:3055:0020" --endDate "20232024-1012-03 0816:3055:0020" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getCommitList --project "ZCLI" --repository "zcli-repo" --userId "automation" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getCommitList --project "zcli" --repository "zcli-repo" |
--action getCommitList --project "zcli" --repository "zcli-repo" --to "zfeature2" --outputType "text" --columns "-1,2" --options "tableNoWrap" |
--action getCommitList --project "zcli" --repository "zcli-repo" --to "zfeature2" --outputType "text" --columns "-1,2" --options "tableNoWrap,merges=only" |
getFileInfo
--action getFileInfo --project "Experiment" --repository "acli" --path "license" |
--action getFileInfo --project "Experiment" --repository "acli" --path "license/LICENSE.txt" |
getFileList
--action getFileList --project "Experiment" --repository "acli" --outputType "text" --columns "-1,2,3" --descendents --options "tableNoWrap" |
--action getFileList --project "Experiment" --repository "acli" --outputType "text" --options "tableNoWrap" |
--action getFileList --project "Experiment" --repository "acli" --path "license" --outputType "text" --options "tableNoWrap" |
--action getFileList --project "Experiment" --repository "acli" --regex "src/main/java/.*" --descendents --outputType "text" --options "tableNoWrap" |
getGroupList
--action getGroupList |
getHook
--action getHook --project "ZCLI" --hook "Reject Force Push" |
--action getHook --project "ZCLI" --hook "com.isroot.stash.plugin.yacc:yaccHook" |
--action getHook --project "ZCLI" --repository "zcli-repo" --hook "Reject Force Push" |
--action getHook --project "ZCLI" --repository "zcli-repo" --hook "com.isroot.stash.plugin.yacc:yaccHook" |
getHookList
--action getHookList --project "ZCLI" |
--action getHookList --project "ZCLI" --repository "zcli-repo" |
--action getHookList --project "ZCLI" --repository "zcli-repo" --outputFormat 999 --outputType "text" --columns "-project,repository,name,description" --options "tableNoWrap" |
--action getHookList --project "ZCLI" --repository "zcli-repo" --regex "com.atlassian.bitbucket.server.bitbucket-bundled-hooks:verify-committer-hook" |
getPermissionList
--action getPermissionList |
--action getPermissionList --regex "testuser1" |
getProject
--action getProject --project "53682682" |
--action getProject --project "zcli name" |
--action getProject --project "zcli" |
--action getProject --project "zcli2" |
getProjectList
--action getProjectList |
--action getProjectList --permission "PROJECT_ADMIN" |
--action getProjectList --permission "PROJECT_VIEW" |
--action getProjectList --regex "ZCLI" --outputType "text" --outputFormat 999 --options "tableNoWrap" |
--action getProjectList --token "***" |
getProjectPermissionList
--action getProjectPermissionList --project "zcli" |
--action getProjectPermissionList --project "zcli" --regex "user1" |
getPullRequest
--action getPullRequest --project "zcli" --repository "zcli-repo" --pullRequest "2" |
--action getPullRequest --project "zcli" --repository "zcli-repo" --pullRequest "pr2" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getPullRequest --project "zcli" --repository "zcli-repo" --pullRequest "pr2xxx" --dateFormat "yyyy-MM-dd HH:mm:ss" |
getPullRequestList
--action getPullRequestList --project "zcli" --repository "zcli-repo" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getPullRequestList --project "zcli" --repository "zcli-repo" --direction "INCOMING" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getPullRequestList --project "zcli" --repository "zcli-repo" --direction "outgoing" --dateFormat "yyyy-MM-dd HH:mm:ss" --verbose |
--action getPullRequestList --project "zcli" --repository "zcli-repo" --regex "NOT_FOUND" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getPullRequestList --project "zcli" --repository "zcli-repo" --regex "pr2" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getPullRequestList --project "zcli" --repository "zcli-repo" --state "ALL" --dateFormat "yyyy-MM-dd HH:mm:ss" |
--action getPullRequestList --project "zcli" --repository "zcli-repo" --state "MERGED" --dateFormat "yyyy-MM-dd HH:mm:ss" |
getRepository
--action getRepository --project "zcli" --repository "49112062" |
--action getRepository --project "zcli" --repository "zcli-repo updated" |
--action getRepository --project "zcli" --repository "zcli-repo" |
--action getRepository --project "zcli" --repository "zcli2-repo" |
getRepositoryList
--action getRepositoryList --project "zcli" |
--action getRepositoryList --project "zcli" --regex outputType "NOT_FOUND" |
getRepositoryPermissionList
--action getRepositoryPermissionList --project "zcli" --repository "text" --columns "project,repository,name,public,forkable" --select "public:Yes" --select "forkable:Yes" |
--action getRepositoryList --project "zcli" --regex "NOT_FOUND" |
getRepositoryPermissionList
--action getRepositoryPermissionList --project "zcli" --repository "zcli-repo" |
--action getRepositoryPermissionList --project "zcli" --repository "zcli-repo" --regex "user1" |
getReviewConditionList
--action getReviewConditionList --project "ZCLI" --options "tableNoWrap" |
--action getReviewConditionList --project "ZCLI" --outputType "text" --options "tableNoWrap" |
--action getReviewConditionList --project "ZCLI" --repository "zconditions" --outputType "text" --options "tableNoWrap" |
getServerInfo
--action getServerInfo --outputFormat 2 --dateFormat "yyyy-MM-dd HH:mm" |
--action getServerInfo --outputFormat 999 |
--action getServerInfo --user "anonymous" |
getSource
--action getSource --project "Experiment" --repository "acli" --path "license/LICENSE.txt" |
getSshKeyList
--action getSshKeyList --userId "testuser1gradle/wrapper/gradle-wrapper.jar" --file "build/output/source/gradle-wrapper.jar" |
--action getSshKeyList getSource --userId project "testuser1Experiment" --regex repository "xxx"acli" --path "license/LICENSE.txt" |
getSshKeyList
--action getSshKeyList --userId "testuser1" |
--action getSshKeyList --userId "testuser1" --regex "xxx" |
getUser
--action getUser --dateFormat "yyyy-MM-dd" |
--action getUser --userId "testuser1" |
--action getUser --userId "testuser3" |
getUserList
--action getUserList --dateFormat "yyyy-MM-dd" |
--action getUserList --group "testgroup2" |
--action getUserList --group "testgroup2" --regex "testuser3" |
getWebhookList
--action getWebhookList --project "ZCLI" --repository "zcli-repo" --dateFormat "yyyy-mm-dd" |
--action getWebhookList --project "ZCLI" --repository "zcli-repo" --dateFormat "yyyy-mm-dd" --options postWebhooks |
grantPermissions
--action grantPermissions --permission "ADMIN" --userId "testuser1" |
--action grantPermissions --permission "PROJECT_CREATE" --group "testgroup1" |
grantProjectPermissions
--action grantProjectPermissions --project "zcli" --permission "PROJECT_ADMIN" --userId "user1" |
--action grantProjectPermissions --project "zcli" --permission "PROJECT_READ" --userId "user1,user2,user3" |
--action grantProjectPermissions --project "zcli" --permission "PROJECT_WRITE" --group "group1" |
--action grantProjectPermissions --project "zcli" --permission "REPO_CREATE" --group "group1" |
--action grantProjectPermissions --project "zcli2" --permission "PROJECT_ADMIN" --userId "user2" |
grantRepositoryPermissions
--action grantRepositoryPermissions --project "zcli" --repository "zcli-repo" --permission "REPO_ADMIN" --userId "user1" |
--action grantRepositoryPermissions --project "zcli" --repository "zcli-repo" --permission "REPO_READ" --userId "user1,user2,user3" |
--action grantRepositoryPermissions --project "zcli" --repository "zcli-repo" --permission "REPO_WRITE" --group "group1" |
installApp
--action installApp --app "@default" --simulate |
mergePullRequest
--action mergePullRequest --project "zcli" --repository "zcli-repo" --pullRequest "pr2" |
removeAccessToken
--action removeAccessToken --userId "admin" --name "305332063247199224441470" |
removeBranchRestriction
--action removeBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --branch "master*" --matchingType "PATTERN" --continue |
--action removeBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --branch "master*" --matchingType "PATTERN" --restriction "@all" --continue |
--action removeBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --id "123456789" --continue |
--action removeBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --id "82113205" |
--action removeBranchRestriction --project "zrestrictions" --repository "zrestrictions-repo" --restriction "pull-request-only" --branch "master*" --matchingType "PATTERN" |
removeSshKey
--action removeSshKey --id "2422934" |
removeSshKeys
--action removeSshKeys --userId "testuser1" |
--action removeSshKeys --userId "testuser2" |
removeUserFromGroup
--action removeUserFromGroup --userId "testuser3" --group "testgroup2" |
removeWebhook
--action removeWebhook --project "ZCLI" --repository "zcli-repo" --name "zpostwebhooks1" --options postWebhooks |
--action removeWebhook --project "ZCLI" --repository "zcli-repo" --name "zwebhooks1" |
revokePermissions
--action revokePermissions --userId "testuser1" |
revokeProjectPermissions
--action revokeProjectPermissions --project "zcli" --userId "user1" |
revokeRepositoryPermissions
--action revokeRepositoryPermissions --project "zcli" --repository "zcli-repo" --userId "user1" |
run
--action run -i "-a getApp --app @default" |
--action run -i "-a getFileInfo --project EXPERIMENT --repository acli --path src/itest/bitbucket/resources/run.txt" -i "-a run -f @bitbucket220:@downloadUrl@" |
--action run -i "-a getServerInfo --outputFormat 2 --outputType text" -i "-a getReplacementVariableList --outputType text" |
--action run -i "-a getSource --project EXPERIMENT --repository acli --path src/itest/bitbucket/resources/run.txt --file @temp" -i "-a getReplacementVariableList" -i "-a run -f @temp" |
--action run -i "-a run -f @bitbucket220:projects/EXPERIMENT/repos/acli/raw/src/itest/bitbucket/resources/run.txt?at=refs%2Fheads%2Fmaster" |
--action run --common "--project ZCLI --repository zcli-repo" --input "-a enableHook --hook \"Verify Committer\"" --input "-a getHook --hook \"Verify Committer\"" --input "-a disableHook --hook com.atlassian.bitbucket.server.bitbucket-bundled-hooks:verify-committer-hook" --input "-a getHook --hook \"Verify Committer\"" --input "-a enableHook --hook com.atlassian.bitbucket.server.bitbucket-bundled-hooks:verify-committer-hook" --input "-a getHook --hook \"com.atlassian.bitbucket.server.bitbucket-bundled-hooks:verify-committer-hook\"" |
--action run --common "--project ZCLI" --input "-a enableHook --hook \"Verify Committer\"" --input "-a getHook --hook \"Verify Committer\"" --input "-a disableHook --hook com.atlassian.bitbucket.server.bitbucket-bundled-hooks:verify-committer-hook" --input "-a getHook --hook \"Verify Committer\"" --input "-a enableHook --hook com.atlassian.bitbucket.server.bitbucket-bundled-hooks:verify-committer-hook" --input "-a getHook --hook \"com.atlassian.bitbucket.server.bitbucket-bundled-hooks:verify-committer-hook\"-hook\"" |
--action run --common "--project zcli" --input "-a getProject" --input "-a grantProjectPermissions --permission repo_create" --input "-a getProject" --input "-a grantProjectPermissions --permission project_read" --input "-a getProject" --input "-a grantProjectPermissions --permission project_write" --input "-a getProject" --input "-a getProjectList --outputFormat 999 --select defaultpermission:((PROJECT_WRITE)|(PROJECT_READ)) --columns key,defaultPermission --outputType text" --input "-a runFromProjectList --outputFormat 999 --select defaultpermission:PROJECT_WRITE -i \"-a getClientInfo\"" --input "-a revokeProjectPermissions" --input "-a getProject" |
--action run --common "--project zrestrictions --repository zrestrictions-repo --branch feature2" --continue --input "-a addBranchRestriction --restriction fast-forward-only --group group1,group2 --userId user1,user2 --replace" --input "-a getBranchRestriction --id @restrictionId@" --input "-a updateBranchRestriction --id @restrictionId@ --group group1 --options remove" --input "-a getBranchRestriction --id @restrictionId@" --input "-a updateBranchRestriction --id @restrictionId@ --group group2 --userId user2 --options remove" --input "-a getBranchRestriction --id @restrictionId@" |
--action run --common "--project zrestrictions --repository zrestrictions-repo --branch feature2" --continue --input "-a addBranchRestriction --restriction no-deletes --group group2 --userId user1,user2 --replace" --input "-a getBranchRestriction --id @restrictionId@" --input "-a updateBranchRestriction --id @restrictionId@ --group group1 --replace" --input "-a getBranchRestriction --id @restrictionId@" --input "-a updateBranchRestriction --id @restrictionId@ --group \"\" --userId \"\" --replace" --input "-a getBranchRestriction --id @restrictionId@" |
--action run --common "--project zrestrictions --repository zrestrictions-repo --branch feature2" --continue --input "-a addBranchRestriction --restriction pull-request-only --replace" --input "-a getBranchRestriction --id @restrictionId@" --input "-a updateBranchRestriction --id @restrictionId@ --group group1,group2" --input "-a getBranchRestriction --id @restrictionId@" --input "-a updateBranchRestriction --id @restrictionId@ --userId user1,user2" --input "-a getBranchRestriction --id @restrictionId@" |
--action run --continue --input "-a createRepository --project ZCLI --repository zconditions --continue" |
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/bitbucket/resources/r1.acli" |
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/bitbucket/resources/run.txt" |
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/bitbucket/resources/runWithFindReplace.txt" --findReplace "##action##:getServerInfo" |
--action run --input "-a updateRepository --project zcli --repository \"zcli-repo\" --description \"zcli repository\"" --input "-a updateRepository --project zcli --repository \"zcli-repo\" --description \"\"" --input "-a getAuditLogList --limit 100" |
--action run --input "-a updateWebhook --project ZCLI --repository zcli-repo --name zpostwebhooks2 --events prUpdated --options secret= --options postWebhooks" --input "-a getReplacementVariableList --outputType text" --input "-a getWebhookList --project ZCLI --repository zcli-repo --regex zpostwebhooks2 --dateFormat yyyy-mm-dd --options postWebhooks" --input "-a getWebhookList --project ZCLI --repository zcli-repo --dateFormat yyyy-mm-dd --outputType text --columns -5,6 --options postWebhooks" --options postWebhooks |
--action run --input "-a updateWebhook --project ZCLI --repository zcli-repo --name zwebhooks2 --events repo:refs_changed --options secret= " --input "-a getReplacementVariableList --outputType text" --input "-a getWebhookList --project ZCLI --repository zcli-repo --regex zwebhooks2 --dateFormat yyyy-mm-dd " --input "-a getWebhookList --project ZCLI --repository zcli-repo --dateFormat yyyy-mm-dd --outputType text --columns -5,6 " |
--action run --input "upm -a getAppList" --token "***" |
--action run --token "***" --input "upm -a getAppList" |
runFromBranchList
--action runFromBranchList --project "zcli" --repository "zcli-repo" --common "-a getBranch --project zcli --repository zcli-repo --branch @branch@" |
--action runFromBranchList --project "zcli" --repository "zcli-repo" --order "Alphabetical" --common "-a getBranch --project zcli --repository zcli-repo --branch @branch@" |
runFromBranchRestrictionList
--action runFromBranchRestrictionList --project "zrestrictions" --repository "zrestrictions-repo" --common "--action getBranchRestriction --project zrestrictions --repository zrestrictions-repo --id @restrictionId@" |
runFromCommitList
--action runFromCommitList --project "ZCLI" --repository "zcli-repo" --dateFormat "yyyy-MM-dd HH:mm:ss" --common "--action getCommit --project @project@ --repository @repository@ --id @commitId@ --dateFormat \"yyyy-MM-dd HH:mm:ss\" " |
runFromGroupList
--action runFromGroupList --limit 1 --common "-a getUserList --group @group@" --regex "testgroup2" |
runFromHookList
--action runFromHookList --project "ZCLI" --repository "zcli-repo" --outputFormat 2 -i "-a getReplacementVariableList --outputType text" |
runFromList
--action runFromList --list "Client, Server" --common "-a get@entry@Info" |
--action runFromList --list "org.*,com.*" --regex "@entry@" --common "-a getAppList --regex \"@entry@\"" |
runFromProjectList
--action runFromProjectList --common "-a getProject --project \"@project@\"" --regex "EXPERIMENT" --continue |
--action runFromProjectList --common "-a getProject --project \"@projectId@\"" --continue --regex "EXPERIMENT" |
--action runFromProjectList --common "-a getRepositoryList --project \"@project@\" --columns 1,2,4,8 --append -f build/output/runner/runFromProjectListAppend.txt" --clearFileBeforeAppend |
--action runFromProjectList --common "-a renderRequest --url rest/default-reviewers/latest/projects/@project@/conditions --contentType JSON --options pretty,setReplacementVariables" |
--action runFromProjectList --permission "PROJECT_ADMIN" --common "--action getProject --project @project@" |
runFromRepositoryList
--action runFromRepositoryList --project "@all" --common "-a getRepository --project @projectId@ --repository @repositoryId@" |
--action runFromRepositoryList --project "@all" --common "-a getRepository --project @projectId@ --repository @repositoryId@" --limit 1 |
--action runFromRepositoryList --project "EXPERIMENT" --common "-a getRepository --project @project@ --repository \"@repository@\"" --continue |
--action runFromRepositoryList --project "EXPERIMENT" --common "-a getRepository --project @projectId@ --repository \"@repositoryId@\"" --continue --regex "ex1" |
runFromUserList
--action runFromUserList --group "testgroup2" --input "-a getUser --userId \"@userId@\"" --input "-a getUser --userId @userKey@" --input "-a getUser --userId \"@userDisplayName@\"" |
--action runFromUserList --input "-a getUser --userId \"@userId@\"" --input "-a getUser --userId @userKey@" --input "-a getUser --userId \"@userDisplayName@\"" |
runFromWebhookList
--action runFromWebhookList --project "ZCLI" --repository "zcli-repo" --regex "zpostwebhooks1.*" --common "-a removeWebhook --project ZCLI --repository zcli-repo --id @webhookId@ --options postWebhooks" --options postWebhooks |
--action runFromWebhookList --project "ZCLI" --repository "zcli-repo" --regex "zpostwebhooks1.*" --common "-a removeWebhook --project ZCLI --repository zcli-repo --id @webhookId@" --options postWebhooks |
--action runFromWebhookList --project "ZCLI" --repository "zcli-repo" --regex "zwebhooks1.*" --common "-a removeWebhook --project ZCLI --repository zcli-repo --id @webhookId@ " |
--action runFromWebhookList --project "ZCLI" --repository "zcli-repo" --regex "zwebhooks1.*" --common "-a removeWebhook --project ZCLI --repository zcli-repo --id @webhookId@" |
setBuildStatus
--action setBuildStatus --id "e30a88c7771fd406f41bab7e92a387853b902f96691db167a2f346d1adf0bcc08c628c92a749c994" --state "INPROGRESS" --key "myKey" --url "http://xxx" |
--action setBuildStatus --id "e30a88c7771fd406f41bab7e92a387853b902f96691db167a2f346d1adf0bcc08c628c92a749c994" --state "successful" --key "myKey" --url "http://xxx" |
updateHook
--action updateHook --project "ZCLI" --hook "com.isroot.stash.plugin.yacc:yaccHook" --config " { \"committerEmailRegex\": \"xxx\", \"commitMessageRegex\": \"\", \"issueJqlMatcher\": \"\", \"branchNameRegex\": \"\", \"excludeByRegex\": \"\", \"excludeBranchRegex\": \"\", \"excludeUsers\": \"\", \"errorMessageHeader\": \"\", \"errorMessage.COMMITTER_EMAIL\": \"\", \"errorMessage.COMMITTER_EMAIL_REGEX\": \"\", \"errorMessage.COMMITTER_NAME\": \"\", \"errorMessage.COMMIT_REGEX\": \"\", \"errorMessage.ISSUE_JQL\": \"\", \"errorMessage.NO_JIRA_ISSUE\": \"\", \"errorMessage.BRANCH_NAME\": \"\", \"errorMessageFooter\": \"\", \"jiraLink\": \"all\" } " |
--action updateHook --project "ZCLI" --repository "zcli-repo" --hook "com.isroot.stash.plugin.yacc:yaccHook" --config " { \"committerEmailRegex\": \"xxx\", \"commitMessageRegex\": \"\", \"issueJqlMatcher\": \"\", \"branchNameRegex\": \"\", \"excludeByRegex\": \"\", \"excludeBranchRegex\": \"\", \"excludeUsers\": \"\", \"errorMessageHeader\": \"\", \"errorMessage.COMMITTER_EMAIL\": \"\", \"errorMessage.COMMITTER_EMAIL_REGEX\": \"\", \"errorMessage.COMMITTER_NAME\": \"\", \"errorMessage.COMMIT_REGEX\": \"\", \"errorMessage.ISSUE_JQL\": \"\", \"errorMessage.NO_JIRA_ISSUE\": \"\", \"errorMessage.BRANCH_NAME\": \"\", \"errorMessageFooter\": \"\", \"jiraLink\": \"all\" } " |
updateProject
--action updateProject --project "zcli" --name "zcli name updated" |
--action updateProject --project "zcli2" --private |
updatePullRequest
--action updatePullRequest --project "zcli" --repository "zcli-repo" --pullRequest "pr2" --name "pr2xxx" |
--action updatePullRequest --project "zcli" --repository "zcli-repo" --pullRequest "pr2xxx" --name "pr2" |
updateRepository
--action updateRepository --project "zcli" --repository "zcli-repo updated" --name "zcli-repo" |
--action updateRepository --project "zcli" --repository "zcli-repo" --name "zcli-repo updated" |
--action updateRepository --project "zcli" --repository "zcli2-repo" --private --notForkable |
updateReviewCondition
--action updateReviewCondition --project "ZCLI" --id "33141378" --reviewers "user1" |
updateUser
--action updateUser --userId "testuser1" --userEmail "former.employee.testuser@x.com1" |
--action updateUser --userId "testuser1" --userFullName "Test User1" --userEmail "testuser@x.com1" |
updateWebhook
--action updateWebhook --project "ZCLI" --repository "zcli-repo" --id "36161365" --url "https://examplegear.com/acli2" --name "zwebhooks1updated" --events "repo:comment:added,repo:refs_changed" --options "disable" |
--action updateWebhook --project "ZCLI" --repository "zcli-repo" --id "44411803" --url "https://examplegear.com/acli2" --name "zpostwebhooks1updated" --events "prCommented,prUpdated" --options "disable" --options postWebhooks |
--action updateWebhook --project "ZCLI" --repository "zcli-repo" --name "zpostwebhooks2" --events "prUpdated" --options "enable" --options postWebhooks |
--action updateWebhook --project "ZCLI" --repository "zcli-repo" --name "zwebhooks2" --events "repo:refs_changed" --options "enable" |
validateLicense
--action validateLicense |
Excerpt | ||||||
---|---|---|---|---|---|---|
|