pelias-cli
v0.0.5
Published
The Pelias command-line power tool.
Downloads
73
Readme
pelias-cli
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-cliusage
For a detailed help message:
pelias --helpExample usage might look something like:
pelias schema create_index
pelias openstreetmap import
pelias geonames#experimental-branch import -i US
pelias api startregistering 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.

