jq
installed, view the full manifest and manually find your platform’s digest:
PRINCIPAL_ENVIRONMENT
: Limited access to current environment onlyGITPOD_TOKEN
environment variable before logging in:
gitpod
. The CLI is automatically authenticated with limited access to the current environment’s context, allowing you to:
gitpod environment stop
)gitpod environment logs
)gitpod devcontainer rebuild
)gitpod login
command.
~/.gitpod/configuration.yaml
. You can modify settings using:
--dont-wait
flags for batch operationstoo many authentication failures
when connecting to a Gitpod environment, it may be due to multiple SSH keys being offered by an agent (e.g., 1Password). The server rejects connections after six failed attempts.
Solutions:
IdentitiesOnly yes
to your ~/.ssh/gitpod/config
under the Host *.gitpod.environment
section.Offering public key:
) is used.
gitpod help
for comprehensive command documentation-h
or --help
to any command for specific usage information--verbose
flag for detailed logging when troubleshooting~/.gitpod/configuration.yaml
for custom settings