Learn about the Gitpod CLI, a CLI tool used inside Gitpod workspaces. Also, learn about how you can use it to manage your workspaces and smooth your developer experience.
gp
CLI that runs in all workspaces? gitpod login
command will redirect you to your default browser where you can authenticate, before being redirected back to the CLI.
--host
flag:
gitpod whoami
and the Organization you see is not the one you want to work with, you can change it as follows:
--editor
to override your default editor selection. You can list possible editor options with gitpod workspace list-editors
.gitpod version
. The CLI automatically checks for updates and will notify you if a new one is available. You can disable this behavior by running gitpod config set --autoupdate=false
.
To update, use gitpod version update
.