Quickstart: allow passing DATABASE_STRING as parameter (#4580)

This commit is contained in:
Stanislav Novosad
2026-01-30 11:38:34 -07:00
committed by GitHub
parent 6b6b546c5d
commit 6796e36c40
3 changed files with 37 additions and 14 deletions

View File

@@ -104,6 +104,13 @@ This is most helpful for first time run (db setup, db migrations etc).
skyvern quickstart
```
If you already have a database you want to use, pass a custom connection string to skip the
local Docker PostgreSQL setup:
```bash
skyvern quickstart --database-string "postgresql+psycopg://user:password@localhost:5432/skyvern"
```
### 3. Run task
#### UI (Recommended)