Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

gardener-attic/cnudie-transport-tool

Repository files navigation

Cnudie Transport Tool

Deprecation Notice

Version 0.140.0 will be the final standalone version of CTT. The code has been integrated into https://github.com/gardener/cc-utils and further development will continue there.

Migration to the new code can be done by installing the previously depended-upon gardener-cicd-libs (at least 1.2025.0). Since the structure of the code was unchanged by the move, no further adjustment to the code using CTT-functionality should be necessary.

run script outside of docker

the tool allows passing in the input component descriptor via 2 ways:

  1. provide the address of a remote component descriptor via the flags
--src-ctx-repo-url
--component-name
--component-version
  1. provide the path to a component descriptor that exists in a local yaml file via the flag
--component-descriptor

additional mandatory flags are --processing-config and --tgt-ctx-repo-url

for other flags, see the main function in ./ctt.py