Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Feb 1, 2024
1 parent 2f7a7e8 commit 76bf613
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Initialises a server to serve files from a specified Google Bucket to a Google
Load Balancer with CDN, handles HTTP headers and compression, and provides a
RESTful API for VersaTiles containers.
For more details, visit:
https://github.com/versatiles-org/node-versatiles/blob/main/packages/google-cloud/README.md
https://github.com/versatiles-org/node-versatiles-google-cloud/

Arguments:
bucket-name Name of the Google Cloud Storage bucket.
Expand All @@ -52,8 +52,8 @@ Options:
-f, --fast-recompression Enable faster server responses by avoiding
recompression.
-l, --local-directory <path> Ignore bucket and use a local directory
instead. (Useful e.g. for local development.)
-p, --port <port> Set the server port. (default: 8080)
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
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.1",
"version": "0.2.2",
"description": "A server for VersaTiles in Google Cloud Run",
"bin": {
"versatiles-google-cloud": "dist/index.js"
Expand Down

0 comments on commit 76bf613

Please sign in to comment.