@extrahorizon/exh-cli
v1.11.0
Published
This is the command-line interface to the Extra Horizon platform. It allows you to manage just some parts of your Extra Horizon configuration for now, but will be extended with additional functionality.
Downloads
1,051
Readme
Extra Horizon CLI
This is the command-line interface to the Extra Horizon platform. It allows you to manage just some parts of your Extra Horizon configuration for now, but will be extended with additional functionality.
See changelog for the latest changes.
Installation
Note: The exh-cli requires at least node version 14
To install in your project:
Using npm:
npm install -D @extrahorizon/exh-cliWith yarn:
yarn add -D @extrahorizon/exh-cliIt's easier to install it globally so you can use it in all your ExH projects:
npm install -g @extrahorizon/exh-clior
yarn global add @extrahorizon/exh-cliShell completion
Once installed, you can enable shell completion. With shell completion you get command and option suggestions whenever you use while typing a command.
For zsh, do
exh completion >> ~/.zshrcBash
exh completion >> ~/.bashrcYou will need to reload your configuration file (or open a new shell) for the changes to take effect.
Documentation
For full documentation, please have a look at Extra Horizon Documentation
