sockshop/terraform/bin/keptn-seed-project.bat

5 lines
187 B
Batchfile

@echo off
set GIT_REPO=%1
set GIT_USER=%2
set GIT_TOKEN=%3
keptn create project carts --shipyard ..\shipyard.yaml --git-remote-url %GIT_REPO% --git-user %GIT_USER% --git-token %GIT_TOKEN%