Skip to content

Commit

Permalink
add --with-indexes-and-fks to readme
Browse files Browse the repository at this point in the history
PDOK-16629
  • Loading branch information
roelarents committed Nov 19, 2024
1 parent 725a330 commit 172fb4f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 172fb4f

Please sign in to comment.