Table of Contents
gitlab
package)gitlab
command)gitlab
command)¶Warning
The following is a complete, auto-generated list of subcommands availablevia thegitlab command-line tool. Some of the actions maycurrently not work as expected or lack functionality available via the API.
Please see the existinglist of CLI related issues, or open a new one ifit is not already listed there.
GitLab API Command Line Interface
usage: gitlab [-h] [--version] [-v] [-d] [-c CONFIG_FILE] [-g GITLAB] [-o {json,legacy,yaml}] [-f FIELDS] [--server-url SERVER_URL] [--ssl-verify SSL_VERIFY | --no-ssl-verify] [--timeout TIMEOUT] [--api-version API_VERSION] [--per-page PER_PAGE] [--pagination PAGINATION] [--order-by ORDER_BY] [--user-agent USER_AGENT] [--private-token PRIVATE_TOKEN | --oauth-token OAUTH_TOKEN | --job-token JOB_TOKEN] [--skip-login] [--no-mask-credentials] {application,application-appearance,application-settings,application-statistics,audit-event,broadcast-message,bulk-import,bulk-import-all-entity,bulk-import-entity,ci-lint,current-user,current-user-email,current-user-gpg-key,current-user-key,current-user-runner,current-user-status,deploy-key,deploy-token,dockerfile,event,feature,generic-package,geo-node,gitignore,gitlabciyml,group,group-access-request,group-access-token,group-approval-rule,group-audit-event,group-badge,group-billable-member,group-billable-member-membership,group-board,group-board-list,group-cluster,group-custom-attribute,group-deploy-token,group-descendant-group,group-epic,group-epic-award-emoji,group-epic-discussion-note,group-epic-issue,group-epic-note,group-epic-note-award-emoji,group-epic-resource-label-event,group-export,group-hook,group-import,group-invitation,group-issue,group-issues-statistics,group-iteration,group-ldap-group-link,group-label,group-member,group-member-all,group-member-role,group-merge-request,group-milestone,group-notification-settings,group-package,group-project,group-push-rules,group-runner,group-saml-group-link,group-service-account,group-subgroup,group-variable,group-wiki,hook,issue,issues-statistics,key,ldap-group,license,member-role,merge-request,namespace,notification-settings,pages-domain,personal-access-token,project,project-access-request,project-access-token,project-additional-statistics,project-approval,project-approval-rule,project-artifact,project-audit-event,project-badge,project-board,project-board-list,project-branch,project-ci-lint,project-cluster,project-cluster-agent,project-commit,project-commit-comment,project-commit-discussion,project-commit-discussion-note,project-commit-status,project-custom-attribute,project-deploy-token,project-deployment,project-deployment-merge-request,project-dockerfile-template,project-environment,project-event,project-export,project-external-status-check,project-file,project-fork,project-gitignore-template,project-gitlabciyml-template,project-hook,project-import,project-integration,project-invitation,project-issue,project-issue-award-emoji,project-issue-discussion,project-issue-discussion-note,project-issue-link,project-issue-note,project-issue-note-award-emoji,project-issue-resource-iteration-event,project-issue-resource-label-event,project-issue-resource-milestone-event,project-issue-resource-state-event,project-issue-resource-weight-event,project-issue-template,project-issues-statistics,project-job,project-job-token-scope,project-key,project-label,project-license-template,project-member,project-member-all,project-merge-request,project-merge-request-approval,project-merge-request-approval-rule,project-merge-request-approval-state,project-merge-request-award-emoji,project-merge-request-diff,project-merge-request-discussion,project-merge-request-discussion-note,project-merge-request-draft-note,project-merge-request-note,project-merge-request-note-award-emoji,project-merge-request-pipeline,project-merge-request-resource-label-event,project-merge-request-resource-milestone-event,project-merge-request-resource-state-event,project-merge-request-reviewer-detail,project-merge-request-status-check,project-merge-request-template,project-merge-train,project-milestone,project-note,project-notification-settings,project-package,project-package-file,project-package-pipeline,project-package-protection-rule,project-pages,project-pages-domain,project-pipeline,project-pipeline-bridge,project-pipeline-job,project-pipeline-schedule,project-pipeline-schedule-pipeline,project-pipeline-schedule-variable,project-pipeline-test-report,project-pipeline-test-report-summary,project-pipeline-variable,project-protected-branch,project-protected-environment,project-protected-tag,project-pull-mirror,project-push-rules,project-registry-protection-rule,project-registry-repository,project-registry-repository-protection-rule,project-registry-tag,project-release,project-release-link,project-remote-mirror,project-resource-group,project-resource-group-upcoming-job,project-runner,project-secure-file,project-service,project-snippet,project-snippet-award-emoji,project-snippet-discussion,project-snippet-discussion-note,project-snippet-note,project-snippet-note-award-emoji,project-storage,project-tag,project-trigger,project-user,project-variable,project-wiki,registry-repository,runner,runner-all,runner-job,shared-project,snippet,starred-project,todo,topic,user,user-activities,user-contributed-project,user-custom-attribute,user-email,user-event,user-gpg-key,user-impersonation-token,user-key,user-membership,user-personal-access-token,user-project,user-status,variable} ...
show this help message and exit
Display the version.
Verbose mode (legacy format only) [env var: GITLAB_VERBOSE]
Debug mode (display HTTP requests) [env var: GITLAB_DEBUG]
Configuration file to use. Can be used multiple times. [env var: PYTHON_GITLAB_CFG]
Which configuration section should be used. If not defined, the default selection will be used.
Output format (v4 only): json|legacy|yaml
Fields to display in the output (comma separated). Not used with legacy output
GitLab server URL [env var: GITLAB_URL]
Path to a CA_BUNDLE file or directory with certificates of trusted CAs. [env var: GITLAB_SSL_VERIFY]
Disable SSL verification
Timeout to use for requests to the GitLab server. [env var: GITLAB_TIMEOUT]
GitLab API version [env var: GITLAB_API_VERSION]
Number of entries to return per page in the response. [env var: GITLAB_PER_PAGE]
Whether to use keyset or offset pagination [env var: GITLAB_PAGINATION]
Set order_by globally [env var: GITLAB_ORDER_BY]
The user agent to send to GitLab with the HTTP request. [env var: GITLAB_USER_AGENT]
GitLab private access token [env var: GITLAB_PRIVATE_TOKEN]
GitLab OAuth token [env var: GITLAB_OAUTH_TOKEN]
GitLab CI job token [env var: CI_JOB_TOKEN]
Skip initial authenticated API call to the current user endpoint. This may be useful when invoking the CLI in scripts. [env var: GITLAB_SKIP_LOGIN]
Don’t mask credentials in debug mode
usage: gitlab application [-h] {list,create,delete} ...
show this help message and exit
usage: gitlab application create [-h] [--sudo SUDO] --name NAME --redirect-uri REDIRECT_URI --scopes SCOPES [--confidential CONFIDENTIAL]
show this help message and exit
usage: gitlab application delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab application list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab application-appearance [-h] {get,update} ...
show this help message and exit
usage: gitlab application-appearance get [-h] [--sudo SUDO]
show this help message and exit
usage: gitlab application-appearance update [-h] [--sudo SUDO] [--title TITLE] [--description DESCRIPTION] [--logo LOGO] [--header-logo HEADER_LOGO] [--favicon FAVICON] [--new-project-guidelines NEW_PROJECT_GUIDELINES] [--header-message HEADER_MESSAGE] [--footer-message FOOTER_MESSAGE] [--message-background-color MESSAGE_BACKGROUND_COLOR] [--message-font-color MESSAGE_FONT_COLOR] [--email-header-and-footer-enabled EMAIL_HEADER_AND_FOOTER_ENABLED]
show this help message and exit
usage: gitlab application-settings [-h] {get,update} ...
show this help message and exit
usage: gitlab application-settings get [-h] [--sudo SUDO]
show this help message and exit
usage: gitlab application-settings update [-h] [--sudo SUDO] [--id ID] [--default-projects-limit DEFAULT_PROJECTS_LIMIT] [--signup-enabled SIGNUP_ENABLED] [--silent-mode-enabled SILENT_MODE_ENABLED] [--password-authentication-enabled-for-web PASSWORD_AUTHENTICATION_ENABLED_FOR_WEB] [--gravatar-enabled GRAVATAR_ENABLED] [--sign-in-text SIGN_IN_TEXT] [--created-at CREATED_AT] [--updated-at UPDATED_AT] [--home-page-url HOME_PAGE_URL] [--default-branch-protection DEFAULT_BRANCH_PROTECTION] [--restricted-visibility-levels RESTRICTED_VISIBILITY_LEVELS] [--max-attachment-size MAX_ATTACHMENT_SIZE] [--session-expire-delay SESSION_EXPIRE_DELAY] [--default-project-visibility DEFAULT_PROJECT_VISIBILITY] [--default-snippet-visibility DEFAULT_SNIPPET_VISIBILITY] [--default-group-visibility DEFAULT_GROUP_VISIBILITY] [--outbound-local-requests-whitelist OUTBOUND_LOCAL_REQUESTS_WHITELIST] [--disabled-oauth-sign-in-sources DISABLED_OAUTH_SIGN_IN_SOURCES] [--domain-whitelist DOMAIN_WHITELIST] [--domain-blacklist-enabled DOMAIN_BLACKLIST_ENABLED] [--domain-blacklist DOMAIN_BLACKLIST] [--domain-allowlist DOMAIN_ALLOWLIST] [--domain-denylist-enabled DOMAIN_DENYLIST_ENABLED] [--domain-denylist DOMAIN_DENYLIST] [--external-authorization-service-enabled EXTERNAL_AUTHORIZATION_SERVICE_ENABLED] [--external-authorization-service-url EXTERNAL_AUTHORIZATION_SERVICE_URL] [--external-authorization-service-default-label EXTERNAL_AUTHORIZATION_SERVICE_DEFAULT_LABEL] [--external-authorization-service-timeout EXTERNAL_AUTHORIZATION_SERVICE_TIMEOUT] [--import-sources IMPORT_SOURCES] [--user-oauth-applications USER_OAUTH_APPLICATIONS] [--after-sign-out-path AFTER_SIGN_OUT_PATH] [--container-registry-token-expire-delay CONTAINER_REGISTRY_TOKEN_EXPIRE_DELAY] [--repository-storages REPOSITORY_STORAGES] [--plantuml-enabled PLANTUML_ENABLED] [--plantuml-url PLANTUML_URL] [--terminal-max-session-time TERMINAL_MAX_SESSION_TIME] [--polling-interval-multiplier POLLING_INTERVAL_MULTIPLIER] [--rsa-key-restriction RSA_KEY_RESTRICTION] [--dsa-key-restriction DSA_KEY_RESTRICTION] [--ecdsa-key-restriction ECDSA_KEY_RESTRICTION] [--ed25519-key-restriction ED25519_KEY_RESTRICTION] [--first-day-of-week FIRST_DAY_OF_WEEK] [--enforce-terms ENFORCE_TERMS] [--terms TERMS] [--performance-bar-allowed-group-id PERFORMANCE_BAR_ALLOWED_GROUP_ID] [--instance-statistics-visibility-private INSTANCE_STATISTICS_VISIBILITY_PRIVATE] [--user-show-add-ssh-key-message USER_SHOW_ADD_SSH_KEY_MESSAGE] [--file-template-project-id FILE_TEMPLATE_PROJECT_ID] [--local-markdown-version LOCAL_MARKDOWN_VERSION] [--asset-proxy-enabled ASSET_PROXY_ENABLED] [--asset-proxy-url ASSET_PROXY_URL] [--asset-proxy-whitelist ASSET_PROXY_WHITELIST] [--asset-proxy-allowlist ASSET_PROXY_ALLOWLIST] [--geo-node-allowed-ips GEO_NODE_ALLOWED_IPS] [--allow-local-requests-from-hooks-and-services ALLOW_LOCAL_REQUESTS_FROM_HOOKS_AND_SERVICES] [--allow-local-requests-from-web-hooks-and-services ALLOW_LOCAL_REQUESTS_FROM_WEB_HOOKS_AND_SERVICES] [--allow-local-requests-from-system-hooks ALLOW_LOCAL_REQUESTS_FROM_SYSTEM_HOOKS]
show this help message and exit
usage: gitlab application-statistics [-h] {get} ...
show this help message and exit
usage: gitlab application-statistics get [-h] [--sudo SUDO]
show this help message and exit
usage: gitlab audit-event [-h] {list,get} ...
show this help message and exit
usage: gitlab audit-event get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab audit-event list [-h] [--sudo SUDO] [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--entity-type ENTITY_TYPE] [--entity-id ENTITY_ID] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab broadcast-message [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab broadcast-message create [-h] [--sudo SUDO] --message MESSAGE [--starts-at STARTS_AT] [--ends-at ENDS_AT] [--color COLOR] [--font FONT] [--target-access-levels TARGET_ACCESS_LEVELS]
show this help message and exit
usage: gitlab broadcast-message delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab broadcast-message get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab broadcast-message list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab broadcast-message update [-h] [--sudo SUDO] --id ID [--message MESSAGE] [--starts-at STARTS_AT] [--ends-at ENDS_AT] [--color COLOR] [--font FONT] [--target-access-levels TARGET_ACCESS_LEVELS]
show this help message and exit
usage: gitlab bulk-import [-h] {list,get,create} ...
show this help message and exit
usage: gitlab bulk-import create [-h] [--sudo SUDO] --configuration CONFIGURATION --entities ENTITIES
show this help message and exit
usage: gitlab bulk-import get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab bulk-import list [-h] [--sudo SUDO] [--sort SORT] [--status STATUS] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab bulk-import-all-entity [-h] {list} ...
show this help message and exit
usage: gitlab bulk-import-all-entity list [-h] [--sudo SUDO] [--sort SORT] [--status STATUS] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab bulk-import-entity [-h] {list,get} ...
show this help message and exit
usage: gitlab bulk-import-entity get [-h] [--sudo SUDO] --bulk-import-id BULK_IMPORT_ID --id ID
show this help message and exit
usage: gitlab bulk-import-entity list [-h] [--sudo SUDO] --bulk-import-id BULK_IMPORT_ID [--sort SORT] [--status STATUS] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab ci-lint [-h] {create,validate} ...
show this help message and exit
usage: gitlab ci-lint create [-h] [--sudo SUDO] --content CONTENT [--include-merged-yaml INCLUDE_MERGED_YAML] [--include-jobs INCLUDE_JOBS]
show this help message and exit
usage: gitlab ci-lint validate [-h] --content CONTENT [--include-merged-yaml INCLUDE_MERGED_YAML] [--include-jobs INCLUDE_JOBS]
show this help message and exit
usage: gitlab current-user [-h] {get} ...
show this help message and exit
usage: gitlab current-user get [-h] [--sudo SUDO]
show this help message and exit
usage: gitlab current-user-email [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab current-user-email create [-h] [--sudo SUDO] --email EMAIL
show this help message and exit
usage: gitlab current-user-email delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab current-user-email get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab current-user-email list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab current-user-gpg-key [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab current-user-gpg-key create [-h] [--sudo SUDO] --key KEY
show this help message and exit
usage: gitlab current-user-gpg-key delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab current-user-gpg-key get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab current-user-gpg-key list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab current-user-key [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab current-user-key create [-h] [--sudo SUDO] --title TITLE --key KEY
show this help message and exit
usage: gitlab current-user-key delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab current-user-key get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab current-user-key list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab current-user-runner [-h] {create} ...
show this help message and exit
usage: gitlab current-user-runner create [-h] [--sudo SUDO] --runner-type RUNNER_TYPE [--group-id GROUP_ID] [--project-id PROJECT_ID] [--description DESCRIPTION] [--paused PAUSED] [--locked LOCKED] [--run-untagged RUN_UNTAGGED] [--tag-list TAG_LIST] [--access-level ACCESS_LEVEL] [--maximum-timeout MAXIMUM_TIMEOUT] [--maintenance-note MAINTENANCE_NOTE]
show this help message and exit
usage: gitlab current-user-status [-h] {get,update} ...
show this help message and exit
usage: gitlab current-user-status get [-h] [--sudo SUDO]
show this help message and exit
usage: gitlab current-user-status update [-h] [--sudo SUDO] [--emoji EMOJI] [--message MESSAGE]
show this help message and exit
usage: gitlab deploy-key [-h] {list,create} ...
show this help message and exit
usage: gitlab deploy-key create [-h] [--sudo SUDO] --title TITLE --key KEY [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab deploy-key list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab deploy-token [-h] {list} ...
show this help message and exit
usage: gitlab deploy-token list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab dockerfile [-h] {list,get} ...
show this help message and exit
usage: gitlab dockerfile get [-h] [--sudo SUDO] --name NAME
show this help message and exit
usage: gitlab dockerfile list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab event [-h] {list} ...
show this help message and exit
usage: gitlab event list [-h] [--sudo SUDO] [--action ACTION] [--target-type TARGET_TYPE] [--before BEFORE] [--after AFTER] [--sort SORT] [--scope SCOPE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab feature [-h] {list,delete} ...
show this help message and exit
usage: gitlab feature delete [-h] [--sudo SUDO] --name NAME
show this help message and exit
usage: gitlab feature list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab generic-package [-h] {upload,download} ...
show this help message and exit
usage: gitlab generic-package download [-h] --project-id PROJECT_ID [--sudo SUDO] --package-name PACKAGE_NAME --package-version PACKAGE_VERSION --file-name FILE_NAME
show this help message and exit
usage: gitlab generic-package upload [-h] --project-id PROJECT_ID [--sudo SUDO] --package-name PACKAGE_NAME --package-version PACKAGE_VERSION --file-name FILE_NAME --path PATH
show this help message and exit
usage: gitlab geo-node [-h] {list,get,update,delete,repair,status,current-failures} ...
show this help message and exit
usage: gitlab geo-node current-failures [-h] --id ID
show this help message and exit
usage: gitlab geo-node delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab geo-node get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab geo-node list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab geo-node repair [-h] --id ID
show this help message and exit
usage: gitlab geo-node status [-h] --id ID
show this help message and exit
usage: gitlab geo-node update [-h] [--sudo SUDO] --id ID [--enabled ENABLED] [--url URL] [--files-max-capacity FILES_MAX_CAPACITY] [--repos-max-capacity REPOS_MAX_CAPACITY]
show this help message and exit
usage: gitlab gitignore [-h] {list,get} ...
show this help message and exit
usage: gitlab gitignore get [-h] [--sudo SUDO] --name NAME
show this help message and exit
usage: gitlab gitignore list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab gitlabciyml [-h] {list,get} ...
show this help message and exit
usage: gitlab gitlabciyml get [-h] [--sudo SUDO] --name NAME
show this help message and exit
usage: gitlab gitlabciyml list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group [-h] {list,get,create,update,delete,transfer-project,transfer,search,ldap-sync,share,unshare,restore} ...
show this help message and exit
usage: gitlab group create [-h] [--sudo SUDO] --name NAME --path PATH [--description DESCRIPTION] [--membership-lock MEMBERSHIP_LOCK] [--visibility VISIBILITY] [--share-with-group-lock SHARE_WITH_GROUP_LOCK] [--require-two-factor-authentication REQUIRE_TWO_FACTOR_AUTHENTICATION] [--two-factor-grace-period TWO_FACTOR_GRACE_PERIOD] [--project-creation-level PROJECT_CREATION_LEVEL] [--auto-devops-enabled AUTO_DEVOPS_ENABLED] [--subgroup-creation-level SUBGROUP_CREATION_LEVEL] [--emails-disabled EMAILS_DISABLED] [--avatar AVATAR] [--mentions-disabled MENTIONS_DISABLED] [--lfs-enabled LFS_ENABLED] [--request-access-enabled REQUEST_ACCESS_ENABLED] [--parent-id PARENT_ID] [--default-branch-protection DEFAULT_BRANCH_PROTECTION] [--shared-runners-minutes-limit SHARED_RUNNERS_MINUTES_LIMIT] [--extra-shared-runners-minutes-limit EXTRA_SHARED_RUNNERS_MINUTES_LIMIT]
show this help message and exit
usage: gitlab group delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab group get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab group ldap-sync [-h] --id ID
show this help message and exit
usage: gitlab group list [-h] [--sudo SUDO] [--skip-groups SKIP_GROUPS] [--all-available ALL_AVAILABLE] [--search SEARCH] [--order-by ORDER_BY] [--sort SORT] [--statistics STATISTICS] [--owned OWNED] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--min-access-level MIN_ACCESS_LEVEL] [--top-level-only TOP_LEVEL_ONLY] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group restore [-h] --id ID
show this help message and exit
usage: gitlab group search [-h] --id ID --scope SCOPE --search SEARCH
show this help message and exit
usage: gitlab group share [-h] --id ID --group-id GROUP_ID --group-access GROUP_ACCESS [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab group transfer [-h] --id ID [--group-id GROUP_ID]
show this help message and exit
usage: gitlab group transfer-project [-h] --id ID --project-id PROJECT_ID
show this help message and exit
usage: gitlab group unshare [-h] --id ID --group-id GROUP_ID
show this help message and exit
usage: gitlab group update [-h] [--sudo SUDO] --id ID [--name NAME] [--path PATH] [--description DESCRIPTION] [--membership-lock MEMBERSHIP_LOCK] [--share-with-group-lock SHARE_WITH_GROUP_LOCK] [--visibility VISIBILITY] [--require-two-factor-authentication REQUIRE_TWO_FACTOR_AUTHENTICATION] [--two-factor-grace-period TWO_FACTOR_GRACE_PERIOD] [--project-creation-level PROJECT_CREATION_LEVEL] [--auto-devops-enabled AUTO_DEVOPS_ENABLED] [--subgroup-creation-level SUBGROUP_CREATION_LEVEL] [--emails-disabled EMAILS_DISABLED] [--avatar AVATAR] [--mentions-disabled MENTIONS_DISABLED] [--lfs-enabled LFS_ENABLED] [--request-access-enabled REQUEST_ACCESS_ENABLED] [--default-branch-protection DEFAULT_BRANCH_PROTECTION] [--file-template-project-id FILE_TEMPLATE_PROJECT_ID] [--shared-runners-minutes-limit SHARED_RUNNERS_MINUTES_LIMIT] [--extra-shared-runners-minutes-limit EXTRA_SHARED_RUNNERS_MINUTES_LIMIT] [--prevent-forking-outside-group PREVENT_FORKING_OUTSIDE_GROUP] [--shared-runners-setting SHARED_RUNNERS_SETTING]
show this help message and exit
usage: gitlab group-access-request [-h] {list,create,delete,approve} ...
show this help message and exit
usage: gitlab group-access-request approve [-h] --group-id GROUP_ID [--sudo SUDO] --id ID [--access-level ACCESS_LEVEL]
show this help message and exit
usage: gitlab group-access-request create [-h] [--sudo SUDO] --group-id GROUP_ID
show this help message and exit
usage: gitlab group-access-request delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-access-request list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-access-token [-h] {list,get,create,delete,rotate} ...
show this help message and exit
usage: gitlab group-access-token create [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME --scopes SCOPES [--access-level ACCESS_LEVEL] [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab group-access-token delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-access-token get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-access-token list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-access-token rotate [-h] --group-id GROUP_ID [--sudo SUDO] --id ID [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab group-approval-rule [-h] {list,get,create,update} ...
show this help message and exit
usage: gitlab group-approval-rule create [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME --approvals-required APPROVALS_REQUIRED [--user-ids USER_IDS] [--group-ids GROUP_IDS] [--rule-type RULE_TYPE]
show this help message and exit
usage: gitlab group-approval-rule get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-approval-rule list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-approval-rule update [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-audit-event [-h] {list,get} ...
show this help message and exit
usage: gitlab group-audit-event get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-audit-event list [-h] [--sudo SUDO] --group-id GROUP_ID [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-badge [-h] {list,get,create,update,delete,render} ...
show this help message and exit
usage: gitlab group-badge create [-h] [--sudo SUDO] --group-id GROUP_ID --link-url LINK_URL --image-url IMAGE_URL
show this help message and exit
usage: gitlab group-badge delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-badge get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-badge list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-badge render [-h] --group-id GROUP_ID [--sudo SUDO] --id ID --link-url LINK_URL --image-url IMAGE_URL
show this help message and exit
usage: gitlab group-badge update [-h] [--sudo SUDO] --group-id GROUP_ID --id ID [--link-url LINK_URL] [--image-url IMAGE_URL]
show this help message and exit
usage: gitlab group-billable-member [-h] {list,delete} ...
show this help message and exit
usage: gitlab group-billable-member delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-billable-member list [-h] [--sudo SUDO] --group-id GROUP_ID [--search SEARCH] [--sort SORT] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-billable-member-membership [-h] {list} ...
show this help message and exit
usage: gitlab group-billable-member-membership list [-h] [--sudo SUDO] --group-id GROUP_ID --user-id USER_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-board [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-board create [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME
show this help message and exit
usage: gitlab group-board delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-board get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-board list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-board update [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-board-list [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-board-list create [-h] [--sudo SUDO] --group-id GROUP_ID --board-id BOARD_ID [--label-id LABEL_ID | --assignee-id ASSIGNEE_ID | --milestone-id MILESTONE_ID | --iteration-id ITERATION_ID]
show this help message and exit
usage: gitlab group-board-list delete [-h] [--sudo SUDO] --group-id GROUP_ID --board-id BOARD_ID --id ID
show this help message and exit
usage: gitlab group-board-list get [-h] [--sudo SUDO] --group-id GROUP_ID --board-id BOARD_ID --id ID
show this help message and exit
usage: gitlab group-board-list list [-h] [--sudo SUDO] --group-id GROUP_ID --board-id BOARD_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-board-list update [-h] [--sudo SUDO] --group-id GROUP_ID --board-id BOARD_ID --id ID --position POSITION
show this help message and exit
usage: gitlab group-cluster [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-cluster create [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME --platform-kubernetes-attributes PLATFORM_KUBERNETES_ATTRIBUTES [--domain DOMAIN] [--enabled ENABLED] [--managed MANAGED] [--environment-scope ENVIRONMENT_SCOPE]
show this help message and exit
usage: gitlab group-cluster delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-cluster get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-cluster list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-cluster update [-h] [--sudo SUDO] --group-id GROUP_ID --id ID [--name NAME] [--domain DOMAIN] [--management-project-id MANAGEMENT_PROJECT_ID] [--platform-kubernetes-attributes PLATFORM_KUBERNETES_ATTRIBUTES] [--environment-scope ENVIRONMENT_SCOPE]
show this help message and exit
usage: gitlab group-custom-attribute [-h] {list,get,delete} ...
show this help message and exit
usage: gitlab group-custom-attribute delete [-h] [--sudo SUDO] --group-id GROUP_ID --key KEY
show this help message and exit
usage: gitlab group-custom-attribute get [-h] [--sudo SUDO] --group-id GROUP_ID --key KEY
show this help message and exit
usage: gitlab group-custom-attribute list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-deploy-token [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab group-deploy-token create [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME --scopes SCOPES [--expires-at EXPIRES_AT] [--username USERNAME]
show this help message and exit
usage: gitlab group-deploy-token delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-deploy-token get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-deploy-token list [-h] [--sudo SUDO] --group-id GROUP_ID [--scopes SCOPES] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-descendant-group [-h] {list} ...
show this help message and exit
usage: gitlab group-descendant-group list [-h] [--sudo SUDO] --group-id GROUP_ID [--skip-groups SKIP_GROUPS] [--all-available ALL_AVAILABLE] [--search SEARCH] [--order-by ORDER_BY] [--sort SORT] [--statistics STATISTICS] [--owned OWNED] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--min-access-level MIN_ACCESS_LEVEL] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-epic [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-epic create [-h] [--sudo SUDO] --group-id GROUP_ID --title TITLE [--labels LABELS] [--description DESCRIPTION] [--start-date START_DATE] [--end-date END_DATE]
show this help message and exit
usage: gitlab group-epic delete [-h] [--sudo SUDO] --group-id GROUP_ID --iid IID
show this help message and exit
usage: gitlab group-epic get [-h] [--sudo SUDO] --group-id GROUP_ID --iid IID
show this help message and exit
usage: gitlab group-epic list [-h] [--sudo SUDO] --group-id GROUP_ID [--author-id AUTHOR_ID] [--labels LABELS] [--order-by ORDER_BY] [--sort SORT] [--search SEARCH] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-epic update [-h] [--sudo SUDO] --group-id GROUP_ID --iid IID [--title TITLE] [--labels LABELS] [--description DESCRIPTION] [--start-date START_DATE] [--end-date END_DATE]
show this help message and exit
usage: gitlab group-epic-award-emoji [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab group-epic-award-emoji create [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --name NAME
show this help message and exit
usage: gitlab group-epic-award-emoji delete [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --id ID
show this help message and exit
usage: gitlab group-epic-award-emoji get [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --id ID
show this help message and exit
usage: gitlab group-epic-award-emoji list [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-epic-discussion-note [-h] {get,create,update,delete} ...
show this help message and exit
usage: gitlab group-epic-discussion-note create [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --discussion-id DISCUSSION_ID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab group-epic-discussion-note delete [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab group-epic-discussion-note get [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab group-epic-discussion-note update [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --discussion-id DISCUSSION_ID --id ID --body BODY
show this help message and exit
usage: gitlab group-epic-issue [-h] {list,create,update,delete} ...
show this help message and exit
usage: gitlab group-epic-issue create [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --issue-id ISSUE_ID
show this help message and exit
usage: gitlab group-epic-issue delete [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --epic-issue-id EPIC_ISSUE_ID
show this help message and exit
usage: gitlab group-epic-issue list [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-epic-issue update [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --epic-issue-id EPIC_ISSUE_ID [--move-before-id MOVE_BEFORE_ID] [--move-after-id MOVE_AFTER_ID]
show this help message and exit
usage: gitlab group-epic-note [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-epic-note create [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab group-epic-note delete [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --id ID
show this help message and exit
usage: gitlab group-epic-note get [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --id ID
show this help message and exit
usage: gitlab group-epic-note list [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-epic-note update [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --id ID --body BODY
show this help message and exit
usage: gitlab group-epic-note-award-emoji [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab group-epic-note-award-emoji create [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --note-id NOTE_ID --name NAME
show this help message and exit
usage: gitlab group-epic-note-award-emoji delete [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --note-id NOTE_ID --id ID
show this help message and exit
usage: gitlab group-epic-note-award-emoji get [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --note-id NOTE_ID --id ID
show this help message and exit
usage: gitlab group-epic-note-award-emoji list [-h] [--sudo SUDO] --group-id GROUP_ID --epic-iid EPIC_IID --note-id NOTE_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-epic-resource-label-event [-h] {list,get} ...
show this help message and exit
usage: gitlab group-epic-resource-label-event get [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID --id ID
show this help message and exit
usage: gitlab group-epic-resource-label-event list [-h] [--sudo SUDO] --group-id GROUP_ID --epic-id EPIC_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-export [-h] {get,create,download} ...
show this help message and exit
usage: gitlab group-export create [-h] [--sudo SUDO] --group-id GROUP_ID
show this help message and exit
usage: gitlab group-export download [-h] --group-id GROUP_ID [--sudo SUDO]
show this help message and exit
usage: gitlab group-export get [-h] [--sudo SUDO] --group-id GROUP_ID
show this help message and exit
usage: gitlab group-hook [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-hook create [-h] [--sudo SUDO] --group-id GROUP_ID --url URL [--push-events PUSH_EVENTS] [--issues-events ISSUES_EVENTS] [--confidential-issues-events CONFIDENTIAL_ISSUES_EVENTS] [--merge-requests-events MERGE_REQUESTS_EVENTS] [--tag-push-events TAG_PUSH_EVENTS] [--note-events NOTE_EVENTS] [--confidential-note-events CONFIDENTIAL_NOTE_EVENTS] [--job-events JOB_EVENTS] [--pipeline-events PIPELINE_EVENTS] [--wiki-page-events WIKI_PAGE_EVENTS] [--deployment-events DEPLOYMENT_EVENTS] [--releases-events RELEASES_EVENTS] [--subgroup-events SUBGROUP_EVENTS] [--enable-ssl-verification ENABLE_SSL_VERIFICATION] [--token TOKEN]
show this help message and exit
usage: gitlab group-hook delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-hook get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-hook list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-hook update [-h] [--sudo SUDO] --group-id GROUP_ID --id ID --url URL [--push-events PUSH_EVENTS] [--issues-events ISSUES_EVENTS] [--confidential-issues-events CONFIDENTIAL_ISSUES_EVENTS] [--merge-requests-events MERGE_REQUESTS_EVENTS] [--tag-push-events TAG_PUSH_EVENTS] [--note-events NOTE_EVENTS] [--confidential-note-events CONFIDENTIAL_NOTE_EVENTS] [--job-events JOB_EVENTS] [--pipeline-events PIPELINE_EVENTS] [--wiki-page-events WIKI_PAGE_EVENTS] [--deployment-events DEPLOYMENT_EVENTS] [--releases-events RELEASES_EVENTS] [--subgroup-events SUBGROUP_EVENTS] [--enable-ssl-verification ENABLE_SSL_VERIFICATION] [--token TOKEN]
show this help message and exit
usage: gitlab group-import [-h] {get} ...
show this help message and exit
usage: gitlab group-import get [-h] [--sudo SUDO] --group-id GROUP_ID
show this help message and exit
usage: gitlab group-invitation [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-invitation create [-h] [--sudo SUDO] --group-id GROUP_ID --access-level ACCESS_LEVEL [--expires-at EXPIRES_AT] [--invite-source INVITE_SOURCE] [--tasks-to-be-done TASKS_TO_BE_DONE] [--tasks-project-id TASKS_PROJECT_ID] [--email EMAIL | --user-id USER_ID]
show this help message and exit
usage: gitlab group-invitation delete [-h] [--sudo SUDO] --group-id GROUP_ID --email EMAIL
show this help message and exit
usage: gitlab group-invitation get [-h] [--sudo SUDO] --group-id GROUP_ID --email EMAIL
show this help message and exit
usage: gitlab group-invitation list [-h] [--sudo SUDO] --group-id GROUP_ID [--query QUERY] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-invitation update [-h] [--sudo SUDO] --group-id GROUP_ID --email EMAIL [--access-level ACCESS_LEVEL] [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab group-issue [-h] {list} ...
show this help message and exit
usage: gitlab group-issue list [-h] [--sudo SUDO] --group-id GROUP_ID [--state STATE] [--labels LABELS] [--milestone MILESTONE] [--order-by ORDER_BY] [--sort SORT] [--iids IIDS] [--author-id AUTHOR_ID] [--iteration-id ITERATION_ID] [--assignee-id ASSIGNEE_ID] [--my-reaction-emoji MY_REACTION_EMOJI] [--search SEARCH] [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-issues-statistics [-h] {get} ...
show this help message and exit
usage: gitlab group-issues-statistics get [-h] [--sudo SUDO] --group-id GROUP_ID
show this help message and exit
usage: gitlab group-iteration [-h] {list} ...
show this help message and exit
usage: gitlab group-iteration list [-h] [--sudo SUDO] --group-id GROUP_ID [--include-ancestors INCLUDE_ANCESTORS] [--include-descendants INCLUDE_DESCENDANTS] [--in IN] [--search SEARCH] [--state STATE] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-label [-h] {list,get,create,update,delete,subscribe,unsubscribe} ...
show this help message and exit
usage: gitlab group-label create [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME --color COLOR [--description DESCRIPTION] [--priority PRIORITY]
show this help message and exit
usage: gitlab group-label delete [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME
show this help message and exit
usage: gitlab group-label get [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME
show this help message and exit
usage: gitlab group-label list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-label subscribe [-h] --group-id GROUP_ID [--sudo SUDO] --name NAME
show this help message and exit
usage: gitlab group-label unsubscribe [-h] --group-id GROUP_ID [--sudo SUDO] --name NAME
show this help message and exit
usage: gitlab group-label update [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME [--new-name NEW_NAME] [--color COLOR] [--description DESCRIPTION] [--priority PRIORITY]
show this help message and exit
usage: gitlab group-ldap-group-link [-h] {list,create,delete} ...
show this help message and exit
usage: gitlab group-ldap-group-link create [-h] [--sudo SUDO] --group-id GROUP_ID --provider PROVIDER --group-access GROUP_ACCESS [--cn CN | --filter FILTER]
show this help message and exit
usage: gitlab group-ldap-group-link delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-ldap-group-link list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-member [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-member create [-h] [--sudo SUDO] --group-id GROUP_ID --access-level ACCESS_LEVEL [--expires-at EXPIRES_AT] [--tasks-to-be-done TASKS_TO_BE_DONE] [--username USERNAME | --user-id USER_ID]
show this help message and exit
usage: gitlab group-member delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-member get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-member list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-member update [-h] [--sudo SUDO] --group-id GROUP_ID --id ID --access-level ACCESS_LEVEL [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab group-member-all [-h] {list,get} ...
show this help message and exit
usage: gitlab group-member-all get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-member-all list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-member-role [-h] {list,create,delete} ...
show this help message and exit
usage: gitlab group-member-role create [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME --base-access-level BASE_ACCESS_LEVEL [--description DESCRIPTION] [--admin-cicd-variables ADMIN_CICD_VARIABLES] [--admin-compliance-framework ADMIN_COMPLIANCE_FRAMEWORK] [--admin-group-member ADMIN_GROUP_MEMBER] [--admin-merge-request ADMIN_MERGE_REQUEST] [--admin-push-rules ADMIN_PUSH_RULES] [--admin-terraform-state ADMIN_TERRAFORM_STATE] [--admin-vulnerability ADMIN_VULNERABILITY] [--admin-web-hook ADMIN_WEB_HOOK] [--archive-project ARCHIVE_PROJECT] [--manage-deploy-tokens MANAGE_DEPLOY_TOKENS] [--manage-group-access-tokens MANAGE_GROUP_ACCESS_TOKENS] [--manage-merge-request-settings MANAGE_MERGE_REQUEST_SETTINGS] [--manage-project-access-tokens MANAGE_PROJECT_ACCESS_TOKENS] [--manage-security-policy-link MANAGE_SECURITY_POLICY_LINK] [--read-code READ_CODE] [--read-runners READ_RUNNERS] [--read-dependency READ_DEPENDENCY] [--read-vulnerability READ_VULNERABILITY] [--remove-group REMOVE_GROUP] [--remove-project REMOVE_PROJECT]
show this help message and exit
usage: gitlab group-member-role delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-member-role list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-merge-request [-h] {list} ...
show this help message and exit
usage: gitlab group-merge-request list [-h] [--sudo SUDO] --group-id GROUP_ID [--state STATE] [--order-by ORDER_BY] [--sort SORT] [--milestone MILESTONE] [--view VIEW] [--labels LABELS] [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--scope SCOPE] [--author-id AUTHOR_ID] [--assignee-id ASSIGNEE_ID] [--approver-ids APPROVER_IDS] [--approved-by-ids APPROVED_BY_IDS] [--my-reaction-emoji MY_REACTION_EMOJI] [--source-branch SOURCE_BRANCH] [--target-branch TARGET_BRANCH] [--search SEARCH] [--wip WIP] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-milestone [-h] {list,get,create,update,delete,issues,merge-requests} ...
show this help message and exit
usage: gitlab group-milestone create [-h] [--sudo SUDO] --group-id GROUP_ID --title TITLE [--description DESCRIPTION] [--due-date DUE_DATE] [--start-date START_DATE]
show this help message and exit
usage: gitlab group-milestone delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-milestone get [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-milestone issues [-h] --group-id GROUP_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab group-milestone list [-h] [--sudo SUDO] --group-id GROUP_ID [--iids IIDS] [--state STATE] [--search SEARCH] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-milestone merge-requests [-h] --group-id GROUP_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab group-milestone update [-h] [--sudo SUDO] --group-id GROUP_ID --id ID [--title TITLE] [--description DESCRIPTION] [--due-date DUE_DATE] [--start-date START_DATE] [--state-event STATE_EVENT]
show this help message and exit
usage: gitlab group-notification-settings [-h] {get,update} ...
show this help message and exit
usage: gitlab group-notification-settings get [-h] [--sudo SUDO] --group-id GROUP_ID
show this help message and exit
usage: gitlab group-notification-settings update [-h] [--sudo SUDO] --group-id GROUP_ID [--level LEVEL] [--notification-email NOTIFICATION_EMAIL] [--new-note NEW_NOTE] [--new-issue NEW_ISSUE] [--reopen-issue REOPEN_ISSUE] [--close-issue CLOSE_ISSUE] [--reassign-issue REASSIGN_ISSUE] [--new-merge-request NEW_MERGE_REQUEST] [--reopen-merge-request REOPEN_MERGE_REQUEST] [--close-merge-request CLOSE_MERGE_REQUEST] [--reassign-merge-request REASSIGN_MERGE_REQUEST] [--merge-merge-request MERGE_MERGE_REQUEST]
show this help message and exit
usage: gitlab group-package [-h] {list} ...
show this help message and exit
usage: gitlab group-package list [-h] [--sudo SUDO] --group-id GROUP_ID [--exclude-subgroups EXCLUDE_SUBGROUPS] [--order-by ORDER_BY] [--sort SORT] [--package-type PACKAGE_TYPE] [--package-name PACKAGE_NAME] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-project [-h] {list} ...
show this help message and exit
usage: gitlab group-project list [-h] [--sudo SUDO] --group-id GROUP_ID [--archived ARCHIVED] [--visibility VISIBILITY] [--order-by ORDER_BY] [--sort SORT] [--search SEARCH] [--simple SIMPLE] [--owned OWNED] [--starred STARRED] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--include-subgroups INCLUDE_SUBGROUPS] [--with-issues-enabled WITH_ISSUES_ENABLED] [--with-merge-requests-enabled WITH_MERGE_REQUESTS_ENABLED] [--with-shared WITH_SHARED] [--min-access-level MIN_ACCESS_LEVEL] [--with-security-reports WITH_SECURITY_REPORTS] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-push-rules [-h] {get,create,update,delete} ...
show this help message and exit
usage: gitlab group-push-rules create [-h] [--sudo SUDO] --group-id GROUP_ID [--deny-delete-tag DENY_DELETE_TAG] [--member-check MEMBER_CHECK] [--prevent-secrets PREVENT_SECRETS] [--commit-message-regex COMMIT_MESSAGE_REGEX] [--commit-message-negative-regex COMMIT_MESSAGE_NEGATIVE_REGEX] [--branch-name-regex BRANCH_NAME_REGEX] [--author-email-regex AUTHOR_EMAIL_REGEX] [--file-name-regex FILE_NAME_REGEX] [--max-file-size MAX_FILE_SIZE] [--commit-committer-check COMMIT_COMMITTER_CHECK] [--reject-unsigned-commits REJECT_UNSIGNED_COMMITS]
show this help message and exit
usage: gitlab group-push-rules delete [-h] [--sudo SUDO] --group-id GROUP_ID
show this help message and exit
usage: gitlab group-push-rules get [-h] [--sudo SUDO] --group-id GROUP_ID
show this help message and exit
usage: gitlab group-push-rules update [-h] [--sudo SUDO] --group-id GROUP_ID [--deny-delete-tag DENY_DELETE_TAG] [--member-check MEMBER_CHECK] [--prevent-secrets PREVENT_SECRETS] [--commit-message-regex COMMIT_MESSAGE_REGEX] [--commit-message-negative-regex COMMIT_MESSAGE_NEGATIVE_REGEX] [--branch-name-regex BRANCH_NAME_REGEX] [--author-email-regex AUTHOR_EMAIL_REGEX] [--file-name-regex FILE_NAME_REGEX] [--max-file-size MAX_FILE_SIZE] [--commit-committer-check COMMIT_COMMITTER_CHECK] [--reject-unsigned-commits REJECT_UNSIGNED_COMMITS]
show this help message and exit
usage: gitlab group-runner [-h] {list} ...
show this help message and exit
usage: gitlab group-runner list [-h] [--sudo SUDO] --group-id GROUP_ID [--scope SCOPE] [--tag-list TAG_LIST] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-saml-group-link [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab group-saml-group-link create [-h] [--sudo SUDO] --group-id GROUP_ID --saml-group-name SAML_GROUP_NAME --access-level ACCESS_LEVEL
show this help message and exit
usage: gitlab group-saml-group-link delete [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME
show this help message and exit
usage: gitlab group-saml-group-link get [-h] [--sudo SUDO] --group-id GROUP_ID --name NAME
show this help message and exit
usage: gitlab group-saml-group-link list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-service-account [-h] {list,create,delete} ...
show this help message and exit
usage: gitlab group-service-account create [-h] [--sudo SUDO] --group-id GROUP_ID [--name NAME] [--username USERNAME]
show this help message and exit
usage: gitlab group-service-account delete [-h] [--sudo SUDO] --group-id GROUP_ID --id ID
show this help message and exit
usage: gitlab group-service-account list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-subgroup [-h] {list} ...
show this help message and exit
usage: gitlab group-subgroup list [-h] [--sudo SUDO] --group-id GROUP_ID [--skip-groups SKIP_GROUPS] [--all-available ALL_AVAILABLE] [--search SEARCH] [--order-by ORDER_BY] [--sort SORT] [--statistics STATISTICS] [--owned OWNED] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--min-access-level MIN_ACCESS_LEVEL] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-variable [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-variable create [-h] [--sudo SUDO] --group-id GROUP_ID --key KEY --value VALUE [--protected PROTECTED] [--variable-type VARIABLE_TYPE] [--masked MASKED]
show this help message and exit
usage: gitlab group-variable delete [-h] [--sudo SUDO] --group-id GROUP_ID --key KEY
show this help message and exit
usage: gitlab group-variable get [-h] [--sudo SUDO] --group-id GROUP_ID --key KEY
show this help message and exit
usage: gitlab group-variable list [-h] [--sudo SUDO] --group-id GROUP_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-variable update [-h] [--sudo SUDO] --group-id GROUP_ID --key KEY --value VALUE [--protected PROTECTED] [--variable-type VARIABLE_TYPE] [--masked MASKED]
show this help message and exit
usage: gitlab group-wiki [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab group-wiki create [-h] [--sudo SUDO] --group-id GROUP_ID --title TITLE --content CONTENT [--format FORMAT]
show this help message and exit
usage: gitlab group-wiki delete [-h] [--sudo SUDO] --group-id GROUP_ID --slug SLUG
show this help message and exit
usage: gitlab group-wiki get [-h] [--sudo SUDO] --group-id GROUP_ID --slug SLUG
show this help message and exit
usage: gitlab group-wiki list [-h] [--sudo SUDO] --group-id GROUP_ID [--with-content WITH_CONTENT] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab group-wiki update [-h] [--sudo SUDO] --group-id GROUP_ID --slug SLUG [--title TITLE] [--content CONTENT] [--format FORMAT]
show this help message and exit
usage: gitlab hook [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab hook create [-h] [--sudo SUDO] --url URL
show this help message and exit
usage: gitlab hook delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab hook get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab hook list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab issue [-h] {list,get} ...
show this help message and exit
usage: gitlab issue get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab issue list [-h] [--sudo SUDO] [--state STATE] [--labels LABELS] [--milestone MILESTONE] [--scope SCOPE] [--author-id AUTHOR_ID] [--iteration-id ITERATION_ID] [--assignee-id ASSIGNEE_ID] [--my-reaction-emoji MY_REACTION_EMOJI] [--iids IIDS] [--order-by ORDER_BY] [--sort SORT] [--search SEARCH] [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab issues-statistics [-h] {get} ...
show this help message and exit
usage: gitlab issues-statistics get [-h] [--sudo SUDO]
show this help message and exit
usage: gitlab key [-h] {get} ...
show this help message and exit
usage: gitlab key get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab ldap-group [-h] {list} ...
show this help message and exit
usage: gitlab ldap-group list [-h] [--sudo SUDO] [--search SEARCH] [--provider PROVIDER] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab license [-h] {list,get} ...
show this help message and exit
usage: gitlab license get [-h] [--sudo SUDO] --key KEY [--project PROJECT] [--fullname FULLNAME]
show this help message and exit
usage: gitlab license list [-h] [--sudo SUDO] [--popular POPULAR] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab member-role [-h] {list,create,delete} ...
show this help message and exit
usage: gitlab member-role create [-h] [--sudo SUDO] --name NAME --base-access-level BASE_ACCESS_LEVEL [--description DESCRIPTION] [--admin-cicd-variables ADMIN_CICD_VARIABLES] [--admin-compliance-framework ADMIN_COMPLIANCE_FRAMEWORK] [--admin-group-member ADMIN_GROUP_MEMBER] [--admin-merge-request ADMIN_MERGE_REQUEST] [--admin-push-rules ADMIN_PUSH_RULES] [--admin-terraform-state ADMIN_TERRAFORM_STATE] [--admin-vulnerability ADMIN_VULNERABILITY] [--admin-web-hook ADMIN_WEB_HOOK] [--archive-project ARCHIVE_PROJECT] [--manage-deploy-tokens MANAGE_DEPLOY_TOKENS] [--manage-group-access-tokens MANAGE_GROUP_ACCESS_TOKENS] [--manage-merge-request-settings MANAGE_MERGE_REQUEST_SETTINGS] [--manage-project-access-tokens MANAGE_PROJECT_ACCESS_TOKENS] [--manage-security-policy-link MANAGE_SECURITY_POLICY_LINK] [--read-code READ_CODE] [--read-runners READ_RUNNERS] [--read-dependency READ_DEPENDENCY] [--read-vulnerability READ_VULNERABILITY] [--remove-group REMOVE_GROUP] [--remove-project REMOVE_PROJECT]
show this help message and exit
usage: gitlab member-role delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab member-role list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab merge-request [-h] {list} ...
show this help message and exit
usage: gitlab merge-request list [-h] [--sudo SUDO] [--state STATE] [--order-by ORDER_BY] [--sort SORT] [--milestone MILESTONE] [--view VIEW] [--labels LABELS] [--with-labels-details WITH_LABELS_DETAILS] [--with-merge-status-recheck WITH_MERGE_STATUS_RECHECK] [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--scope SCOPE] [--author-id AUTHOR_ID] [--author-username AUTHOR_USERNAME] [--assignee-id ASSIGNEE_ID] [--approver-ids APPROVER_IDS] [--approved-by-ids APPROVED_BY_IDS] [--reviewer-id REVIEWER_ID] [--reviewer-username REVIEWER_USERNAME] [--my-reaction-emoji MY_REACTION_EMOJI] [--source-branch SOURCE_BRANCH] [--target-branch TARGET_BRANCH] [--search SEARCH] [--in IN] [--wip WIP] [--not NOT] [--environment ENVIRONMENT] [--deployed-before DEPLOYED_BEFORE] [--deployed-after DEPLOYED_AFTER] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab namespace [-h] {list,get,exists} ...
show this help message and exit
usage: gitlab namespace exists [-h] --id ID --namespace NAMESPACE --parent-id PARENT_ID
show this help message and exit
usage: gitlab namespace get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab namespace list [-h] [--sudo SUDO] [--search SEARCH] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab notification-settings [-h] {get,update} ...
show this help message and exit
usage: gitlab notification-settings get [-h] [--sudo SUDO]
show this help message and exit
usage: gitlab notification-settings update [-h] [--sudo SUDO] [--level LEVEL] [--notification-email NOTIFICATION_EMAIL] [--new-note NEW_NOTE] [--new-issue NEW_ISSUE] [--reopen-issue REOPEN_ISSUE] [--close-issue CLOSE_ISSUE] [--reassign-issue REASSIGN_ISSUE] [--new-merge-request NEW_MERGE_REQUEST] [--reopen-merge-request REOPEN_MERGE_REQUEST] [--close-merge-request CLOSE_MERGE_REQUEST] [--reassign-merge-request REASSIGN_MERGE_REQUEST] [--merge-merge-request MERGE_MERGE_REQUEST]
show this help message and exit
usage: gitlab pages-domain [-h] {list} ...
show this help message and exit
usage: gitlab pages-domain list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab personal-access-token [-h] {list,get,delete,rotate} ...
show this help message and exit
usage: gitlab personal-access-token delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab personal-access-token get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab personal-access-token list [-h] [--sudo SUDO] [--user-id USER_ID] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab personal-access-token rotate [-h] --id ID [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab project [-h] {list,get,create,update,delete,upload,update-submodule,repository-tree,repository-blob,repository-raw-blob,repository-compare,repository-contributors,repository-archive,repository-merge-base,delete-merged-branches,create-fork-relation,delete-fork-relation,languages,star,unstar,archive,unarchive,share,unshare,trigger-pipeline,housekeeping,restore,snapshot,search,mirror-pull,mirror-pull-details,transfer} ...
show this help message and exit
usage: gitlab project archive [-h] --id ID
show this help message and exit
usage: gitlab project create [-h] [--sudo SUDO] [--name NAME] [--path PATH] [--allow-merge-on-skipped-pipeline ALLOW_MERGE_ON_SKIPPED_PIPELINE] [--only-allow-merge-if-all-status-checks-passed ONLY_ALLOW_MERGE_IF_ALL_STATUS_CHECKS_PASSED] [--analytics-access-level ANALYTICS_ACCESS_LEVEL] [--approvals-before-merge APPROVALS_BEFORE_MERGE] [--auto-cancel-pending-pipelines AUTO_CANCEL_PENDING_PIPELINES] [--auto-devops-deploy-strategy AUTO_DEVOPS_DEPLOY_STRATEGY] [--auto-devops-enabled AUTO_DEVOPS_ENABLED] [--autoclose-referenced-issues AUTOCLOSE_REFERENCED_ISSUES] [--avatar AVATAR] [--build-coverage-regex BUILD_COVERAGE_REGEX] [--build-git-strategy BUILD_GIT_STRATEGY] [--build-timeout BUILD_TIMEOUT] [--builds-access-level BUILDS_ACCESS_LEVEL] [--ci-config-path CI_CONFIG_PATH] [--container-expiration-policy-attributes CONTAINER_EXPIRATION_POLICY_ATTRIBUTES] [--container-registry-access-level CONTAINER_REGISTRY_ACCESS_LEVEL] [--container-registry-enabled CONTAINER_REGISTRY_ENABLED] [--default-branch DEFAULT_BRANCH] [--description DESCRIPTION] [--emails-disabled EMAILS_DISABLED] [--external-authorization-classification-label EXTERNAL_AUTHORIZATION_CLASSIFICATION_LABEL] [--forking-access-level FORKING_ACCESS_LEVEL] [--group-with-project-templates-id GROUP_WITH_PROJECT_TEMPLATES_ID] [--import-url IMPORT_URL] [--initialize-with-readme INITIALIZE_WITH_README] [--issues-access-level ISSUES_ACCESS_LEVEL] [--issues-enabled ISSUES_ENABLED] [--jobs-enabled JOBS_ENABLED] [--lfs-enabled LFS_ENABLED] [--merge-method MERGE_METHOD] [--merge-pipelines-enabled MERGE_PIPELINES_ENABLED] [--merge-requests-access-level MERGE_REQUESTS_ACCESS_LEVEL] [--merge-requests-enabled MERGE_REQUESTS_ENABLED] [--mirror-trigger-builds MIRROR_TRIGGER_BUILDS] [--mirror MIRROR] [--namespace-id NAMESPACE_ID] [--operations-access-level OPERATIONS_ACCESS_LEVEL] [--only-allow-merge-if-all-discussions-are-resolved ONLY_ALLOW_MERGE_IF_ALL_DISCUSSIONS_ARE_RESOLVED] [--only-allow-merge-if-pipeline-succeeds ONLY_ALLOW_MERGE_IF_PIPELINE_SUCCEEDS] [--packages-enabled PACKAGES_ENABLED] [--pages-access-level PAGES_ACCESS_LEVEL] [--requirements-access-level REQUIREMENTS_ACCESS_LEVEL] [--printing-merge-request-link-enabled PRINTING_MERGE_REQUEST_LINK_ENABLED] [--public-builds PUBLIC_BUILDS] [--releases-access-level RELEASES_ACCESS_LEVEL] [--environments-access-level ENVIRONMENTS_ACCESS_LEVEL] [--feature-flags-access-level FEATURE_FLAGS_ACCESS_LEVEL] [--infrastructure-access-level INFRASTRUCTURE_ACCESS_LEVEL] [--monitor-access-level MONITOR_ACCESS_LEVEL] [--remove-source-branch-after-merge REMOVE_SOURCE_BRANCH_AFTER_MERGE] [--repository-access-level REPOSITORY_ACCESS_LEVEL] [--repository-storage REPOSITORY_STORAGE] [--request-access-enabled REQUEST_ACCESS_ENABLED] [--resolve-outdated-diff-discussions RESOLVE_OUTDATED_DIFF_DISCUSSIONS] [--security-and-compliance-access-level SECURITY_AND_COMPLIANCE_ACCESS_LEVEL] [--shared-runners-enabled SHARED_RUNNERS_ENABLED] [--show-default-award-emojis SHOW_DEFAULT_AWARD_EMOJIS] [--snippets-access-level SNIPPETS_ACCESS_LEVEL] [--snippets-enabled SNIPPETS_ENABLED] [--squash-option SQUASH_OPTION] [--tag-list TAG_LIST] [--topics TOPICS] [--template-name TEMPLATE_NAME] [--template-project-id TEMPLATE_PROJECT_ID] [--use-custom-template USE_CUSTOM_TEMPLATE] [--visibility VISIBILITY] [--wiki-access-level WIKI_ACCESS_LEVEL] [--wiki-enabled WIKI_ENABLED]
show this help message and exit
usage: gitlab project create-fork-relation [-h] --id ID --forked-from-id FORKED_FROM_ID
show this help message and exit
usage: gitlab project delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project delete-fork-relation [-h] --id ID
show this help message and exit
usage: gitlab project delete-merged-branches [-h] --id ID
show this help message and exit
usage: gitlab project get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project housekeeping [-h] --id ID
show this help message and exit
usage: gitlab project languages [-h] --id ID
show this help message and exit
usage: gitlab project list [-h] [--sudo SUDO] [--archived ARCHIVED] [--id-after ID_AFTER] [--id-before ID_BEFORE] [--last-activity-after LAST_ACTIVITY_AFTER] [--last-activity-before LAST_ACTIVITY_BEFORE] [--membership MEMBERSHIP] [--min-access-level MIN_ACCESS_LEVEL] [--order-by ORDER_BY] [--owned OWNED] [--repository-checksum-failed REPOSITORY_CHECKSUM_FAILED] [--repository-storage REPOSITORY_STORAGE] [--search-namespaces SEARCH_NAMESPACES] [--search SEARCH] [--simple SIMPLE] [--sort SORT] [--starred STARRED] [--statistics STATISTICS] [--topic TOPIC] [--visibility VISIBILITY] [--wiki-checksum-failed WIKI_CHECKSUM_FAILED] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--with-issues-enabled WITH_ISSUES_ENABLED] [--with-merge-requests-enabled WITH_MERGE_REQUESTS_ENABLED] [--with-programming-language WITH_PROGRAMMING_LANGUAGE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project mirror-pull [-h] --id ID
show this help message and exit
usage: gitlab project mirror-pull-details [-h] --id ID
show this help message and exit
usage: gitlab project repository-archive [-h] --id ID [--sha SHA] [--format FORMAT]
show this help message and exit
usage: gitlab project repository-blob [-h] --id ID --sha SHA
show this help message and exit
usage: gitlab project repository-compare [-h] --id ID --from- FROM_ --to TO
show this help message and exit
usage: gitlab project repository-contributors [-h] --id ID
show this help message and exit
usage: gitlab project repository-merge-base [-h] --id ID --refs REFS
show this help message and exit
usage: gitlab project repository-raw-blob [-h] --id ID --sha SHA
show this help message and exit
usage: gitlab project repository-tree [-h] --id ID [--path PATH] [--ref REF] [--recursive RECURSIVE]
show this help message and exit
usage: gitlab project restore [-h] --id ID
show this help message and exit
usage: gitlab project search [-h] --id ID --scope SCOPE --search SEARCH
show this help message and exit
usage: gitlab project share [-h] --id ID --group-id GROUP_ID --group-access GROUP_ACCESS [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab project snapshot [-h] --id ID [--wiki WIKI]
show this help message and exit
usage: gitlab project star [-h] --id ID
show this help message and exit
usage: gitlab project transfer [-h] --id ID --to-namespace TO_NAMESPACE
show this help message and exit
usage: gitlab project trigger-pipeline [-h] --id ID --ref REF --token TOKEN
show this help message and exit
usage: gitlab project unarchive [-h] --id ID
show this help message and exit
usage: gitlab project unshare [-h] --id ID --group-id GROUP_ID
show this help message and exit
usage: gitlab project unstar [-h] --id ID
show this help message and exit
usage: gitlab project update [-h] [--sudo SUDO] --id ID [--allow-merge-on-skipped-pipeline ALLOW_MERGE_ON_SKIPPED_PIPELINE] [--only-allow-merge-if-all-status-checks-passed ONLY_ALLOW_MERGE_IF_ALL_STATUS_CHECKS_PASSED] [--analytics-access-level ANALYTICS_ACCESS_LEVEL] [--approvals-before-merge APPROVALS_BEFORE_MERGE] [--auto-cancel-pending-pipelines AUTO_CANCEL_PENDING_PIPELINES] [--auto-devops-deploy-strategy AUTO_DEVOPS_DEPLOY_STRATEGY] [--auto-devops-enabled AUTO_DEVOPS_ENABLED] [--autoclose-referenced-issues AUTOCLOSE_REFERENCED_ISSUES] [--avatar AVATAR] [--build-coverage-regex BUILD_COVERAGE_REGEX] [--build-git-strategy BUILD_GIT_STRATEGY] [--build-timeout BUILD_TIMEOUT] [--builds-access-level BUILDS_ACCESS_LEVEL] [--ci-config-path CI_CONFIG_PATH] [--ci-default-git-depth CI_DEFAULT_GIT_DEPTH] [--ci-forward-deployment-enabled CI_FORWARD_DEPLOYMENT_ENABLED] [--ci-allow-fork-pipelines-to-run-in-parent-project CI_ALLOW_FORK_PIPELINES_TO_RUN_IN_PARENT_PROJECT] [--ci-separated-caches CI_SEPARATED_CACHES] [--container-expiration-policy-attributes CONTAINER_EXPIRATION_POLICY_ATTRIBUTES] [--container-registry-access-level CONTAINER_REGISTRY_ACCESS_LEVEL] [--container-registry-enabled CONTAINER_REGISTRY_ENABLED] [--default-branch DEFAULT_BRANCH] [--description DESCRIPTION] [--emails-disabled EMAILS_DISABLED] [--enforce-auth-checks-on-uploads ENFORCE_AUTH_CHECKS_ON_UPLOADS] [--external-authorization-classification-label EXTERNAL_AUTHORIZATION_CLASSIFICATION_LABEL] [--forking-access-level FORKING_ACCESS_LEVEL] [--import-url IMPORT_URL] [--issues-access-level ISSUES_ACCESS_LEVEL] [--issues-enabled ISSUES_ENABLED] [--issues-template ISSUES_TEMPLATE] [--jobs-enabled JOBS_ENABLED] [--keep-latest-artifact KEEP_LATEST_ARTIFACT] [--lfs-enabled LFS_ENABLED] [--merge-commit-template MERGE_COMMIT_TEMPLATE] [--merge-method MERGE_METHOD] [--merge-pipelines-enabled MERGE_PIPELINES_ENABLED] [--merge-requests-access-level MERGE_REQUESTS_ACCESS_LEVEL] [--merge-requests-enabled MERGE_REQUESTS_ENABLED] [--merge-requests-template MERGE_REQUESTS_TEMPLATE] [--merge-trains-enabled MERGE_TRAINS_ENABLED] [--mirror-overwrites-diverged-branches MIRROR_OVERWRITES_DIVERGED_BRANCHES] [--mirror-trigger-builds MIRROR_TRIGGER_BUILDS] [--mirror-user-id MIRROR_USER_ID] [--mirror MIRROR] [--mr-default-target-self MR_DEFAULT_TARGET_SELF] [--name NAME] [--operations-access-level OPERATIONS_ACCESS_LEVEL] [--only-allow-merge-if-all-discussions-are-resolved ONLY_ALLOW_MERGE_IF_ALL_DISCUSSIONS_ARE_RESOLVED] [--only-allow-merge-if-pipeline-succeeds ONLY_ALLOW_MERGE_IF_PIPELINE_SUCCEEDS] [--only-mirror-protected-branches ONLY_MIRROR_PROTECTED_BRANCHES] [--packages-enabled PACKAGES_ENABLED] [--pages-access-level PAGES_ACCESS_LEVEL] [--requirements-access-level REQUIREMENTS_ACCESS_LEVEL] [--restrict-user-defined-variables RESTRICT_USER_DEFINED_VARIABLES] [--path PATH] [--public-builds PUBLIC_BUILDS] [--releases-access-level RELEASES_ACCESS_LEVEL] [--environments-access-level ENVIRONMENTS_ACCESS_LEVEL] [--feature-flags-access-level FEATURE_FLAGS_ACCESS_LEVEL] [--infrastructure-access-level INFRASTRUCTURE_ACCESS_LEVEL] [--monitor-access-level MONITOR_ACCESS_LEVEL] [--remove-source-branch-after-merge REMOVE_SOURCE_BRANCH_AFTER_MERGE] [--repository-access-level REPOSITORY_ACCESS_LEVEL] [--repository-storage REPOSITORY_STORAGE] [--request-access-enabled REQUEST_ACCESS_ENABLED] [--resolve-outdated-diff-discussions RESOLVE_OUTDATED_DIFF_DISCUSSIONS] [--security-and-compliance-access-level SECURITY_AND_COMPLIANCE_ACCESS_LEVEL] [--service-desk-enabled SERVICE_DESK_ENABLED] [--shared-runners-enabled SHARED_RUNNERS_ENABLED] [--show-default-award-emojis SHOW_DEFAULT_AWARD_EMOJIS] [--snippets-access-level SNIPPETS_ACCESS_LEVEL] [--snippets-enabled SNIPPETS_ENABLED] [--issue-branch-template ISSUE_BRANCH_TEMPLATE] [--squash-commit-template SQUASH_COMMIT_TEMPLATE] [--squash-option SQUASH_OPTION] [--suggestion-commit-message SUGGESTION_COMMIT_MESSAGE] [--tag-list TAG_LIST] [--topics TOPICS] [--visibility VISIBILITY] [--wiki-access-level WIKI_ACCESS_LEVEL] [--wiki-enabled WIKI_ENABLED]
show this help message and exit
usage: gitlab project update-submodule [-h] --id ID --submodule SUBMODULE --branch BRANCH --commit-sha COMMIT_SHA
show this help message and exit
usage: gitlab project upload [-h] --id ID --filename FILENAME --filepath FILEPATH
show this help message and exit
usage: gitlab project-access-request [-h] {list,create,delete,approve} ...
show this help message and exit
usage: gitlab project-access-request approve [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID [--access-level ACCESS_LEVEL]
show this help message and exit
usage: gitlab project-access-request create [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-access-request delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-access-request list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-access-token [-h] {list,get,create,delete,rotate} ...
show this help message and exit
usage: gitlab project-access-token create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME --scopes SCOPES [--access-level ACCESS_LEVEL] [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab project-access-token delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-access-token get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-access-token list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-access-token rotate [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab project-additional-statistics [-h] {get} ...
show this help message and exit
usage: gitlab project-additional-statistics get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-approval [-h] {get,update} ...
show this help message and exit
usage: gitlab project-approval get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-approval update [-h] [--sudo SUDO] --project-id PROJECT_ID [--approvals-before-merge APPROVALS_BEFORE_MERGE] [--reset-approvals-on-push RESET_APPROVALS_ON_PUSH] [--disable-overriding-approvers-per-merge-request DISABLE_OVERRIDING_APPROVERS_PER_MERGE_REQUEST] [--merge-requests-author-approval MERGE_REQUESTS_AUTHOR_APPROVAL] [--merge-requests-disable-committers-approval MERGE_REQUESTS_DISABLE_COMMITTERS_APPROVAL]
show this help message and exit
usage: gitlab project-approval-rule [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-approval-rule create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME --approvals-required APPROVALS_REQUIRED [--user-ids USER_IDS] [--group-ids GROUP_IDS] [--protected-branch-ids PROTECTED_BRANCH_IDS] [--usernames USERNAMES]
show this help message and exit
usage: gitlab project-approval-rule delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-approval-rule get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-approval-rule list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-approval-rule update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-artifact [-h] {delete,download,raw} ...
show this help message and exit
usage: gitlab project-artifact delete [-h] [--sudo SUDO] --project-id PROJECT_ID --ref-name REF_NAME
show this help message and exit
usage: gitlab project-artifact download [-h] --project-id PROJECT_ID [--sudo SUDO] --ref-name REF_NAME --job JOB [--job-token JOB_TOKEN]
show this help message and exit
usage: gitlab project-artifact raw [-h] --project-id PROJECT_ID [--sudo SUDO] --ref-name REF_NAME --artifact-path ARTIFACT_PATH --job JOB
show this help message and exit
usage: gitlab project-audit-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-audit-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-audit-event list [-h] [--sudo SUDO] --project-id PROJECT_ID [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-badge [-h] {list,get,create,update,delete,render} ...
show this help message and exit
usage: gitlab project-badge create [-h] [--sudo SUDO] --project-id PROJECT_ID --link-url LINK_URL --image-url IMAGE_URL
show this help message and exit
usage: gitlab project-badge delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-badge get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-badge list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-badge render [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID --link-url LINK_URL --image-url IMAGE_URL
show this help message and exit
usage: gitlab project-badge update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--link-url LINK_URL] [--image-url IMAGE_URL]
show this help message and exit
usage: gitlab project-board [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-board create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-board delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-board get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-board list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-board update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-board-list [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-board-list create [-h] [--sudo SUDO] --project-id PROJECT_ID --board-id BOARD_ID [--label-id LABEL_ID | --assignee-id ASSIGNEE_ID | --milestone-id MILESTONE_ID | --iteration-id ITERATION_ID]
show this help message and exit
usage: gitlab project-board-list delete [-h] [--sudo SUDO] --project-id PROJECT_ID --board-id BOARD_ID --id ID
show this help message and exit
usage: gitlab project-board-list get [-h] [--sudo SUDO] --project-id PROJECT_ID --board-id BOARD_ID --id ID
show this help message and exit
usage: gitlab project-board-list list [-h] [--sudo SUDO] --project-id PROJECT_ID --board-id BOARD_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-board-list update [-h] [--sudo SUDO] --project-id PROJECT_ID --board-id BOARD_ID --id ID --position POSITION
show this help message and exit
usage: gitlab project-branch [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-branch create [-h] [--sudo SUDO] --project-id PROJECT_ID --branch BRANCH --ref REF
show this help message and exit
usage: gitlab project-branch delete [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-branch get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-branch list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-ci-lint [-h] {get,create,validate} ...
show this help message and exit
usage: gitlab project-ci-lint create [-h] [--sudo SUDO] --project-id PROJECT_ID --content CONTENT [--dry-run DRY_RUN] [--include-jobs INCLUDE_JOBS] [--ref REF]
show this help message and exit
usage: gitlab project-ci-lint get [-h] [--sudo SUDO] --project-id PROJECT_ID [--dry-run DRY_RUN] [--include-jobs INCLUDE_JOBS] [--ref REF]
show this help message and exit
usage: gitlab project-ci-lint validate [-h] --project-id PROJECT_ID [--sudo SUDO] --content CONTENT [--dry-run DRY_RUN] [--include-jobs INCLUDE_JOBS] [--ref REF]
show this help message and exit
usage: gitlab project-cluster [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-cluster create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME --platform-kubernetes-attributes PLATFORM_KUBERNETES_ATTRIBUTES [--domain DOMAIN] [--enabled ENABLED] [--managed MANAGED] [--environment-scope ENVIRONMENT_SCOPE]
show this help message and exit
usage: gitlab project-cluster delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-cluster get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-cluster list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-cluster update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--name NAME] [--domain DOMAIN] [--management-project-id MANAGEMENT_PROJECT_ID] [--platform-kubernetes-attributes PLATFORM_KUBERNETES_ATTRIBUTES] [--environment-scope ENVIRONMENT_SCOPE]
show this help message and exit
usage: gitlab project-cluster-agent [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-cluster-agent create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-cluster-agent delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-cluster-agent get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-cluster-agent list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-commit [-h] {list,get,create,diff,cherry-pick,refs,merge-requests,revert,sequence,signature} ...
show this help message and exit
usage: gitlab project-commit cherry-pick [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID --branch BRANCH
show this help message and exit
usage: gitlab project-commit create [-h] [--sudo SUDO] --project-id PROJECT_ID --branch BRANCH --commit-message COMMIT_MESSAGE --actions ACTIONS [--author-email AUTHOR_EMAIL] [--author-name AUTHOR_NAME]
show this help message and exit
usage: gitlab project-commit diff [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-commit get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-commit list [-h] [--sudo SUDO] --project-id PROJECT_ID [--all ALL] [--ref-name REF_NAME] [--since SINCE] [--until UNTIL] [--path PATH] [--with-stats WITH_STATS] [--first-parent FIRST_PARENT] [--order ORDER] [--trailers TRAILERS] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-commit merge-requests [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-commit refs [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID [--type TYPE]
show this help message and exit
usage: gitlab project-commit revert [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID --branch BRANCH
show this help message and exit
usage: gitlab project-commit sequence [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-commit signature [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-commit-comment [-h] {list,create} ...
show this help message and exit
usage: gitlab project-commit-comment create [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID --note NOTE [--path PATH] [--line LINE] [--line-type LINE_TYPE]
show this help message and exit
usage: gitlab project-commit-comment list [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-commit-discussion [-h] {list,get,create} ...
show this help message and exit
usage: gitlab project-commit-discussion create [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab project-commit-discussion get [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID --id ID
show this help message and exit
usage: gitlab project-commit-discussion list [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-commit-discussion-note [-h] {get,create,update,delete} ...
show this help message and exit
usage: gitlab project-commit-discussion-note create [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID --discussion-id DISCUSSION_ID --body BODY [--created-at CREATED_AT] [--position POSITION]
show this help message and exit
usage: gitlab project-commit-discussion-note delete [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab project-commit-discussion-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab project-commit-discussion-note update [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID --discussion-id DISCUSSION_ID --id ID --body BODY
show this help message and exit
usage: gitlab project-commit-status [-h] {list,create} ...
show this help message and exit
usage: gitlab project-commit-status create [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID --state STATE [--description DESCRIPTION] [--name NAME] [--context CONTEXT] [--ref REF] [--target-url TARGET_URL] [--coverage COVERAGE]
show this help message and exit
usage: gitlab project-commit-status list [-h] [--sudo SUDO] --project-id PROJECT_ID --commit-id COMMIT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-custom-attribute [-h] {list,get,delete} ...
show this help message and exit
usage: gitlab project-custom-attribute delete [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY
show this help message and exit
usage: gitlab project-custom-attribute get [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY
show this help message and exit
usage: gitlab project-custom-attribute list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-deploy-token [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-deploy-token create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME --scopes SCOPES [--expires-at EXPIRES_AT] [--username USERNAME]
show this help message and exit
usage: gitlab project-deploy-token delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-deploy-token get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-deploy-token list [-h] [--sudo SUDO] --project-id PROJECT_ID [--scopes SCOPES] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-deployment [-h] {list,get,create,update,approval} ...
show this help message and exit
usage: gitlab project-deployment approval [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID --status STATUS [--comment COMMENT] [--represented-as REPRESENTED_AS]
show this help message and exit
usage: gitlab project-deployment create [-h] [--sudo SUDO] --project-id PROJECT_ID --sha SHA --ref REF --tag TAG --status STATUS --environment ENVIRONMENT
show this help message and exit
usage: gitlab project-deployment get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-deployment list [-h] [--sudo SUDO] --project-id PROJECT_ID [--order-by ORDER_BY] [--sort SORT] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--environment ENVIRONMENT] [--status STATUS] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-deployment update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-deployment-merge-request [-h] {list} ...
show this help message and exit
usage: gitlab project-deployment-merge-request list [-h] [--sudo SUDO] --deployment-id DEPLOYMENT_ID --project-id PROJECT_ID [--state STATE] [--order-by ORDER_BY] [--sort SORT] [--milestone MILESTONE] [--view VIEW] [--labels LABELS] [--with-labels-details WITH_LABELS_DETAILS] [--with-merge-status-recheck WITH_MERGE_STATUS_RECHECK] [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--scope SCOPE] [--author-id AUTHOR_ID] [--author-username AUTHOR_USERNAME] [--assignee-id ASSIGNEE_ID] [--approver-ids APPROVER_IDS] [--approved-by-ids APPROVED_BY_IDS] [--reviewer-id REVIEWER_ID] [--reviewer-username REVIEWER_USERNAME] [--my-reaction-emoji MY_REACTION_EMOJI] [--source-branch SOURCE_BRANCH] [--target-branch TARGET_BRANCH] [--search SEARCH] [--in IN] [--wip WIP] [--not NOT] [--environment ENVIRONMENT] [--deployed-before DEPLOYED_BEFORE] [--deployed-after DEPLOYED_AFTER] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-dockerfile-template [-h] {list,get} ...
show this help message and exit
usage: gitlab project-dockerfile-template get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-dockerfile-template list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-environment [-h] {list,get,create,update,delete,stop} ...
show this help message and exit
usage: gitlab project-environment create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME [--external-url EXTERNAL_URL]
show this help message and exit
usage: gitlab project-environment delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-environment get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-environment list [-h] [--sudo SUDO] --project-id PROJECT_ID [--name NAME] [--search SEARCH] [--states STATES] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-environment stop [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-environment update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--name NAME] [--external-url EXTERNAL_URL]
show this help message and exit
usage: gitlab project-event [-h] {list} ...
show this help message and exit
usage: gitlab project-event list [-h] [--sudo SUDO] --project-id PROJECT_ID [--action ACTION] [--target-type TARGET_TYPE] [--before BEFORE] [--after AFTER] [--sort SORT] [--scope SCOPE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-export [-h] {get,create,download} ...
show this help message and exit
usage: gitlab project-export create [-h] [--sudo SUDO] --project-id PROJECT_ID [--description DESCRIPTION]
show this help message and exit
usage: gitlab project-export download [-h] --project-id PROJECT_ID [--sudo SUDO]
show this help message and exit
usage: gitlab project-export get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-external-status-check [-h] {list,create,update,delete} ...
show this help message and exit
usage: gitlab project-external-status-check create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME --external-url EXTERNAL_URL [--shared-secret SHARED_SECRET] [--protected-branch-ids PROTECTED_BRANCH_IDS]
show this help message and exit
usage: gitlab project-external-status-check delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-external-status-check list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-external-status-check update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--name NAME] [--external-url EXTERNAL_URL] [--shared-secret SHARED_SECRET] [--protected-branch-ids PROTECTED_BRANCH_IDS]
show this help message and exit
usage: gitlab project-file [-h] {get,create,update,delete,raw,blame} ...
show this help message and exit
usage: gitlab project-file blame [-h] --project-id PROJECT_ID [--sudo SUDO] --file-path FILE_PATH --ref REF
show this help message and exit
usage: gitlab project-file create [-h] --project-id PROJECT_ID [--sudo SUDO] --file-path FILE_PATH --branch BRANCH --content CONTENT --commit-message COMMIT_MESSAGE [--encoding ENCODING] [--author-email AUTHOR_EMAIL] [--author-name AUTHOR_NAME] [--execute-filemode EXECUTE_FILEMODE] [--start-branch START_BRANCH]
show this help message and exit
usage: gitlab project-file delete [-h] --project-id PROJECT_ID [--sudo SUDO] --file-path FILE_PATH --branch BRANCH --commit-message COMMIT_MESSAGE
show this help message and exit
usage: gitlab project-file get [-h] --project-id PROJECT_ID [--sudo SUDO] --file-path FILE_PATH --ref REF
show this help message and exit
usage: gitlab project-file raw [-h] --project-id PROJECT_ID [--sudo SUDO] --file-path FILE_PATH [--ref REF]
show this help message and exit
usage: gitlab project-file update [-h] [--sudo SUDO] --project-id PROJECT_ID --file-path FILE_PATH --branch BRANCH --content CONTENT --commit-message COMMIT_MESSAGE [--encoding ENCODING] [--author-email AUTHOR_EMAIL] [--author-name AUTHOR_NAME] [--execute-filemode EXECUTE_FILEMODE] [--start-branch START_BRANCH] [--last-commit-id LAST_COMMIT_ID]
show this help message and exit
usage: gitlab project-fork [-h] {list,create} ...
show this help message and exit
usage: gitlab project-fork create [-h] [--sudo SUDO] --project-id PROJECT_ID [--namespace NAMESPACE]
show this help message and exit
usage: gitlab project-fork list [-h] [--sudo SUDO] --project-id PROJECT_ID [--archived ARCHIVED] [--visibility VISIBILITY] [--order-by ORDER_BY] [--sort SORT] [--search SEARCH] [--simple SIMPLE] [--owned OWNED] [--membership MEMBERSHIP] [--starred STARRED] [--statistics STATISTICS] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--with-issues-enabled WITH_ISSUES_ENABLED] [--with-merge-requests-enabled WITH_MERGE_REQUESTS_ENABLED] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-gitignore-template [-h] {list,get} ...
show this help message and exit
usage: gitlab project-gitignore-template get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-gitignore-template list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-gitlabciyml-template [-h] {list,get} ...
show this help message and exit
usage: gitlab project-gitlabciyml-template get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-gitlabciyml-template list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-hook [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-hook create [-h] [--sudo SUDO] --project-id PROJECT_ID --url URL [--push-events PUSH_EVENTS] [--issues-events ISSUES_EVENTS] [--confidential-issues-events CONFIDENTIAL_ISSUES_EVENTS] [--merge-requests-events MERGE_REQUESTS_EVENTS] [--tag-push-events TAG_PUSH_EVENTS] [--note-events NOTE_EVENTS] [--job-events JOB_EVENTS] [--pipeline-events PIPELINE_EVENTS] [--wiki-page-events WIKI_PAGE_EVENTS] [--enable-ssl-verification ENABLE_SSL_VERIFICATION] [--token TOKEN]
show this help message and exit
usage: gitlab project-hook delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-hook get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-hook list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-hook update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID --url URL [--push-events PUSH_EVENTS] [--issues-events ISSUES_EVENTS] [--confidential-issues-events CONFIDENTIAL_ISSUES_EVENTS] [--merge-requests-events MERGE_REQUESTS_EVENTS] [--tag-push-events TAG_PUSH_EVENTS] [--note-events NOTE_EVENTS] [--job-events JOB_EVENTS] [--pipeline-events PIPELINE_EVENTS] [--wiki-events WIKI_EVENTS] [--enable-ssl-verification ENABLE_SSL_VERIFICATION] [--token TOKEN]
show this help message and exit
usage: gitlab project-import [-h] {get} ...
show this help message and exit
usage: gitlab project-import get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-integration [-h] {list,get,update,delete,available} ...
show this help message and exit
usage: gitlab project-integration available [-h] --project-id PROJECT_ID [--sudo SUDO] --slug SLUG
show this help message and exit
usage: gitlab project-integration delete [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG
show this help message and exit
usage: gitlab project-integration get [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG
show this help message and exit
usage: gitlab project-integration list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-integration update [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG
show this help message and exit
usage: gitlab project-invitation [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-invitation create [-h] [--sudo SUDO] --project-id PROJECT_ID --access-level ACCESS_LEVEL [--expires-at EXPIRES_AT] [--invite-source INVITE_SOURCE] [--tasks-to-be-done TASKS_TO_BE_DONE] [--tasks-project-id TASKS_PROJECT_ID] [--email EMAIL | --user-id USER_ID]
show this help message and exit
usage: gitlab project-invitation delete [-h] [--sudo SUDO] --project-id PROJECT_ID --email EMAIL
show this help message and exit
usage: gitlab project-invitation get [-h] [--sudo SUDO] --project-id PROJECT_ID --email EMAIL
show this help message and exit
usage: gitlab project-invitation list [-h] [--sudo SUDO] --project-id PROJECT_ID [--query QUERY] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-invitation update [-h] [--sudo SUDO] --project-id PROJECT_ID --email EMAIL [--access-level ACCESS_LEVEL] [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab project-issue [-h] {list,get,create,update,delete,user-agent-detail,subscribe,unsubscribe,todo,time-stats,time-estimate,reset-time-estimate,add-spent-time,reset-spent-time,participants,move,reorder,related-merge-requests,closed-by} ...
show this help message and exit
usage: gitlab project-issue add-spent-time [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID --duration DURATION
show this help message and exit
usage: gitlab project-issue closed-by [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue create [-h] [--sudo SUDO] --project-id PROJECT_ID --title TITLE [--description DESCRIPTION] [--confidential CONFIDENTIAL] [--assignee-ids ASSIGNEE_IDS] [--assignee-id ASSIGNEE_ID] [--milestone-id MILESTONE_ID] [--labels LABELS] [--created-at CREATED_AT] [--due-date DUE_DATE] [--merge-request-to-resolve-discussions-of MERGE_REQUEST_TO_RESOLVE_DISCUSSIONS_OF] [--discussion-to-resolve DISCUSSION_TO_RESOLVE]
show this help message and exit
usage: gitlab project-issue delete [-h] [--sudo SUDO] --project-id PROJECT_ID --iid IID
show this help message and exit
usage: gitlab project-issue get [-h] [--sudo SUDO] --project-id PROJECT_ID --iid IID
show this help message and exit
usage: gitlab project-issue list [-h] [--sudo SUDO] --project-id PROJECT_ID [--iids IIDS] [--state STATE] [--labels LABELS] [--milestone MILESTONE] [--scope SCOPE] [--author-id AUTHOR_ID] [--iteration-id ITERATION_ID] [--assignee-id ASSIGNEE_ID] [--my-reaction-emoji MY_REACTION_EMOJI] [--order-by ORDER_BY] [--sort SORT] [--search SEARCH] [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue move [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID --to-project-id TO_PROJECT_ID
show this help message and exit
usage: gitlab project-issue participants [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue related-merge-requests [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue reorder [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID --move-after-id MOVE_AFTER_ID --move-before-id MOVE_BEFORE_ID
show this help message and exit
usage: gitlab project-issue reset-spent-time [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue reset-time-estimate [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue subscribe [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue time-estimate [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID --duration DURATION
show this help message and exit
usage: gitlab project-issue time-stats [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue todo [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue unsubscribe [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue update [-h] [--sudo SUDO] --project-id PROJECT_ID --iid IID [--title TITLE] [--description DESCRIPTION] [--confidential CONFIDENTIAL] [--assignee-ids ASSIGNEE_IDS] [--assignee-id ASSIGNEE_ID] [--milestone-id MILESTONE_ID] [--labels LABELS] [--state-event STATE_EVENT] [--updated-at UPDATED_AT] [--due-date DUE_DATE] [--discussion-locked DISCUSSION_LOCKED]
show this help message and exit
usage: gitlab project-issue user-agent-detail [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-issue-award-emoji [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-issue-award-emoji create [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --name NAME
show this help message and exit
usage: gitlab project-issue-award-emoji delete [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-award-emoji get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-award-emoji list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-discussion [-h] {list,get,create} ...
show this help message and exit
usage: gitlab project-issue-discussion create [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab project-issue-discussion get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-discussion list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-discussion-note [-h] {get,create,update,delete} ...
show this help message and exit
usage: gitlab project-issue-discussion-note create [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --discussion-id DISCUSSION_ID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab project-issue-discussion-note delete [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab project-issue-discussion-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab project-issue-discussion-note update [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --discussion-id DISCUSSION_ID --id ID --body BODY
show this help message and exit
usage: gitlab project-issue-link [-h] {list,create,delete} ...
show this help message and exit
usage: gitlab project-issue-link create [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --target-project-id TARGET_PROJECT_ID --target-issue-iid TARGET_ISSUE_IID
show this help message and exit
usage: gitlab project-issue-link delete [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --issue-link-id ISSUE_LINK_ID
show this help message and exit
usage: gitlab project-issue-link list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-note [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-issue-note create [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab project-issue-note delete [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-note list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-note update [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID --body BODY
show this help message and exit
usage: gitlab project-issue-note-award-emoji [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-issue-note-award-emoji create [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --note-id NOTE_ID --name NAME
show this help message and exit
usage: gitlab project-issue-note-award-emoji delete [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --note-id NOTE_ID --id ID
show this help message and exit
usage: gitlab project-issue-note-award-emoji get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --note-id NOTE_ID --id ID
show this help message and exit
usage: gitlab project-issue-note-award-emoji list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --note-id NOTE_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-resource-iteration-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-issue-resource-iteration-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-resource-iteration-event list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-resource-label-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-issue-resource-label-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-resource-label-event list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-resource-milestone-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-issue-resource-milestone-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-resource-milestone-event list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-resource-state-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-issue-resource-state-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-resource-state-event list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-resource-weight-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-issue-resource-weight-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID --id ID
show this help message and exit
usage: gitlab project-issue-resource-weight-event list [-h] [--sudo SUDO] --project-id PROJECT_ID --issue-iid ISSUE_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issue-template [-h] {list,get} ...
show this help message and exit
usage: gitlab project-issue-template get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-issue-template list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-issues-statistics [-h] {get} ...
show this help message and exit
usage: gitlab project-issues-statistics get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-job [-h] {list,get,cancel,retry,play,erase,keep-artifacts,delete-artifacts,artifacts,artifact,trace} ...
show this help message and exit
usage: gitlab project-job artifact [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job artifacts [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job cancel [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job delete-artifacts [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job erase [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-job keep-artifacts [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job list [-h] [--sudo SUDO] --project-id PROJECT_ID [--scope SCOPE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-job play [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job retry [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job trace [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-job-token-scope [-h] {get,update} ...
show this help message and exit
usage: gitlab project-job-token-scope get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-job-token-scope update [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-key [-h] {list,get,create,update,delete,enable} ...
show this help message and exit
usage: gitlab project-key create [-h] [--sudo SUDO] --project-id PROJECT_ID --title TITLE --key KEY [--can-push CAN_PUSH] [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab project-key delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-key enable [-h] --project-id PROJECT_ID [--sudo SUDO] --key-id KEY_ID
show this help message and exit
usage: gitlab project-key get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-key list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-key update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--title TITLE] [--can-push CAN_PUSH] [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab project-label [-h] {list,get,create,update,delete,subscribe,unsubscribe} ...
show this help message and exit
usage: gitlab project-label create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME --color COLOR [--description DESCRIPTION] [--priority PRIORITY]
show this help message and exit
usage: gitlab project-label delete [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-label get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-label list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-label subscribe [-h] --project-id PROJECT_ID [--sudo SUDO] --name NAME
show this help message and exit
usage: gitlab project-label unsubscribe [-h] --project-id PROJECT_ID [--sudo SUDO] --name NAME
show this help message and exit
usage: gitlab project-label update [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME [--new-name NEW_NAME] [--color COLOR] [--description DESCRIPTION] [--priority PRIORITY]
show this help message and exit
usage: gitlab project-license-template [-h] {list,get} ...
show this help message and exit
usage: gitlab project-license-template get [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY
show this help message and exit
usage: gitlab project-license-template list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-member [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-member create [-h] [--sudo SUDO] --project-id PROJECT_ID --access-level ACCESS_LEVEL [--expires-at EXPIRES_AT] [--tasks-to-be-done TASKS_TO_BE_DONE] [--username USERNAME | --user-id USER_ID]
show this help message and exit
usage: gitlab project-member delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-member get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-member list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-member update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID --access-level ACCESS_LEVEL [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab project-member-all [-h] {list,get} ...
show this help message and exit
usage: gitlab project-member-all get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-member-all list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request [-h] {list,get,create,update,delete,subscribe,unsubscribe,todo,time-stats,time-estimate,reset-time-estimate,add-spent-time,reset-spent-time,participants,cancel-merge-when-pipeline-succeeds,related-issues,closes-issues,commits,changes,approve,unapprove,rebase,reset-approvals,merge-ref,merge} ...
show this help message and exit
usage: gitlab project-merge-request add-spent-time [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID --duration DURATION
show this help message and exit
usage: gitlab project-merge-request approve [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID [--sha SHA]
show this help message and exit
usage: gitlab project-merge-request cancel-merge-when-pipeline-succeeds [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request changes [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID [--access-raw-diffs ACCESS_RAW_DIFFS]
show this help message and exit
usage: gitlab project-merge-request closes-issues [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request commits [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request create [-h] [--sudo SUDO] --project-id PROJECT_ID --source-branch SOURCE_BRANCH --target-branch TARGET_BRANCH --title TITLE [--allow-collaboration ALLOW_COLLABORATION] [--allow-maintainer-to-push ALLOW_MAINTAINER_TO_PUSH] [--approvals-before-merge APPROVALS_BEFORE_MERGE] [--assignee-id ASSIGNEE_ID] [--assignee-ids ASSIGNEE_IDS] [--description DESCRIPTION] [--labels LABELS] [--milestone-id MILESTONE_ID] [--remove-source-branch REMOVE_SOURCE_BRANCH] [--reviewer-ids REVIEWER_IDS] [--squash SQUASH] [--target-project-id TARGET_PROJECT_ID]
show this help message and exit
usage: gitlab project-merge-request delete [-h] [--sudo SUDO] --project-id PROJECT_ID --iid IID
show this help message and exit
usage: gitlab project-merge-request get [-h] [--sudo SUDO] --project-id PROJECT_ID --iid IID [--render-html RENDER_HTML] [--include-diverged-commits-count INCLUDE_DIVERGED_COMMITS_COUNT] [--include-rebase-in-progress INCLUDE_REBASE_IN_PROGRESS]
show this help message and exit
usage: gitlab project-merge-request list [-h] [--sudo SUDO] --project-id PROJECT_ID [--state STATE] [--order-by ORDER_BY] [--sort SORT] [--milestone MILESTONE] [--view VIEW] [--labels LABELS] [--created-after CREATED_AFTER] [--created-before CREATED_BEFORE] [--updated-after UPDATED_AFTER] [--updated-before UPDATED_BEFORE] [--scope SCOPE] [--iids IIDS] [--author-id AUTHOR_ID] [--assignee-id ASSIGNEE_ID] [--approver-ids APPROVER_IDS] [--approved-by-ids APPROVED_BY_IDS] [--my-reaction-emoji MY_REACTION_EMOJI] [--source-branch SOURCE_BRANCH] [--target-branch TARGET_BRANCH] [--search SEARCH] [--wip WIP] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request merge [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID [--merge-commit-message MERGE_COMMIT_MESSAGE] [--should-remove-source-branch SHOULD_REMOVE_SOURCE_BRANCH] [--merge-when-pipeline-succeeds MERGE_WHEN_PIPELINE_SUCCEEDS]
show this help message and exit
usage: gitlab project-merge-request merge-ref [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request participants [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request rebase [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request related-issues [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request reset-approvals [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request reset-spent-time [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request reset-time-estimate [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request subscribe [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request time-estimate [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID --duration DURATION
show this help message and exit
usage: gitlab project-merge-request time-stats [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request todo [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request unapprove [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request unsubscribe [-h] --project-id PROJECT_ID [--sudo SUDO] --iid IID
show this help message and exit
usage: gitlab project-merge-request update [-h] [--sudo SUDO] --project-id PROJECT_ID --iid IID [--target-branch TARGET_BRANCH] [--assignee-id ASSIGNEE_ID] [--title TITLE] [--description DESCRIPTION] [--state-event STATE_EVENT] [--labels LABELS] [--milestone-id MILESTONE_ID] [--remove-source-branch REMOVE_SOURCE_BRANCH] [--discussion-locked DISCUSSION_LOCKED] [--allow-maintainer-to-push ALLOW_MAINTAINER_TO_PUSH] [--squash SQUASH] [--reviewer-ids REVIEWER_IDS]
show this help message and exit
usage: gitlab project-merge-request-approval [-h] {get,update} ...
show this help message and exit
usage: gitlab project-merge-request-approval get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID
show this help message and exit
usage: gitlab project-merge-request-approval update [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --approvals-required APPROVALS_REQUIRED
show this help message and exit
usage: gitlab project-merge-request-approval-rule [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-merge-request-approval-rule create [-h] [--sudo SUDO] --project-id PROJECT_ID --merge-request-iid MERGE_REQUEST_IID --name NAME --approvals-required APPROVALS_REQUIRED [--approval-project-rule-id APPROVAL_PROJECT_RULE_ID] [--user-ids USER_IDS] [--group-ids GROUP_IDS] [--usernames USERNAMES]
show this help message and exit
usage: gitlab project-merge-request-approval-rule delete [-h] [--sudo SUDO] --project-id PROJECT_ID --merge-request-iid MERGE_REQUEST_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-approval-rule get [-h] [--sudo SUDO] --project-id PROJECT_ID --merge-request-iid MERGE_REQUEST_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-approval-rule list [-h] [--sudo SUDO] --project-id PROJECT_ID --merge-request-iid MERGE_REQUEST_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-approval-rule update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID --merge-request-iid MERGE_REQUEST_IID --name NAME --approvals-required APPROVALS_REQUIRED [--user-ids USER_IDS] [--group-ids GROUP_IDS] [--usernames USERNAMES]
show this help message and exit
usage: gitlab project-merge-request-approval-state [-h] {get} ...
show this help message and exit
usage: gitlab project-merge-request-approval-state get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-award-emoji [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-merge-request-award-emoji create [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --name NAME
show this help message and exit
usage: gitlab project-merge-request-award-emoji delete [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-award-emoji get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-award-emoji list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-diff [-h] {list,get} ...
show this help message and exit
usage: gitlab project-merge-request-diff get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-diff list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-discussion [-h] {list,get,create,update} ...
show this help message and exit
usage: gitlab project-merge-request-discussion create [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --body BODY [--created-at CREATED_AT] [--position POSITION]
show this help message and exit
usage: gitlab project-merge-request-discussion get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-discussion list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-discussion update [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID --resolved RESOLVED
show this help message and exit
usage: gitlab project-merge-request-discussion-note [-h] {get,create,update,delete} ...
show this help message and exit
usage: gitlab project-merge-request-discussion-note create [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --discussion-id DISCUSSION_ID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab project-merge-request-discussion-note delete [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab project-merge-request-discussion-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab project-merge-request-discussion-note update [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --discussion-id DISCUSSION_ID --id ID --body BODY
show this help message and exit
usage: gitlab project-merge-request-draft-note [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-merge-request-draft-note create [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --note NOTE [--commit-id COMMIT_ID] [--in-reply-to-discussion-id IN_REPLY_TO_DISCUSSION_ID] [--position POSITION] [--resolve-discussion RESOLVE_DISCUSSION]
show this help message and exit
usage: gitlab project-merge-request-draft-note delete [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-draft-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-draft-note list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-draft-note update [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID [--position POSITION]
show this help message and exit
usage: gitlab project-merge-request-note [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-merge-request-note create [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --body BODY
show this help message and exit
usage: gitlab project-merge-request-note delete [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-note list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-note update [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID --body BODY
show this help message and exit
usage: gitlab project-merge-request-note-award-emoji [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-merge-request-note-award-emoji create [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --note-id NOTE_ID --name NAME
show this help message and exit
usage: gitlab project-merge-request-note-award-emoji delete [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --note-id NOTE_ID --id ID
show this help message and exit
usage: gitlab project-merge-request-note-award-emoji get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --note-id NOTE_ID --id ID
show this help message and exit
usage: gitlab project-merge-request-note-award-emoji list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --note-id NOTE_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-pipeline [-h] {list,create} ...
show this help message and exit
usage: gitlab project-merge-request-pipeline create [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID
show this help message and exit
usage: gitlab project-merge-request-pipeline list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-resource-label-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-merge-request-resource-label-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-resource-label-event list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-resource-milestone-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-merge-request-resource-milestone-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-resource-milestone-event list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-resource-state-event [-h] {list,get} ...
show this help message and exit
usage: gitlab project-merge-request-resource-state-event get [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID --id ID
show this help message and exit
usage: gitlab project-merge-request-resource-state-event list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-reviewer-detail [-h] {list} ...
show this help message and exit
usage: gitlab project-merge-request-reviewer-detail list [-h] [--sudo SUDO] --project-id PROJECT_ID --mr-iid MR_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-status-check [-h] {list} ...
show this help message and exit
usage: gitlab project-merge-request-status-check list [-h] [--sudo SUDO] --project-id PROJECT_ID --merge-request-iid MERGE_REQUEST_IID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-request-template [-h] {list,get} ...
show this help message and exit
usage: gitlab project-merge-request-template get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-merge-request-template list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-merge-train [-h] {list} ...
show this help message and exit
usage: gitlab project-merge-train list [-h] [--sudo SUDO] --project-id PROJECT_ID [--scope SCOPE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-milestone [-h] {list,get,create,update,delete,issues,merge-requests} ...
show this help message and exit
usage: gitlab project-milestone create [-h] [--sudo SUDO] --project-id PROJECT_ID --title TITLE [--description DESCRIPTION] [--due-date DUE_DATE] [--start-date START_DATE] [--state-event STATE_EVENT]
show this help message and exit
usage: gitlab project-milestone delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-milestone get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-milestone issues [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-milestone list [-h] [--sudo SUDO] --project-id PROJECT_ID [--iids IIDS] [--state STATE] [--search SEARCH] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-milestone merge-requests [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-milestone update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--title TITLE] [--description DESCRIPTION] [--due-date DUE_DATE] [--start-date START_DATE] [--state-event STATE_EVENT]
show this help message and exit
usage: gitlab project-note [-h] {list,get} ...
show this help message and exit
usage: gitlab project-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-note list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-notification-settings [-h] {get,update} ...
show this help message and exit
usage: gitlab project-notification-settings get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-notification-settings update [-h] [--sudo SUDO] --project-id PROJECT_ID [--level LEVEL] [--notification-email NOTIFICATION_EMAIL] [--new-note NEW_NOTE] [--new-issue NEW_ISSUE] [--reopen-issue REOPEN_ISSUE] [--close-issue CLOSE_ISSUE] [--reassign-issue REASSIGN_ISSUE] [--new-merge-request NEW_MERGE_REQUEST] [--reopen-merge-request REOPEN_MERGE_REQUEST] [--close-merge-request CLOSE_MERGE_REQUEST] [--reassign-merge-request REASSIGN_MERGE_REQUEST] [--merge-merge-request MERGE_MERGE_REQUEST]
show this help message and exit
usage: gitlab project-package [-h] {list,get,delete} ...
show this help message and exit
usage: gitlab project-package delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-package get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-package list [-h] [--sudo SUDO] --project-id PROJECT_ID [--order-by ORDER_BY] [--sort SORT] [--package-type PACKAGE_TYPE] [--package-name PACKAGE_NAME] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-package-file [-h] {list,delete} ...
show this help message and exit
usage: gitlab project-package-file delete [-h] [--sudo SUDO] --project-id PROJECT_ID --package-id PACKAGE_ID --id ID
show this help message and exit
usage: gitlab project-package-file list [-h] [--sudo SUDO] --project-id PROJECT_ID --package-id PACKAGE_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-package-pipeline [-h] {list} ...
show this help message and exit
usage: gitlab project-package-pipeline list [-h] [--sudo SUDO] --project-id PROJECT_ID --package-id PACKAGE_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-package-protection-rule [-h] {list,create,update,delete} ...
show this help message and exit
usage: gitlab project-package-protection-rule create [-h] [--sudo SUDO] --project-id PROJECT_ID --package-name-pattern PACKAGE_NAME_PATTERN --package-type PACKAGE_TYPE --minimum-access-level-for-push MINIMUM_ACCESS_LEVEL_FOR_PUSH
show this help message and exit
usage: gitlab project-package-protection-rule delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-package-protection-rule list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-package-protection-rule update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--package-name-pattern PACKAGE_NAME_PATTERN] [--package-type PACKAGE_TYPE] [--minimum-access-level-for-push MINIMUM_ACCESS_LEVEL_FOR_PUSH]
show this help message and exit
usage: gitlab project-pages [-h] {get,update,delete} ...
show this help message and exit
usage: gitlab project-pages delete [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-pages get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-pages update [-h] [--sudo SUDO] --project-id PROJECT_ID [--pages-unique-domain-enabled PAGES_UNIQUE_DOMAIN_ENABLED] [--pages-https-only PAGES_HTTPS_ONLY]
show this help message and exit
usage: gitlab project-pages-domain [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-pages-domain create [-h] [--sudo SUDO] --project-id PROJECT_ID --domain DOMAIN [--certificate CERTIFICATE] [--key KEY]
show this help message and exit
usage: gitlab project-pages-domain delete [-h] [--sudo SUDO] --project-id PROJECT_ID --domain DOMAIN
show this help message and exit
usage: gitlab project-pages-domain get [-h] [--sudo SUDO] --project-id PROJECT_ID --domain DOMAIN
show this help message and exit
usage: gitlab project-pages-domain list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-pages-domain update [-h] [--sudo SUDO] --project-id PROJECT_ID --domain DOMAIN [--certificate CERTIFICATE] [--key KEY]
show this help message and exit
usage: gitlab project-pipeline [-h] {list,get,create,delete,cancel,retry} ...
show this help message and exit
usage: gitlab project-pipeline cancel [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-pipeline create [-h] [--sudo SUDO] --project-id PROJECT_ID --ref REF
show this help message and exit
usage: gitlab project-pipeline delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-pipeline get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-pipeline list [-h] [--sudo SUDO] --project-id PROJECT_ID [--scope SCOPE] [--status STATUS] [--source SOURCE] [--ref REF] [--sha SHA] [--yaml-errors YAML_ERRORS] [--name NAME] [--username USERNAME] [--order-by ORDER_BY] [--sort SORT] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-pipeline retry [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-pipeline-bridge [-h] {list} ...
show this help message and exit
usage: gitlab project-pipeline-bridge list [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-id PIPELINE_ID [--scope SCOPE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-pipeline-job [-h] {list} ...
show this help message and exit
usage: gitlab project-pipeline-job list [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-id PIPELINE_ID [--scope SCOPE] [--include-retried INCLUDE_RETRIED] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-pipeline-schedule [-h] {list,get,create,update,delete,take-ownership,play} ...
show this help message and exit
usage: gitlab project-pipeline-schedule create [-h] [--sudo SUDO] --project-id PROJECT_ID --description DESCRIPTION --ref REF --cron CRON [--cron-timezone CRON_TIMEZONE] [--active ACTIVE]
show this help message and exit
usage: gitlab project-pipeline-schedule delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-pipeline-schedule get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-pipeline-schedule list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-pipeline-schedule play [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-pipeline-schedule take-ownership [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-pipeline-schedule update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--description DESCRIPTION] [--ref REF] [--cron CRON] [--cron-timezone CRON_TIMEZONE] [--active ACTIVE]
show this help message and exit
usage: gitlab project-pipeline-schedule-pipeline [-h] {list} ...
show this help message and exit
usage: gitlab project-pipeline-schedule-pipeline list [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-schedule-id PIPELINE_SCHEDULE_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-pipeline-schedule-variable [-h] {create,update,delete} ...
show this help message and exit
usage: gitlab project-pipeline-schedule-variable create [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-schedule-id PIPELINE_SCHEDULE_ID --key KEY --value VALUE
show this help message and exit
usage: gitlab project-pipeline-schedule-variable delete [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-schedule-id PIPELINE_SCHEDULE_ID --key KEY
show this help message and exit
usage: gitlab project-pipeline-schedule-variable update [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-schedule-id PIPELINE_SCHEDULE_ID --key KEY --value VALUE
show this help message and exit
usage: gitlab project-pipeline-test-report [-h] {get} ...
show this help message and exit
usage: gitlab project-pipeline-test-report get [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-id PIPELINE_ID
show this help message and exit
usage: gitlab project-pipeline-test-report-summary [-h] {get} ...
show this help message and exit
usage: gitlab project-pipeline-test-report-summary get [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-id PIPELINE_ID
show this help message and exit
usage: gitlab project-pipeline-variable [-h] {list} ...
show this help message and exit
usage: gitlab project-pipeline-variable list [-h] [--sudo SUDO] --project-id PROJECT_ID --pipeline-id PIPELINE_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-protected-branch [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-protected-branch create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME [--push-access-level PUSH_ACCESS_LEVEL] [--merge-access-level MERGE_ACCESS_LEVEL] [--unprotect-access-level UNPROTECT_ACCESS_LEVEL] [--allow-force-push ALLOW_FORCE_PUSH] [--allowed-to-push ALLOWED_TO_PUSH] [--allowed-to-merge ALLOWED_TO_MERGE] [--allowed-to-unprotect ALLOWED_TO_UNPROTECT] [--code-owner-approval-required CODE_OWNER_APPROVAL_REQUIRED]
show this help message and exit
usage: gitlab project-protected-branch delete [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-protected-branch get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-protected-branch list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-protected-branch update [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-protected-environment [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-protected-environment create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME --deploy-access-levels DEPLOY_ACCESS_LEVELS [--required-approval-count REQUIRED_APPROVAL_COUNT] [--approval-rules APPROVAL_RULES]
show this help message and exit
usage: gitlab project-protected-environment delete [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-protected-environment get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-protected-environment list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-protected-tag [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-protected-tag create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME [--create-access-level CREATE_ACCESS_LEVEL]
show this help message and exit
usage: gitlab project-protected-tag delete [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-protected-tag get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-protected-tag list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-pull-mirror [-h] {get,create,update,start} ...
show this help message and exit
usage: gitlab project-pull-mirror create [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-pull-mirror get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-pull-mirror start [-h] --project-id PROJECT_ID [--sudo SUDO]
show this help message and exit
usage: gitlab project-pull-mirror update [-h] [--sudo SUDO] --project-id PROJECT_ID [--url URL]
show this help message and exit
usage: gitlab project-push-rules [-h] {get,create,update,delete} ...
show this help message and exit
usage: gitlab project-push-rules create [-h] [--sudo SUDO] --project-id PROJECT_ID [--author-email-regex AUTHOR_EMAIL_REGEX] [--branch-name-regex BRANCH_NAME_REGEX] [--commit-committer-check COMMIT_COMMITTER_CHECK] [--commit-message-negative-regex COMMIT_MESSAGE_NEGATIVE_REGEX] [--commit-message-regex COMMIT_MESSAGE_REGEX] [--deny-delete-tag DENY_DELETE_TAG] [--file-name-regex FILE_NAME_REGEX] [--max-file-size MAX_FILE_SIZE] [--member-check MEMBER_CHECK] [--prevent-secrets PREVENT_SECRETS] [--reject-unsigned-commits REJECT_UNSIGNED_COMMITS]
show this help message and exit
usage: gitlab project-push-rules delete [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-push-rules get [-h] [--sudo SUDO] --project-id PROJECT_ID
show this help message and exit
usage: gitlab project-push-rules update [-h] [--sudo SUDO] --project-id PROJECT_ID [--author-email-regex AUTHOR_EMAIL_REGEX] [--branch-name-regex BRANCH_NAME_REGEX] [--commit-committer-check COMMIT_COMMITTER_CHECK] [--commit-message-negative-regex COMMIT_MESSAGE_NEGATIVE_REGEX] [--commit-message-regex COMMIT_MESSAGE_REGEX] [--deny-delete-tag DENY_DELETE_TAG] [--file-name-regex FILE_NAME_REGEX] [--max-file-size MAX_FILE_SIZE] [--member-check MEMBER_CHECK] [--prevent-secrets PREVENT_SECRETS] [--reject-unsigned-commits REJECT_UNSIGNED_COMMITS]
show this help message and exit
usage: gitlab project-registry-protection-rule [-h] {list,create,update} ...
show this help message and exit
usage: gitlab project-registry-protection-rule create [-h] [--sudo SUDO] --project-id PROJECT_ID --repository-path-pattern REPOSITORY_PATH_PATTERN [--minimum-access-level-for-push MINIMUM_ACCESS_LEVEL_FOR_PUSH] [--minimum-access-level-for-delete MINIMUM_ACCESS_LEVEL_FOR_DELETE]
show this help message and exit
usage: gitlab project-registry-protection-rule list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-registry-protection-rule update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--repository-path-pattern REPOSITORY_PATH_PATTERN] [--minimum-access-level-for-push MINIMUM_ACCESS_LEVEL_FOR_PUSH] [--minimum-access-level-for-delete MINIMUM_ACCESS_LEVEL_FOR_DELETE]
show this help message and exit
usage: gitlab project-registry-repository [-h] {list,delete} ...
show this help message and exit
usage: gitlab project-registry-repository delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-registry-repository list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-registry-repository-protection-rule [-h] {list,create,update} ...
show this help message and exit
usage: gitlab project-registry-repository-protection-rule create [-h] [--sudo SUDO] --project-id PROJECT_ID --repository-path-pattern REPOSITORY_PATH_PATTERN [--minimum-access-level-for-push MINIMUM_ACCESS_LEVEL_FOR_PUSH] [--minimum-access-level-for-delete MINIMUM_ACCESS_LEVEL_FOR_DELETE]
show this help message and exit
usage: gitlab project-registry-repository-protection-rule list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-registry-repository-protection-rule update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--repository-path-pattern REPOSITORY_PATH_PATTERN] [--minimum-access-level-for-push MINIMUM_ACCESS_LEVEL_FOR_PUSH] [--minimum-access-level-for-delete MINIMUM_ACCESS_LEVEL_FOR_DELETE]
show this help message and exit
usage: gitlab project-registry-tag [-h] {list,get,delete,delete-in-bulk} ...
show this help message and exit
usage: gitlab project-registry-tag delete [-h] [--sudo SUDO] --project-id PROJECT_ID --repository-id REPOSITORY_ID --name NAME
show this help message and exit
usage: gitlab project-registry-tag delete-in-bulk [-h] --project-id PROJECT_ID --repository-id REPOSITORY_ID [--sudo SUDO] --name NAME --name-regex-delete NAME_REGEX_DELETE [--keep-n KEEP_N] [--name-regex-keep NAME_REGEX_KEEP] [--older-than OLDER_THAN]
show this help message and exit
usage: gitlab project-registry-tag get [-h] [--sudo SUDO] --project-id PROJECT_ID --repository-id REPOSITORY_ID --name NAME
show this help message and exit
usage: gitlab project-registry-tag list [-h] [--sudo SUDO] --project-id PROJECT_ID --repository-id REPOSITORY_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-release [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-release create [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME [--name NAME] [--description DESCRIPTION] [--ref REF] [--assets ASSETS]
show this help message and exit
usage: gitlab project-release delete [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME
show this help message and exit
usage: gitlab project-release get [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME
show this help message and exit
usage: gitlab project-release list [-h] [--sudo SUDO] --project-id PROJECT_ID [--order-by ORDER_BY] [--sort SORT] [--include-html-description INCLUDE_HTML_DESCRIPTION] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-release update [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME [--name NAME] [--description DESCRIPTION] [--milestones MILESTONES] [--released-at RELEASED_AT]
show this help message and exit
usage: gitlab project-release-link [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-release-link create [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME --name NAME --url URL [--filepath FILEPATH] [--direct-asset-path DIRECT_ASSET_PATH] [--link-type LINK_TYPE]
show this help message and exit
usage: gitlab project-release-link delete [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME --id ID
show this help message and exit
usage: gitlab project-release-link get [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME --id ID
show this help message and exit
usage: gitlab project-release-link list [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-release-link update [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME --id ID [--name NAME] [--url URL] [--filepath FILEPATH] [--direct-asset-path DIRECT_ASSET_PATH] [--link-type LINK_TYPE]
show this help message and exit
usage: gitlab project-remote-mirror [-h] {list,create,update,delete} ...
show this help message and exit
usage: gitlab project-remote-mirror create [-h] [--sudo SUDO] --project-id PROJECT_ID --url URL [--enabled ENABLED] [--only-protected-branches ONLY_PROTECTED_BRANCHES]
show this help message and exit
usage: gitlab project-remote-mirror delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-remote-mirror list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-remote-mirror update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--enabled ENABLED] [--only-protected-branches ONLY_PROTECTED_BRANCHES]
show this help message and exit
usage: gitlab project-resource-group [-h] {list,get,update} ...
show this help message and exit
usage: gitlab project-resource-group get [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY
show this help message and exit
usage: gitlab project-resource-group list [-h] [--sudo SUDO] --project-id PROJECT_ID [--order-by ORDER_BY] [--sort SORT] [--include-html-description INCLUDE_HTML_DESCRIPTION] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-resource-group update [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY [--process-mode PROCESS_MODE]
show this help message and exit
usage: gitlab project-resource-group-upcoming-job [-h] {list} ...
show this help message and exit
usage: gitlab project-resource-group-upcoming-job list [-h] [--sudo SUDO] --project-id PROJECT_ID --resource-group-key RESOURCE_GROUP_KEY [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-runner [-h] {list,create,delete} ...
show this help message and exit
usage: gitlab project-runner create [-h] [--sudo SUDO] --project-id PROJECT_ID --runner-id RUNNER_ID
show this help message and exit
usage: gitlab project-runner delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-runner list [-h] [--sudo SUDO] --project-id PROJECT_ID [--scope SCOPE] [--tag-list TAG_LIST] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-secure-file [-h] {list,get,create,delete,download} ...
show this help message and exit
usage: gitlab project-secure-file create [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME --file FILE
show this help message and exit
usage: gitlab project-secure-file delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-secure-file download [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-secure-file get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-secure-file list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-service [-h] {list,get,update,delete,available} ...
show this help message and exit
usage: gitlab project-service available [-h] --project-id PROJECT_ID [--sudo SUDO] --slug SLUG
show this help message and exit
usage: gitlab project-service delete [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG
show this help message and exit
usage: gitlab project-service get [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG
show this help message and exit
usage: gitlab project-service list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-service update [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG
show this help message and exit
usage: gitlab project-snippet [-h] {list,get,create,update,delete,user-agent-detail,content} ...
show this help message and exit
usage: gitlab project-snippet content [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-snippet create [-h] [--sudo SUDO] --project-id PROJECT_ID --title TITLE --visibility VISIBILITY [--description DESCRIPTION] [--content CONTENT] [--files FILES | --file-name FILE_NAME]
show this help message and exit
usage: gitlab project-snippet delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-snippet get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-snippet list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-snippet update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID [--title TITLE] [--files FILES] [--file-name FILE_NAME] [--content CONTENT] [--visibility VISIBILITY] [--description DESCRIPTION]
show this help message and exit
usage: gitlab project-snippet user-agent-detail [-h] --project-id PROJECT_ID [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab project-snippet-award-emoji [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-snippet-award-emoji create [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --name NAME
show this help message and exit
usage: gitlab project-snippet-award-emoji delete [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --id ID
show this help message and exit
usage: gitlab project-snippet-award-emoji get [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --id ID
show this help message and exit
usage: gitlab project-snippet-award-emoji list [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-snippet-discussion [-h] {list,get,create} ...
show this help message and exit
usage: gitlab project-snippet-discussion create [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab project-snippet-discussion get [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --id ID
show this help message and exit
usage: gitlab project-snippet-discussion list [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-snippet-discussion-note [-h] {get,create,update,delete} ...
show this help message and exit
usage: gitlab project-snippet-discussion-note create [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --discussion-id DISCUSSION_ID --body BODY [--created-at CREATED_AT]
show this help message and exit
usage: gitlab project-snippet-discussion-note delete [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab project-snippet-discussion-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --discussion-id DISCUSSION_ID --id ID
show this help message and exit
usage: gitlab project-snippet-discussion-note update [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --discussion-id DISCUSSION_ID --id ID --body BODY
show this help message and exit
usage: gitlab project-snippet-note [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-snippet-note create [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --body BODY
show this help message and exit
usage: gitlab project-snippet-note delete [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --id ID
show this help message and exit
usage: gitlab project-snippet-note get [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --id ID
show this help message and exit
usage: gitlab project-snippet-note list [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-snippet-note update [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --id ID --body BODY
show this help message and exit
usage: gitlab project-snippet-note-award-emoji [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-snippet-note-award-emoji create [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --note-id NOTE_ID --name NAME
show this help message and exit
usage: gitlab project-snippet-note-award-emoji delete [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --note-id NOTE_ID --id ID
show this help message and exit
usage: gitlab project-snippet-note-award-emoji get [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --note-id NOTE_ID --id ID
show this help message and exit
usage: gitlab project-snippet-note-award-emoji list [-h] [--sudo SUDO] --project-id PROJECT_ID --snippet-id SNIPPET_ID --note-id NOTE_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-storage [-h] {get} ...
show this help message and exit
usage: gitlab project-storage get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-tag [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab project-tag create [-h] [--sudo SUDO] --project-id PROJECT_ID --tag-name TAG_NAME --ref REF [--message MESSAGE]
show this help message and exit
usage: gitlab project-tag delete [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-tag get [-h] [--sudo SUDO] --project-id PROJECT_ID --name NAME
show this help message and exit
usage: gitlab project-tag list [-h] [--sudo SUDO] --project-id PROJECT_ID [--order-by ORDER_BY] [--sort SORT] [--search SEARCH] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-trigger [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-trigger create [-h] [--sudo SUDO] --project-id PROJECT_ID --description DESCRIPTION
show this help message and exit
usage: gitlab project-trigger delete [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-trigger get [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID
show this help message and exit
usage: gitlab project-trigger list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-trigger update [-h] [--sudo SUDO] --project-id PROJECT_ID --id ID --description DESCRIPTION
show this help message and exit
usage: gitlab project-user [-h] {list} ...
show this help message and exit
usage: gitlab project-user list [-h] [--sudo SUDO] --project-id PROJECT_ID [--search SEARCH] [--skip-users SKIP_USERS] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-variable [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab project-variable create [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY --value VALUE [--protected PROTECTED] [--variable-type VARIABLE_TYPE] [--masked MASKED] [--environment-scope ENVIRONMENT_SCOPE]
show this help message and exit
usage: gitlab project-variable delete [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY
show this help message and exit
usage: gitlab project-variable get [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY
show this help message and exit
usage: gitlab project-variable list [-h] [--sudo SUDO] --project-id PROJECT_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-variable update [-h] [--sudo SUDO] --project-id PROJECT_ID --key KEY --value VALUE [--protected PROTECTED] [--variable-type VARIABLE_TYPE] [--masked MASKED] [--environment-scope ENVIRONMENT_SCOPE]
show this help message and exit
usage: gitlab project-wiki [-h] {list,get,create,update,delete,upload} ...
show this help message and exit
usage: gitlab project-wiki create [-h] [--sudo SUDO] --project-id PROJECT_ID --title TITLE --content CONTENT [--format FORMAT]
show this help message and exit
usage: gitlab project-wiki delete [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG
show this help message and exit
usage: gitlab project-wiki get [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG
show this help message and exit
usage: gitlab project-wiki list [-h] [--sudo SUDO] --project-id PROJECT_ID [--with-content WITH_CONTENT] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab project-wiki update [-h] [--sudo SUDO] --project-id PROJECT_ID --slug SLUG [--title TITLE] [--content CONTENT] [--format FORMAT]
show this help message and exit
usage: gitlab project-wiki upload [-h] --project-id PROJECT_ID [--sudo SUDO] --slug SLUG --filename FILENAME --filepath FILEPATH
show this help message and exit
usage: gitlab registry-repository [-h] {get} ...
show this help message and exit
usage: gitlab registry-repository get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab runner [-h] {list,get,create,update,delete,all,verify} ...
show this help message and exit
usage: gitlab runner all [-h] --id ID [--scope SCOPE]
show this help message and exit
usage: gitlab runner create [-h] [--sudo SUDO] --token TOKEN [--description DESCRIPTION] [--info INFO] [--active ACTIVE] [--locked LOCKED] [--run-untagged RUN_UNTAGGED] [--tag-list TAG_LIST] [--access-level ACCESS_LEVEL] [--maximum-timeout MAXIMUM_TIMEOUT]
show this help message and exit
usage: gitlab runner delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab runner get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab runner list [-h] [--sudo SUDO] [--scope SCOPE] [--type TYPE] [--status STATUS] [--paused PAUSED] [--tag-list TAG_LIST] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab runner update [-h] [--sudo SUDO] --id ID [--description DESCRIPTION] [--active ACTIVE] [--tag-list TAG_LIST] [--run-untagged RUN_UNTAGGED] [--locked LOCKED] [--access-level ACCESS_LEVEL] [--maximum-timeout MAXIMUM_TIMEOUT]
show this help message and exit
usage: gitlab runner verify [-h] --id ID --token TOKEN
show this help message and exit
usage: gitlab runner-all [-h] {list} ...
show this help message and exit
usage: gitlab runner-all list [-h] [--sudo SUDO] [--scope SCOPE] [--type TYPE] [--status STATUS] [--paused PAUSED] [--tag-list TAG_LIST] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab runner-job [-h] {list} ...
show this help message and exit
usage: gitlab runner-job list [-h] [--sudo SUDO] --runner-id RUNNER_ID [--status STATUS] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab shared-project [-h] {list} ...
show this help message and exit
usage: gitlab shared-project list [-h] [--sudo SUDO] --group-id GROUP_ID [--archived ARCHIVED] [--visibility VISIBILITY] [--order-by ORDER_BY] [--sort SORT] [--search SEARCH] [--simple SIMPLE] [--starred STARRED] [--with-issues-enabled WITH_ISSUES_ENABLED] [--with-merge-requests-enabled WITH_MERGE_REQUESTS_ENABLED] [--min-access-level MIN_ACCESS_LEVEL] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab snippet [-h] {list,get,create,update,delete,user-agent-detail,content,list-public,list-all} ...
show this help message and exit
usage: gitlab snippet content [-h] --id ID
show this help message and exit
usage: gitlab snippet create [-h] [--sudo SUDO] --title TITLE [--description DESCRIPTION] [--content CONTENT] [--visibility VISIBILITY] [--files FILES | --file-name FILE_NAME]
show this help message and exit
usage: gitlab snippet delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab snippet get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab snippet list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab snippet list-all [-h] --id ID
show this help message and exit
usage: gitlab snippet list-public [-h] --id ID
show this help message and exit
usage: gitlab snippet update [-h] [--sudo SUDO] --id ID [--title TITLE] [--files FILES] [--file-name FILE_NAME] [--content CONTENT] [--visibility VISIBILITY] [--description DESCRIPTION]
show this help message and exit
usage: gitlab snippet user-agent-detail [-h] --id ID
show this help message and exit
usage: gitlab starred-project [-h] {list} ...
show this help message and exit
usage: gitlab starred-project list [-h] [--sudo SUDO] --user-id USER_ID [--archived ARCHIVED] [--membership MEMBERSHIP] [--min-access-level MIN_ACCESS_LEVEL] [--order-by ORDER_BY] [--owned OWNED] [--search SEARCH] [--simple SIMPLE] [--sort SORT] [--starred STARRED] [--statistics STATISTICS] [--visibility VISIBILITY] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--with-issues-enabled WITH_ISSUES_ENABLED] [--with-merge-requests-enabled WITH_MERGE_REQUESTS_ENABLED] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab todo [-h] {list,delete,mark-as-done,mark-all-as-done} ...
show this help message and exit
usage: gitlab todo delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab todo list [-h] [--sudo SUDO] [--action ACTION] [--author-id AUTHOR_ID] [--project-id PROJECT_ID] [--state STATE] [--type TYPE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab todo mark-all-as-done [-h] --id ID
show this help message and exit
usage: gitlab todo mark-as-done [-h] --id ID
show this help message and exit
usage: gitlab topic [-h] {list,get,create,update,delete,merge} ...
show this help message and exit
usage: gitlab topic create [-h] [--sudo SUDO] --name NAME [--avatar AVATAR] [--description DESCRIPTION] [--title TITLE]
show this help message and exit
usage: gitlab topic delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab topic get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab topic list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab topic merge [-h] --id ID --source-topic-id SOURCE_TOPIC_ID --target-topic-id TARGET_TOPIC_ID
show this help message and exit
usage: gitlab topic update [-h] [--sudo SUDO] --id ID [--avatar AVATAR] [--description DESCRIPTION] [--name NAME]
show this help message and exit
usage: gitlab user [-h] {list,get,create,update,delete,block,follow,unfollow,unblock,deactivate,activate,approve,reject,ban,unban} ...
show this help message and exit
usage: gitlab user activate [-h] --id ID
show this help message and exit
usage: gitlab user approve [-h] --id ID
show this help message and exit
usage: gitlab user ban [-h] --id ID
show this help message and exit
usage: gitlab user block [-h] --id ID
show this help message and exit
usage: gitlab user create [-h] [--sudo SUDO] [--email EMAIL] [--username USERNAME] [--name NAME] [--password PASSWORD] [--reset-password RESET_PASSWORD] [--skype SKYPE] [--linkedin LINKEDIN] [--twitter TWITTER] [--projects-limit PROJECTS_LIMIT] [--extern-uid EXTERN_UID] [--provider PROVIDER] [--bio BIO] [--admin ADMIN] [--can-create-group CAN_CREATE_GROUP] [--website-url WEBSITE_URL] [--skip-confirmation SKIP_CONFIRMATION] [--external EXTERNAL] [--organization ORGANIZATION] [--location LOCATION] [--avatar AVATAR] [--public-email PUBLIC_EMAIL] [--private-profile PRIVATE_PROFILE] [--color-scheme-id COLOR_SCHEME_ID] [--theme-id THEME_ID]
show this help message and exit
usage: gitlab user deactivate [-h] --id ID
show this help message and exit
usage: gitlab user delete [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab user follow [-h] --id ID
show this help message and exit
usage: gitlab user get [-h] [--sudo SUDO] --id ID
show this help message and exit
usage: gitlab user list [-h] [--sudo SUDO] [--active ACTIVE] [--blocked BLOCKED] [--username USERNAME] [--extern-uid EXTERN_UID] [--provider PROVIDER] [--external EXTERNAL] [--search SEARCH] [--custom-attributes CUSTOM_ATTRIBUTES] [--status STATUS] [--two-factor TWO_FACTOR] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user reject [-h] --id ID
show this help message and exit
usage: gitlab user unban [-h] --id ID
show this help message and exit
usage: gitlab user unblock [-h] --id ID
show this help message and exit
usage: gitlab user unfollow [-h] --id ID
show this help message and exit
usage: gitlab user update [-h] [--sudo SUDO] --id ID --email EMAIL --username USERNAME --name NAME [--password PASSWORD] [--skype SKYPE] [--linkedin LINKEDIN] [--twitter TWITTER] [--projects-limit PROJECTS_LIMIT] [--extern-uid EXTERN_UID] [--provider PROVIDER] [--bio BIO] [--admin ADMIN] [--can-create-group CAN_CREATE_GROUP] [--website-url WEBSITE_URL] [--skip-reconfirmation SKIP_RECONFIRMATION] [--external EXTERNAL] [--organization ORGANIZATION] [--location LOCATION] [--avatar AVATAR] [--public-email PUBLIC_EMAIL] [--private-profile PRIVATE_PROFILE] [--color-scheme-id COLOR_SCHEME_ID] [--theme-id THEME_ID]
show this help message and exit
usage: gitlab user-activities [-h] {list} ...
show this help message and exit
usage: gitlab user-activities list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-contributed-project [-h] {list} ...
show this help message and exit
usage: gitlab user-contributed-project list [-h] [--sudo SUDO] --user-id USER_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-custom-attribute [-h] {list,get,delete} ...
show this help message and exit
usage: gitlab user-custom-attribute delete [-h] [--sudo SUDO] --user-id USER_ID --key KEY
show this help message and exit
usage: gitlab user-custom-attribute get [-h] [--sudo SUDO] --user-id USER_ID --key KEY
show this help message and exit
usage: gitlab user-custom-attribute list [-h] [--sudo SUDO] --user-id USER_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-email [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab user-email create [-h] [--sudo SUDO] --user-id USER_ID --email EMAIL
show this help message and exit
usage: gitlab user-email delete [-h] [--sudo SUDO] --user-id USER_ID --id ID
show this help message and exit
usage: gitlab user-email get [-h] [--sudo SUDO] --user-id USER_ID --id ID
show this help message and exit
usage: gitlab user-email list [-h] [--sudo SUDO] --user-id USER_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-event [-h] {list} ...
show this help message and exit
usage: gitlab user-event list [-h] [--sudo SUDO] --user-id USER_ID [--action ACTION] [--target-type TARGET_TYPE] [--before BEFORE] [--after AFTER] [--sort SORT] [--scope SCOPE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-gpg-key [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab user-gpg-key create [-h] [--sudo SUDO] --user-id USER_ID --key KEY
show this help message and exit
usage: gitlab user-gpg-key delete [-h] [--sudo SUDO] --user-id USER_ID --id ID
show this help message and exit
usage: gitlab user-gpg-key get [-h] [--sudo SUDO] --user-id USER_ID --id ID
show this help message and exit
usage: gitlab user-gpg-key list [-h] [--sudo SUDO] --user-id USER_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-impersonation-token [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab user-impersonation-token create [-h] [--sudo SUDO] --user-id USER_ID --name NAME --scopes SCOPES [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab user-impersonation-token delete [-h] [--sudo SUDO] --user-id USER_ID --id ID
show this help message and exit
usage: gitlab user-impersonation-token get [-h] [--sudo SUDO] --user-id USER_ID --id ID
show this help message and exit
usage: gitlab user-impersonation-token list [-h] [--sudo SUDO] --user-id USER_ID [--state STATE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-key [-h] {list,get,create,delete} ...
show this help message and exit
usage: gitlab user-key create [-h] [--sudo SUDO] --user-id USER_ID --title TITLE --key KEY
show this help message and exit
usage: gitlab user-key delete [-h] [--sudo SUDO] --user-id USER_ID --id ID
show this help message and exit
usage: gitlab user-key get [-h] [--sudo SUDO] --user-id USER_ID --id ID
show this help message and exit
usage: gitlab user-key list [-h] [--sudo SUDO] --user-id USER_ID [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-membership [-h] {list,get} ...
show this help message and exit
usage: gitlab user-membership get [-h] [--sudo SUDO] --user-id USER_ID --source-id SOURCE_ID
show this help message and exit
usage: gitlab user-membership list [-h] [--sudo SUDO] --user-id USER_ID [--type TYPE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-personal-access-token [-h] {create} ...
show this help message and exit
usage: gitlab user-personal-access-token create [-h] [--sudo SUDO] --user-id USER_ID --name NAME --scopes SCOPES [--expires-at EXPIRES_AT]
show this help message and exit
usage: gitlab user-project [-h] {list,create} ...
show this help message and exit
usage: gitlab user-project create [-h] [--sudo SUDO] --user-id USER_ID --name NAME [--default-branch DEFAULT_BRANCH] [--issues-enabled ISSUES_ENABLED] [--wall-enabled WALL_ENABLED] [--merge-requests-enabled MERGE_REQUESTS_ENABLED] [--wiki-enabled WIKI_ENABLED] [--snippets-enabled SNIPPETS_ENABLED] [--squash-option SQUASH_OPTION] [--public PUBLIC] [--visibility VISIBILITY] [--description DESCRIPTION] [--builds-enabled BUILDS_ENABLED] [--public-builds PUBLIC_BUILDS] [--import-url IMPORT_URL] [--only-allow-merge-if-build-succeeds ONLY_ALLOW_MERGE_IF_BUILD_SUCCEEDS]
show this help message and exit
usage: gitlab user-project list [-h] [--sudo SUDO] --user-id USER_ID [--archived ARCHIVED] [--visibility VISIBILITY] [--order-by ORDER_BY] [--sort SORT] [--search SEARCH] [--simple SIMPLE] [--owned OWNED] [--membership MEMBERSHIP] [--starred STARRED] [--statistics STATISTICS] [--with-issues-enabled WITH_ISSUES_ENABLED] [--with-merge-requests-enabled WITH_MERGE_REQUESTS_ENABLED] [--with-custom-attributes WITH_CUSTOM_ATTRIBUTES] [--with-programming-language WITH_PROGRAMMING_LANGUAGE] [--wiki-checksum-failed WIKI_CHECKSUM_FAILED] [--repository-checksum-failed REPOSITORY_CHECKSUM_FAILED] [--min-access-level MIN_ACCESS_LEVEL] [--id-after ID_AFTER] [--id-before ID_BEFORE] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab user-status [-h] {get} ...
show this help message and exit
usage: gitlab user-status get [-h] [--sudo SUDO] --user-id USER_ID
show this help message and exit
usage: gitlab variable [-h] {list,get,create,update,delete} ...
show this help message and exit
usage: gitlab variable create [-h] [--sudo SUDO] --key KEY --value VALUE [--protected PROTECTED] [--variable-type VARIABLE_TYPE] [--masked MASKED]
show this help message and exit
usage: gitlab variable delete [-h] [--sudo SUDO] --key KEY
show this help message and exit
usage: gitlab variable get [-h] [--sudo SUDO] --key KEY
show this help message and exit
usage: gitlab variable list [-h] [--sudo SUDO] [--page PAGE] [--per-page PER_PAGE] [--get-all | --no-get-all]
show this help message and exit
Return all items from the server, without pagination.
Don’t return all items from the server.
usage: gitlab variable update [-h] [--sudo SUDO] --key KEY --value VALUE [--protected PROTECTED] [--variable-type VARIABLE_TYPE] [--masked MASKED]
show this help message and exit
gitlab
command)