ride / cli-geocode
Geocode command for the Ride CLI
1.0.0
2016-10-14 10:38 UTC
Requires
- ride/app: ^1.0.0
- ride/app-geocode: ^1.0.0
- ride/cli: ^1.0.0
- ride/lib-cli: ^1.0.0
- ride/lib-geocode: ^1.0.0
This package is auto-updated.
Last update: 2024-10-13 00:36:19 UTC
README
This module adds the geocode command to the Ride CLI.
Commands
geocode
This command geocodes the provided address with the provided service or shows an overview of the available services when no arguments are provided.
Syntax: geocode [<service> [<address>]]
<service>
: Id of the geocode service<address>
: Address to lookup
Alias: g
Related Modules
Installation
You can use Composer to install this application.
composer require ride/cli-geocode