Skip to main content
Commands

vg logout

Sign the CLI out of your Vibgrate workspace by clearing the stored login credential.

Overview

vg logout clears the credential saved by vg login, disconnecting the CLI from your Vibgrate workspace on this machine.


Usage

vg logout

This removes the stored credential — the project-local .vibgrate/credentials.json when the current project has one, otherwise the home-directory ~/.vibgrate/credentials.json. It only affects the saved login on this machine — it does not revoke DSN tokens (use vg dsn to manage those) and does not sign you out of the dashboard in your browser.

After logging out, vg scan --push / vg push are no longer authenticated until you run vg login again or supply a DSN via --dsn or the VIBGRATE_DSN environment variable.


Related Commands

  • vg login — sign in from the browser
  • vg dsn — manage non-interactive credentials for CI
No live demo for this command

vg logout just clears the locally stored credential — there is no output worth replaying. Run it whenever you want to disconnect this machine.

Related Documentation

Related Help Articles