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

Update pmtiles upload --help #195

Merged
merged 5 commits into from
Dec 4, 2024
Merged

Update pmtiles upload --help #195

merged 5 commits into from
Dec 4, 2024

Conversation

zstadler
Copy link
Contributor

@zstadler zstadler commented Dec 1, 2024

Related to #194

@zstadler zstadler marked this pull request as ready for review December 1, 2024 13:54
@bdon
Copy link
Member

bdon commented Dec 2, 2024

the help text now looks like this:

upload --bucket=STRING <input-pm-tiles> <remote-pm-tiles>
    Upload a local archive to remote storage.

Is there a way to make it <input-pmtiles> instead of input-pm-tiles?

Attempt to avoid `<input-pm-tiles>` and `<remote-pm-tiles>` in the help text
@zstadler
Copy link
Contributor Author

zstadler commented Dec 2, 2024

go-pmtiles --help now shows

  upload --bucket=STRING <input-pmtiles> <remote-pmtiles>
    Upload a local archive to remote storage.

and go-pmtiles upload --help shows

Usage: go-pmtiles upload --bucket=STRING <input-pmtiles> <remote-pmtiles>

Upload a local archive to remote storage.

Arguments:
  <input-pmtiles>     The local PMTiles file
  <remote-pmtiles>    The name for the remote PMTiles source

Flags:
  -h, --help                 Show context-sensitive help.

      --max-concurrency=2    # of upload threads
      --bucket=STRING        Bucket to upload to.

@bdon bdon merged commit afd53c9 into protomaps:main Dec 4, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants