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.