Skip to content

Commit

Permalink
Merge pull request #135 from PDOK/readme-indexes-fks
Browse files Browse the repository at this point in the history
add --with-indexes-and-fks to readme
  • Loading branch information
roelarents authored Nov 26, 2024
2 parents 725a330 + 172fb4f commit 2b5f1b6
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 2b5f1b6

Please sign in to comment.