Skip to content

Commit 57ec739

Browse files
committed
Uodate CLI command in docs
1 parent dceed0d commit 57ec739

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ def defer_job(entity):
101101
To defer the _Address_ entities of the dataset [de_lobbyregister](https://dataresearchcenter.org/library/de_lobbyregister/) to the geocoding (using [`ftmq`](https://docs.investigraph.dev/lib/ftmq/) for remote loading and filtering):
102102

103103
```bash
104-
ftmq -i https://data.ftm.store/de_lobbyregister/entities.ftm.json -s Address | opal-procrastinate defer-entities -q ftm-geocode -t ftm_geocode.tasks.geocode -d de_lobbyregister
104+
ftmq -i https://data.ftm.store/de_lobbyregister/entities.ftm.json -s Address | openaleph-procrastinate defer-entities -q ftm-geocode -t ftm_geocode.tasks.geocode -d de_lobbyregister
105105
```

docs/reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
::: mkdocs-typer2
22
:module: openaleph_procrastinate.cli
3-
:name: opal-procrastinate
3+
:name: openaleph-procrastinate

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Set up the environment variable `PROCRASTINATE_DB_URI` which falls back to `OPEN
3131

3232
### Initial database setup
3333

34-
opal-procrastinate init-db
34+
openaleph-procrastinate init-db

0 commit comments

Comments
 (0)