Skip to content

Deprecated hops-cli and hops-local-cli

Compare
Choose a tag to compare
@ZauberNerd ZauberNerd released this 08 Feb 12:38
· 2337 commits to master since this release

9.4.0 (2018-01-08)

With this release we are deprecating hops-cli and hops-local-cli in favor of hops.

While you previously had to add hops-local-cli as a dependency to your project and install hops-cli globally, you can now use just hops.

hops must be a (dev)dependency of your project to allow you to use "hops" commands in your package.json ("start": "hops start").

Optionally you can also install hops globally to execute hops commands from your CLI ($ hops start).

hops-cli and hops-local-cli will continue to work for a while, but should be replaced with this solution.