Emburse isc migration
Pre-release
Pre-release
NOTE: to be run only on Emburse runtime
Linux
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/emburse/cf-linux-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-linux-amd64 /usr/local/bin/cf-migrate
# check the installation
cf-migrate version
Mac
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/emburse/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-darwin-amd64 /usr/local/bin/cf-migrate
# check the installation
cf-migrate version
Perform Migration:
# to run the migration
cf-migrate migrate codefresh-system --helm-release-name <release-name> --git-token <git-token>