GitLab

168 commands

glab auth loginglab auth login --webglab auth login --hostname gitlab.example.com -t $GITLAB_TOKENglab auth logoutglab auth statusglab auth status -aglab config editglab config get git_protocolglab config set git_protocol ssh -gglab config set editor code --host gitlab.example.comglab repo createglab repo create -g acme-platform --public -d "Shared service templates"glab repo clone git@gitlab.com:acme-platform/api-gateway.gitglab repo clone -g acme-platformglab repo viewglab repo view -wglab repo search -s "terraform modules"glab repo fork acme-platform/api-gatewayglab repo archive acme-platform/legacy-appglab repo transfer acme-platform/legacy-appglab repo delete acme-platform/legacy-appglab repo listglab repo mirror acme-platform/api-gatewayglab repo pruneglab repo update api-gateway --defaultBranch mainglab mr create -t "Add rate limiting" -d "Limits API calls per user" -b main -l backend -a @meglab mr create -fglab mr create --draft --remove-source-branch --squash-before-merge -yglab mr listglab mr list -a @me -l backend -Mglab mr view 42glab mr view 42 -wglab mr checkout 42glab mr merge 42 -s --remove-source-branch -yglab mr merge 42 --auto-mergeglab mr close 42glab mr update 42 --draftglab mr rebase 42glab mr approve 42glab mr revoke 42glab mr note create 42 -m "LGTM, ship it"glab mr diff 42glab mr delete 123glab mr reopen 42glab mr todo 42glab issue create -t "Fix login timeout" -d "Session expires too fast" -l bug -a @meglab issue create -t "Audit trail" --confidential --weight 3glab issue listglab issue list -l bug -a @meglab issue view 42glab issue close 42glab issue board viewglab issue update 42glab issue note 42 -m "Looking into this now"glab issue reopen 42glab issue delete 42glab ci statusglab ci status -b main --liveglab ci retry 123456glab ci cancel pipeline 123456glab ci trace 123456glab ci lint .gitlab-ci.ymlglab ci list --status successglab ci getglab ci run --branch mainglab ci trigger lintglab ci delete 123456glab job artifact main buildglab release create v1.2.0glab release create v1.2.0 -n "v1.2.0" -N "Adds rate limiting" --ref mainglab release listglab release download v1.2.0 -D dist/glab release upload v1.2.0 ./dist/app.tar.gzglab release delete v1.2.0glab variable listglab variable list -g acme-platformglab variable set API_KEY -v "s3cr3t" --masked --protectedglab variable set DEPLOY_CONFIG -t file -v ./config.envglab variable get API_KEYglab variable exportglab variable importglab variable delete API_KEYglab label create -n "bug" -c "#FF0000" -d "Something is broken"glab label listglab label get 42glab label delete bugglab alias set co "mr checkout"glab alias listglab alias delete coglab api "projects?search=gitlab"glab ssh-key add ~/.ssh/id_ed25519.pub -t "laptop"glab ssh-key listglab ssh-key delete 42glab completion -s bashglab search semantic -q "authentication middleware"glab todo listglab todo done 123glab versionsudo gitlab-ctl statussudo gitlab-ctl reconfiguresudo gitlab-ctl show-configsudo gitlab-ctl diff-configsudo gitlab-ctl check-configsudo gitlab-ctl startsudo gitlab-ctl stopsudo gitlab-ctl restartsudo gitlab-ctl restart pumasudo gitlab-ctl restart-except gitaly redissudo gitlab-ctl hup pumasudo gitlab-ctl tailsudo gitlab-ctl tail nginxsudo gitlab-ctl backup-etcsudo gitlab-ctl deploy-page upsudo gitlab-ctl deploy-page statussudo gitlab-ctl service-listsudo gitlab-ctl pg-upgradesudo gitlab-ctl cleansesudo gitlab-ctl uninstallsudo gitlab-ctl promote-to-primary-nodesudo gitlab-rails runner "user = User.first; puts user.username"sudo gitlab-rails runner /tmp/script.rbsudo gitlab-rails consolesudo gitlab-rails console --sandboxsudo gitlab-psql -d gitlabhq_productionsudo gitlab-psql -d gitlabhq_production -c "SELECT count(*) FROM users;"sudo gitlab-rake db:migratesudo gitlab-rake db:migrate:statussudo gitlab-rake db:schema:dumpsudo gitlab-rake gitlab:checksudo gitlab-rake gitlab:check SANITIZE=truesudo gitlab-rake gitlab:env:infosudo gitlab-rake gitlab:db:reindexsudo gitlab-rake gitlab:db:repair_indexsudo gitlab-rake gitlab:db:collation_checkersudo gitlab-rake gitlab:db:sossudo gitlab-rake gitlab:exclusive_lease:clearsudo gitlab-rake cache:clearsudo gitlab-rake gitlab:license:infosudo gitlab-rake gitlab:shell:setupsudo gitlab-rake gitlab:uploads:check VERBOSE=1sudo gitlab-rake gitlab:lfs:check VERBOSE=1sudo gitlab-rake gitlab:artifacts:check BATCH=100 ID_FROM=50 ID_TO=250sudo gitlab-rake gitlab:git:fscksudo gitlab-rake gitlab:doctor:secretssudo gitlab-backup createsudo gitlab-backup create SKIP=db,uploadssudo gitlab-backup create SKIP=tarsudo gitlab-backup create SKIP=remotesudo gitlab-backup create SKIP=repositoriessudo gitlab-backup create INCREMENTAL=yes PREVIOUS_BACKUP=1699000000_2023_11_04_16.0.5sudo gitlab-backup create CRON=1sudo gitlab-backup create COMPRESS_CMD="gzip -c --best"sudo gitlab-backup restore BACKUP=11493107454_2018_04_25_10.6.4-cesudo GITLAB_ASSUME_YES=1 gitlab-backup restoresudo gitlab-runner registersudo gitlab-runner register --non-interactive --url https://gitlab.com --token $RUNNER_TOKEN --executor docker --docker-image alpine:latest --name runner-1gitlab-runner listgitlab-runner verifygitlab-runner lintgitlab-runner statussudo gitlab-runner unregister --all-runnersgitlab-runner rungitlab-runner run-single -u http://gitlab.example.com -t $RUNNER_TOKEN --executor docker --docker-image ruby:3.3sudo gitlab-runner installsudo gitlab-runner uninstallsudo gitlab-runner startsudo gitlab-runner stopsudo gitlab-runner reset-token
Search all 7,657 commands instead.