@fork-hu/cli
v0.2.12
Published
Fork Ettermi Program
Downloads
40
Readme
fork-cli
CLI tool for installing and managing Fork.
npm i @fork-hu/cli
Available commands:
fork initInitializefork install [modules]name one or more modules to install, available:server,tunnelfork uninstall [modules]uninstall a modulefork start [module]start a modulefork stop [module]stop a modulefork restart [module]restart a modulefork unpack [path]unpack a .forkdeploy file found inside the given folder (or cwd if no path given)fork repo [url]set repo URL, set torepo.gcp.fork.hufork logs [module]display log files for the given module (Note: the command first prints out the contents of stdout first, then the contents of stderr, therefore the displayed output might not be in the correct order)fork configdisplay the config file location
