mapbox / mapbox-cli-py

Command line interface to Mapbox Web Services
MIT License
165 stars 44 forks source link

mapbox upload not accepting arguments #52

Closed perrygeo closed 8 years ago

perrygeo commented 8 years ago

@planemad reports

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

@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?)

planemad commented 8 years ago

@perrygeo

The instructions says pip install mapboxcli are they different?

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

And it works now :+1: thanks.