Closed planemad closed 8 years ago
@planemad That looks like the usage text for mapbox-upload
not mapbox upload
:-)
For mapbox upload
, everything should work by setting MAPBOX_ACCESS_TOKEN
, MapboxAccessToken
or both. We use the CamelCase version as a fallback for backwards compatibility but the ALL_CAPS version takes precedence.
@perrygeo yikes, that was right.
-help says its
MAPBOX_ACCESS_TOKEN
but using this gave me the errorSo I tried
export MapboxAccessToken=
and this did the trick. I'm runningv0.2.0
.cc @perrygeo