This article walks through vg login, the browser-based way to connect the Vibgrate CLI to your workspace. It is for developers who want to push scan results to Vibgrate Cloud without managing tokens by hand.
Overview
vg login signs the CLI into your Vibgrate workspace through the browser. There is no DSN to copy or paste for interactive use; the command stores a login credential locally so subsequent uploads are authenticated.
Step by step
From any project, run:
vg login
The CLI opens your browser to complete sign-in. Once you approve, the credential is stored locally and the CLI is connected to your workspace.
Push results after signing in
With the CLI signed in, you can upload scan results for team visibility and trend analysis:
vg push
You can also scan and push in one step:
vg scan --push
Results appear in Vibgrate Cloud, the hosted dashboard at dash.vibgrate.com.
When you are done
To disconnect the CLI from your workspace, clear the stored credential with vg logout.
Notes
- The browser flow is best for interactive use on your own machine. For automated pipelines, see the CI authentication guide, which avoids an interactive browser step.
- Signing in is only needed when you intend to upload. Local scans and the DriftScore work without an account.
Related
See the logout article, the CI authentication guide, and the auth troubleshooting article.