Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.2 KB

FHC - FeedHenry Command Line Interface

FeedHenry CLI, the command line interface to FeedHenry.

Installation

fhc should now be available your command line (do a hash -r if you use zsh to pick it up). fhc -v will tell you what version of fhc you have installed.

Finally, install FHC bash completion: fhc completion >> ~/.bashrc (or ~/.zshrc)

Usage

See fhc help for general help, or fhc help <command> for help on a specific command.

To get started, set the FeedHenry target and then login:

$ fhc target https://apps.feedhenry.com

$ fhc login <your-email-address> <your-password>

To list your apps, use:

$ fhc apps

To create an app from a git repository use:

fhc apps create StoreFinder git://github.com/feedhenry/Store-Finder.git

Acknowledgements

The source code for FHC was orginally based on an earlier version of [NPM (https://github.com/isaacs/npm)], so many thanks to [Isaac (https://github.com/isaacs)] for the foundation code for an excellent Command Line Interface!