0.0.5 • Published 9 years ago

pelias-cli v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

pelias-cli

NPM

The Pelias command-line powertool, which lets you interact with all of the key repositories (like the API, elasticsearch schema, and importers) in one place via git-style subcommands.

install

sudo npm install -g pelias-cli

usage

For a detailed help message:

pelias --help

Example usage might look something like:

pelias schema create_index
pelias openstreetmap import
pelias geonames#experimental-branch import -i US
pelias api start

registering repos with the CLI

The CLI only recognizes Pelias repositories with a correspondingly named JSON configuration file in subcommands/ (for instance, subcommands/api.json for the pelias/api repository). Each one defines the available scripts, with a description and the shell command(s) it aliases to.

0.0.5

9 years ago

0.0.4

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago