Skip to content

Commit 84f6b42

Browse files
authored
chore: update readme to use rhdh-cli instead of janus-cli (#1285)
1 parent adc8b03 commit 84f6b42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workspaces/ai-integrations/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ The ai-experience plugins are packaged as part of an OCI archive.
2323
To 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

2929
Where `PLUGIN_CONTAINER_TAG` is the image tag you would like to use (e.g. `quay.io/<your-user>/ai-experience:latest`)
3030

3131
If 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
```

0 commit comments

Comments
 (0)