Skip to main content

Usage

facet upgrade
This command is not yet implemented. Running it prints a notice and exits. It is on the roadmap for a future release.

Planned behavior

facet upgrade will re-resolve version specifiers in facets.json against the registry and update facets.lock to the newest versions that satisfy each specifier. It is the complement to facet install, which honors existing lockfile pins. Until facet upgrade ships, you can upgrade a specific facet manually:
# Re-add at a new version (updates both facets.json and facets.lock).
facet add viper-plans@2.0.0

# Or widen the specifier and reinstall.
# Edit facets.json to change "1.2.3" to "2.*", then:
facet install

See also

  • facet install — install from the current lockfile.
  • facet add — add or re-add a facet at a specific version.