diff --git a/src/docs.html b/src/docs.html index ecb1913..60fd91b 100644 --- a/src/docs.html +++ b/src/docs.html @@ -72,7 +72,7 @@
--fqdn to generate inventory-driven, data-driven roles.# Explain what's in a harvest
+enroll explain /path/to/harvest
+
+# JSON format, and using a SOPS-encrypted harvest
+enroll explain /path/to/harvest.sops \
+ --sops \
+ --format json
+
+ Use your preferred packaging. An AppImage is also available.
diff --git a/upload.sh b/upload.sh index 34fc890..d6e557a 100755 --- a/upload.sh +++ b/upload.sh @@ -5,6 +5,8 @@ set -eou pipefail SRC="src" DEST="/opt/www/enroll.sh" +cp -a ~/git/enroll/enroll/schema/state.schema.json src/schema/state.schema.json + rsync -aHPvz ${SRC}/ root@lupin.mig5.net:${DEST}/ ssh root@lupin.mig5.net "chown -R web:web ${DEST}"