box install
Install the entitled engine packages and their dependencies.
box installSynopsis
After box auth has authenticated the box and written the
registry credentials, box install pulls the entitled @withpotter/* engine
packages and their dependencies through the registry.
Behavior
- Reads the entitlement set and registry configuration written by
box auth(box.jsonlicenseblock and.npmrc). - Installs the entitled engine packages and their transitive dependencies.
Run box auth first. box install relies on the registry login and .npmrc
that box auth produces.
Examples
box auth --org acme-bank --key pk_live_xxxxxxxx
box installSee also
box auth— must run before installing.box update— update already-installed engine packages.box start— run the box after installing.