Description
Implement the kyma alpha module pull command responsible for pulling the community module to the proper namespace.
pull example usages:
kyma module pull --namespace my-namespace
kyma module pull docker-registry --origin https://remote-repository.com/custom-modules.json
- pulls the latest version of docker-registry from custom URL
kyma module pull docker-registry:0.15.0 --origin community
- pulls the specified version from the kyma repository
kyma module pull chaczapuri-module:0.6.8,pizza-sauce:2.0.25,kentucky-fried-chicken:24.9.1952 --origin https://mammia-mia.com/super-modules.yaml,https://kickapoo.com/space-modules.json
The command should be implemented in alignment with the new architecture described in the ADR - #2815
Related Issues
#2689
Description
Implement the
kyma alpha module pullcommand responsible for pulling the community module to the proper namespace.pullexample usages:my-namespacenamespace.The command should be implemented in alignment with the new architecture described in the ADR - #2815
Related Issues
#2689