There was an error while loading. Please reload this page.
1 parent d01653c commit f954805Copy full SHA for f954805
2 files changed
README.md
@@ -52,8 +52,8 @@ vim local.env # update accordingly
52
53
source local.env
54
55
-# setup pywis-pubsub - sync WIS2 notification schema
56
-pywis-pubsub schema sync
+# setup pywis-pubsub - sync schemas and codelists bundle
+pywis-pubsub bundle sync
57
58
# setup backend
59
wis2-gdc setup
wis2-gdc-management/docker/entrypoint.sh
@@ -24,8 +24,8 @@
24
25
echo "START /entrypoint.sh"
26
27
-echo "Caching WNM schema"
28
-/venv/bin/pywis-pubsub schema sync
+echo "Caching schemas and codelists bundle"
+/venv/bin/pywis-pubsub bundle sync
29
30
echo "Caching WCMP schemas"
31
/venv/bin/pywcmp bundle sync
0 commit comments