export CR_PACKAGE_PATH=. export CR_OWNER=codefresh-io export CR_GIT_REPO=csdp-official export CR_TOKEN=<GIT_TOKEN>
cr upload –skip-existing
cr index -i ./index.yaml
git add . && git commit -am “updated index” && git push ```