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
| Option | Description |
|---|---|
--check | Report 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 updateSee also
box install— initial install of entitled packages.box upgrade— update the CLI binary itself.