Skip to main content

GitLab Setup

GitLab is our source control platform and CI/CD system.

warning

GitLab access is required. If you do not have access yet, request it here.

Install GitLab CLI

mise use -g glab@latest

Or add to your .mise.toml:

[tools]
"ubi:gitlab-org/cli" = { version = "latest", exe = "glab", provider = "gitlab" }

Login to GitLab

info

You may need to re-login from time to time as your session expires.

Run the authentication command:

glab auth login

Follow the prompts and authenticate through your browser.

Verify Authentication

glab auth status

You should see: "✓ Logged in to gitlab.com as @username"


Next: AWS CLI Setup