ag-quota-dashboard
v0.2.2
Published
A CLI tool and dashboard for managing Antigravity developer accounts in one place.
Downloads
36
Readme
Ag-Quota-Dashboard
A CLI tool and dashboard for managing Antigravity developer accounts in one place.
Installation
npm install -g ag-quota-dashboard
# or
pnpm add -g ag-quota-dashboardUsage
Start the dashboard
ag-quota-dashboard startOptions:
-p, --port <port>- Port to run on (default: 3000)-d, --daemon- Run as a daemon (background process)
Stop the dashboard
ag-quota-dashboard stopRestart the dashboard
Restarts the dashboard as a background process (daemon mode).
ag-quota-dashboard restartOptions:
-p, --port <port>- Port to run on (default: 3000)
Check status
ag-quota-dashboard statusShows PID, port, URL, and uptime.
Show dashboard URL
ag-quota-dashboard dashboardOpen in browser
ag-quota-dashboard openOpens the dashboard in your default browser.
View logs
ag-quota-dashboard logsOptions:
-f, --follow- Follow log output (tail -f)-n, --lines <number>- Number of lines to show (default: 50)
Configuration
ag-quota-dashboard configShow current configuration:
ag-quota-dashboard configSet a custom port:
ag-quota-dashboard config --set port=3001Configuration
This dashboard works with the opencode-antigravity-auth plugin. It expects a configuration file at:
~/.config/opencode/antigravity-accounts.json
Development
# Install dependencies
pnpm install
# Build CLI
pnpm build
# Link for local testing
pnpm link