box update

Update the entitled @withpotter/* engine packages in the box.

box update [--check]

Synopsis

box update brings the box’s installed engine packages up to date with the latest versions your entitlement allows.

Options

OptionDescription
--checkReport available updates without installing them.

Behavior

  • With no options, updates the entitled @withpotter/* engine packages.
  • With --check, reports which updates are available but makes no changes.

box update updates the engine packages inside a box. To update the CLI binary itself, use box upgrade.

Examples

# See what would change
box update --check
 
# Apply updates
box update

See also