From 172fb4fe5212ae7285938b72592430dfe9c4a894 Mon Sep 17 00:00:00 2001 From: Roel Arents Date: Tue, 19 Nov 2024 11:22:00 +0100 Subject: [PATCH] add --with-indexes-and-fks to readme PDOK-16629 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 853cc51..4006591 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ docker run -v ${PWD}:/gpkg --rm pdok/geopackage-validator geopackage-validator g ### Validate -```bash +```text Usage: geopackage-validator validate [OPTIONS] Geopackage validator validating a local file or a file from S3 storage. @@ -298,7 +298,7 @@ docker run -v ${PWD}:/gpkg --rm pdok/geopackage-validator validate --gpkg-path t Show all the possible validations that are executed in the validate command. -```bash +```text Usage: geopackage-validator show-validations [OPTIONS] Show all the possible validations that are executed in the validate @@ -311,7 +311,7 @@ Options: ### Generate table definitions -```bash +```text Usage: geopackage-validator generate-definitions [OPTIONS] Generate table definition for a geopackage on local or S3 storage. Use the @@ -353,6 +353,10 @@ Options: [env var: GPKG_PATH] --yaml Output yaml + + --with-indexes-and-fks Include indexes (and unique constraints) and + foreign keys in the definitions + --s3-endpoint-no-protocol TEXT Endpoint for the s3 service without protocol [env var: S3_ENDPOINT_NO_PROTOCOL]