Skip to content

mikenairn/fh-fhc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

362 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

FeedHenry CLI, the Command Line Interface to FeedHenry

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.6%
  • Shell 0.4%