Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

pelias-deprecated/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The one binary to rule them all.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published