Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
astro env connection create
-k
--key
-t
--type
postgres
http
--host
-l
--login
-p
--password
--port
--schema
--extra
--auto-link
--workspace-id
--deployment-id
# Create a Postgres connection scoped to a Workspace astro env connection create --workspace-id <workspace-id> --key db_main --type postgres --host db.example.com --port 5432 --login admin # Create a Workspace connection auto-linked to every Deployment, reading the password from stdin echo "$DB_PASSWORD" | astro env connection create --workspace-id <workspace-id> --key db_main --type postgres --host db.example.com --port 5432 --login admin --schema public --auto-link
astro env connection update
astro env connection list
astro env connection delete
Was this page helpful?