You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pmtiles upload --help has <key> as the second parameter, yet it seems that this is the remote name, as the docs say.
The help text is:
Usage: pmtiles upload --bucket=STRING <input> <key>
Upload a local archive to remote storage.
Arguments:
<input>
<key>
Flags:
-h, --help Show context-sensitive help.
--max-concurrency=2 # of upload threads
--bucket=STRING Bucket to upload to.
Perhaps the help could use the term <remote> instead of <key>.
The text was updated successfully, but these errors were encountered:
pmtiles upload --help
has<key>
as the second parameter, yet it seems that this is the remote name, as the docs say.The help text is:
Perhaps the help could use the term
<remote>
instead of<key>
.The text was updated successfully, but these errors were encountered: