mapbox/mapbox-cli-py

mapbox upload not accepting arguments

Closed this issue · 2 comments

@planemad reports

$ mapbox upload username.tileset output.geojson 
Usage: mapbox upload [OPTIONS]
Error: Got unexpected extra arguments (username.tileset output.geojson)

@planemad Can you run mapbox upload --help and let me know what you get? Also, what method did you use to install (sudo pip install mapbox?)

@perrygeo

The instructions says pip install mapboxcli are they different?

Anyway just did a sudo -H pip install mapbox --upgrade

And it works now 👍 thanks.