Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Jun 6, 2024
1 parent 91b5633 commit 62b4d39
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
33 changes: 18 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ Note that for security and performance reasons no file listing is implemented. I

<!--- This chapter is generated automatically --->

> @versatiles/google-cloud@0.2.7 npx
> @versatiles/google-cloud@0.3.0 npx
> vrt cmd2md versatiles-google-cloud
```console
$ versatiles-google-cloud
> @versatiles/google-cloud@0.2.7 npx
> @versatiles/google-cloud@0.3.0 npx
> versatiles-google-cloud --help

Usage: versatiles-google-cloud [options] <bucket-name>
Expand All @@ -79,21 +79,24 @@ For more details, visit:
https://github.com/versatiles-org/node-versatiles-google-cloud/

Arguments:
bucket-name Name of the Google Cloud Storage bucket.
bucket-name Name of the Google Cloud Storage bucket.

Options:
-b, --base-url <url> Set the public base URL. Defaults to
"http://localhost:<port>/".
-d, --directory <prefix> Set the bucket directory (prefix), e.g.,
"/public/".
-f, --fast-recompression Enable faster server responses by avoiding
recompression.
-l, --local-directory <path> Ignore bucket and use a local directory
instead. Useful for local development.
-p, --port <port> Set the server port. Default: 8080
-v, --verbose Enable verbose mode for detailed operational
logs.
-h, --help display help for command
-b, --base-url <url> Set the public base URL. Defaults to
"http://localhost:<port>/".
-d, --directory <prefix> Set the bucket directory (prefix), e.g.,
"/public/".
-f, --fast-recompression Enable faster server responses by avoiding
recompression.
-l, --local-directory <path> Ignore bucket and use a local directory
instead. Useful for local development.
-p, --port <port> Set the server port. Default: 8080
-r, --rewrite-rule <path:path> Set a rewrite rule. Must start with a "/".
E.g. "/tiles/osm/:/folder/osm.versatiles?"
(default: [])
-v, --verbose Enable verbose mode for detailed operational
logs.
-h, --help display help for command
```

## License
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versatiles/google-cloud",
"version": "0.2.7",
"version": "0.3.0",
"description": "A server for VersaTiles in Google Cloud Run",
"bin": {
"versatiles-google-cloud": "dist/index.js"
Expand Down

0 comments on commit 62b4d39

Please sign in to comment.