ZEST / base.resolver-cli / Index

Dependencies Dev Dependencies Peer Dependencies

Quality Build Status License

zest / base.resolver-cli

The base.resolver-cli is a command line wrapper around base.resolver

Usage

To install the cli, use the below command:

npm install -g zest/base.resolver-cli

Once the cli is installed, you can run it by typing resolver on the console.

Command line Options

  • -h, --help

    Output usage information.

  • -V, --version

    Output the version number.

  • -d, --directory [base directory]

    The current base directory. zest components are searched relative to this directory. If not specified, the component paths in the zest configuration file are assumed to be relative to the configuration file itself.

  • -f, --file [configuration file]

    The zest resolver configuration file path. If this is not set, the configuration file should be in the current working directory or in the folder hierarchy and should have a name of zest.json or zest.js

  • -l, --log [log level]

    The zest logging level. Possible values are log, info, warn, error and none

For more information about installing and configuring base.resolver, please see the base.resolver documentation.