Quickstart: allow passing DATABASE_STRING as parameter (#4580)
This commit is contained in:
committed by
GitHub
parent
6b6b546c5d
commit
6796e36c40
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user