Open DenisCarriere opened 7 years ago
Meow is a very nice minimalistic CLI and has been very fun to work with, i'll switch to meow and aim to have this CLI flow.
meow
$ geocode mapbox "Ottawa, ON" --key <ACCESS_TOKEN>
Also --key can be read from environment variables $ export MAPBOX_ACCESS_TOKEN=<KEY>.
--key
$ export MAPBOX_ACCESS_TOKEN=<KEY>
Meow is a very nice minimalistic CLI and has been very fun to work with, i'll switch to
meow
and aim to have this CLI flow.Also
--key
can be read from environment variables$ export MAPBOX_ACCESS_TOKEN=<KEY>
.