box install

Install the entitled engine packages and their dependencies.

box install

Synopsis

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.json license block 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 install

See also

  • box auth — must run before installing.
  • box update — update already-installed engine packages.
  • box start — run the box after installing.