@haul-bundler/inspector
v0.16.0
Published
Haul inspector for monitoring Haul processes
Downloads
57
Readme
@haul-bundler/inspector
CLI tool for inspecting running @haul-bundler/cli
process, which could have been spawned indirectly/implicitly.
Usage
Installation
yarn add @haul-bundler/inspector
# or
yarn global add @haul-bundler/inspector
Running
yarn haul-inspector [options]
# or (if installed globally)
haul-inspector [options]
Options
--port
(number
) - Port on which to listen for@haul-bundler/cli
processes. Default:7777
.--host
(string
) - Host on which to listen for@haul-bundler/cli
processes. Default:localhost
Please remember to use correct HAUL_INSPECTOR_PORT
/HAUL_INSPECTOR_PORT
/HAUL_INSPECTOR_HOST
, when using custom --port
or --host
options.
You can read moe about Haul here: https://github.com/callstack/haul.