Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --with-indexes-and-fks to readme #135

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading