These scripts call https://registry.cloudogu.com or https://dogu.cloudogu.com to query data about specific objects
(f.e. dogus/components). These scripts require the use of credentials from the aforementioned sites. To provide those,
copy the .env.template-file and rename it to .env. This file will be ignored by git. Fill the newly created .env-file
with your login data, with teh passwords base64-encoded.
Tip: Put the scripts-directory on your path to be able to call them from anywhere.
Lists all current dogu versions from the following namespaces: hallowelt, itz-bund, k8s, official, openproject, premium
getAllDoguVersions.shLists the last 10 dogu versions of a specific dogu.
getDoguVersions.sh official/postgresqlLists the dependencies of a specific dogu.
getDoguDependencies.sh official/postgresqlInstall a specific dogu in its latest version with no further configuration.
installDogu.sh official/postgresqlLists the last 10 component versions of a specific component.
getComponentVersions.sh official/postgresqlLists the dependencies of a specific component.
getComponentDependencies.sh official/postgresqlInstall a specific component from the k8s namespace in its latest version with no further configuration.
installComponent.sh k8s-dogu-operator