You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dynamic-plugins/installing-plugins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ plugins:
76
76
77
77
### Catalog Entities Extraction
78
78
79
-
When the `CATALOG_INDEX_IMAGE` is set and the index image contains a `catalog-entities/marketplace` directory, the [`install-dynamic-plugins.sh`](../../scripts/install-dynamic-plugins/install-dynamic-plugins.sh) will automatically extract these catalog entities to a configurable location.
79
+
When the `CATALOG_INDEX_IMAGE` is set and the index image contains a `catalog-entities/marketplace` directory, the [`install-dynamic-plugins`](../../scripts/install-dynamic-plugins/) (TypeScript; from `scripts/install-dynamic-plugins/` run `yarn install && yarn build` to produce `dist/install-dynamic-plugins.cjs`) will automatically extract these catalog entities to a configurable location.
80
80
81
81
The extraction destination is governed by the `CATALOG_ENTITIES_EXTRACT_DIR` environment variable:
0 commit comments