|
1 | | -. Download the Node Package Manager (NPM) packages for orchestrator {product-bundle-version} using any of the following methods: |
| 1 | +. Download the Node Package Manager (NPM) packages for orchestrator {orchestrator-plugin-version} using any of the following methods: |
2 | 2 | * Download them as `tgz` files from the following registry: |
3 | | -** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator/-/backstage-plugin-orchestrator-{product-bundle-version}.tgz |
4 | | -** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-backend-dynamic/-/backstage-plugin-orchestrator-backend-dynamic-{product-bundle-version}.tgz |
5 | | -** https://npm.registry.redhat.com/@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic/-/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-{product-bundle-version}.tgz |
6 | | -** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-form-widgets/-/backstage-plugin-orchestrator-form-widgets-{product-bundle-version}.tgz |
| 3 | +** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator/-/backstage-plugin-orchestrator-{orchestrator-plugin-version}.tgz |
| 4 | +** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-backend-dynamic/-/backstage-plugin-orchestrator-backend-dynamic-{orchestrator-plugin-version}.tgz |
| 5 | +** https://npm.registry.redhat.com/@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic/-/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-{orchestrator-plugin-version}.tgz |
| 6 | +** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-form-widgets/-/backstage-plugin-orchestrator-form-widgets-{orchestrator-plugin-version}.tgz |
7 | 7 | + |
8 | 8 | * Alternatively, use the NPM packages from link:https://npm.registry.redhat.com[{company-name} NPM registry] as shown in the following example: |
9 | 9 | + |
10 | 10 | [source,subs="+attributes,+quotes"] |
11 | 11 | ---- |
12 | | -npm pack "@redhat/backstage-plugin-orchestrator@{product-bundle-version}" --registry=https://npm.registry.redhat.com |
13 | | -npm pack "@redhat/backstage-plugin-orchestrator-backend-dynamic@{product-bundle-version}" --registry=https://npm.registry.redhat.com |
14 | | -npm pack "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@{product-bundle-version} --registry=https://npm.registry.redhat.com |
15 | | -npm pack "@redhat/backstage-plugin-orchestrator-form-widgets@{product-bundle-version}" --registry=https://npm.registry.redhat.com |
| 12 | +npm pack "@redhat/backstage-plugin-orchestrator@{orchestrator-plugin-version}" --registry=https://npm.registry.redhat.com |
| 13 | +npm pack "@redhat/backstage-plugin-orchestrator-backend-dynamic@{orchestrator-plugin-version}" --registry=https://npm.registry.redhat.com |
| 14 | +npm pack "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@{orchestrator-plugin-version} --registry=https://npm.registry.redhat.com |
| 15 | +npm pack "@redhat/backstage-plugin-orchestrator-form-widgets@{orchestrator-plugin-version}" --registry=https://npm.registry.redhat.com |
16 | 16 | ---- |
17 | 17 |
|
18 | 18 | . Push the NPM packages you have downloaded to your NPM server, as shown in the following example: |
19 | 19 | + |
20 | 20 | [source,subs="+attributes,+quotes"] |
21 | 21 | ---- |
22 | | -npm publish backstage-plugin-orchestrator-{product-bundle-version}.tgz |
23 | | -npm publish backstage-plugin-orchestrator-backend-dynamic-{product-bundle-version}.tgz |
24 | | -npm publish backstage-plugin-orchestrator-form-widgets-{product-bundle-version}.tgz |
25 | | -npm publish backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-{product-bundle-version}.tgz |
| 22 | +npm publish backstage-plugin-orchestrator-{orchestrator-plugin-version}.tgz |
| 23 | +npm publish backstage-plugin-orchestrator-backend-dynamic-{orchestrator-plugin-version}.tgz |
| 24 | +npm publish backstage-plugin-orchestrator-form-widgets-{orchestrator-plugin-version}.tgz |
| 25 | +npm publish backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-{orchestrator-plugin-version}.tgz |
26 | 26 | ---- |
0 commit comments