Skip to content

Commit f954805

Browse files
committed
update pywis-pubsub bundle sync
1 parent d01653c commit f954805

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ vim local.env # update accordingly
5252

5353
source local.env
5454

55-
# setup pywis-pubsub - sync WIS2 notification schema
56-
pywis-pubsub schema sync
55+
# setup pywis-pubsub - sync schemas and codelists bundle
56+
pywis-pubsub bundle sync
5757

5858
# setup backend
5959
wis2-gdc setup

wis2-gdc-management/docker/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
echo "START /entrypoint.sh"
2626

27-
echo "Caching WNM schema"
28-
/venv/bin/pywis-pubsub schema sync
27+
echo "Caching schemas and codelists bundle"
28+
/venv/bin/pywis-pubsub bundle sync
2929

3030
echo "Caching WCMP schemas"
3131
/venv/bin/pywcmp bundle sync

0 commit comments

Comments
 (0)