RefreshBlueprintCatalogs
Refreshes blueprint catalog caches at the asset repository. Use -cn to refresh a specific catalog.
Examples
Refresh all blueprint catalogs:
octo-cli -c RefreshBlueprintCatalogs
Refresh a specific blueprint catalog:
octo-cli -c RefreshBlueprintCatalogs -cn "LocalFileSystemBlueprintCatalog"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-cn | --catalogName | no | Catalog name to refresh (optional, refreshes all if omitted) |
Notes
The refresh is always forced - freshly published blueprints become visible without a service restart.
A catalog that fails to refresh is reported as Failed but does not abort the refresh of the other catalogs; the command exits with a non-zero code when any catalog failed.