We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3f366 commit 7aae0deCopy full SHA for 7aae0de
modules/dynamic-plugins/rhdh-supported-plugins.sh
@@ -10,7 +10,8 @@ pluginsRepo="https://github.com/janus-idp/backstage-plugins" # TODO move to B
10
showcaseRepo="https://github.com/janus-idp/backstage-showcase" # TODO move to rhd/rhdh
11
usage() {
12
cat <<EOF
13
-Generate updated table of dynamic plugins from content the following two repos, for the specified branch:
+
14
+Generate an updated table of dynamic plugins from content in the following two repos, for the specified branch:
15
* $pluginsRepo
16
* $showcaseRepo
17
@@ -27,6 +28,7 @@ Options:
27
28
-h, --help : Show this help
29
30
Examples:
31
32
$0 -b release-1.3 --clean
33
34
EOF
0 commit comments