From 21e81300416ba76b9975744ecbae6e6303731fd2 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Thu, 9 Mar 2017 14:50:10 -0500 Subject: [PATCH] added note about npm run config --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eb9272cd..bda2627a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The API ships with several convenience commands (runnable via `npm`): * `npm run ciao`: run functional tests (this requires that the server be running) * `npm run docs`: generate API documentation * `npm run coverage`: generate code coverage reports + * `npm run config`: dump the configuration to the command line, which is useful for debugging configuration issues ## pelias-config The API recognizes the following properties under the top-level `api` key in your `pelias.json` config file: @@ -95,5 +96,3 @@ Travis tests every release against Node.js versions `4` and `6`. We rely on semantic-release and Greenkeeper to maintain our module and dependency versions. [![Greenkeeper badge](https://badges.greenkeeper.io/pelias/api.svg)](https://greenkeeper.io/) - -