File tree Expand file tree Collapse file tree
workspaces/ai-integrations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ The ai-experience plugins are packaged as part of an OCI archive.
2323To build the plugin archive, ensure you have ` docker ` or ` podman ` installed on your system, and run:
2424
2525```
26- npx --yes @janus-idp /cli@$ latest package package-dynamic-plugins --tag "${PLUGIN_CONTAINER_TAG}"
26+ npx --yes @red-hat-developer-hub /cli@latest plugin package --tag "${PLUGIN_CONTAINER_TAG}"
2727```
2828
2929Where ` PLUGIN_CONTAINER_TAG ` is the image tag you would like to use (e.g. ` quay.io/<your-user>/ai-experience:latest ` )
3030
3131If you would like to build with ` docker ` , add the ` --user-docker ` tag like so:
3232
3333```
34- npx --yes @janus-idp /cli@$ latest package package-dynamic-plugins --tag "${PLUGIN_CONTAINER_TAG}" --use-docker
34+ npx --yes @red-hat-developer-hub /cli@latest plugin package --tag --tag "${PLUGIN_CONTAINER_TAG}" --use-docker
3535```
You can’t perform that action at this time.
0 commit comments