Usage
Arguments
| Argument | Description |
|---|---|
name | Name of a specific facet to update (optional) |
What it does
Re-fetches a cached remote facet from its URL and checks for new versions:- Re-fetch — Downloads the manifest and all resources again (same process as
facets add) - Compare — Checks the new version against the version stored in
facets.lock - Report — Tells you whether the facet was updated or is already current
Example
After updating
Updating refreshes the cache and lock file, but does not automatically reinstall. If a facet was previously installed, you’ll need to runfacets install <name> again to apply the new version’s resources to your project.