You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: migrate from deprecated bash CLI to Node.js CLI
- Update README.md with `npm install -g postgresai` and `postgresai mon` commands
- Update CONTRIBUTING.md with Node.js CLI commands
- Update terraform/aws/README.md with Node.js CLI commands
- Update config/Dockerfile comment to reference `mon local-install --demo`
- Mark postgres_ai bash script as deprecated with warning message
The bash CLI is kept for backwards compatibility but shows a deprecation
warning on every invocation, directing users to use `postgresai mon` instead.
Now, start it and waitfor a few minutes. To obtain a PostgresAI access token for your organization, visit https://console.postgres.ai (`Your org name → Manage → Access tokens`):
152
+
**Start monitoring:**
153
+
154
+
To obtain a PostgresAI access token for your organization, visit https://console.postgres.ai (`Your org name → Manage → Access tokens`):
0 commit comments