Skip to content

Emburse isc migration

Pre-release
Pre-release
Compare
Choose a tag to compare
@noam-codefresh noam-codefresh released this 08 May 16:08
· 3 commits to main since this release
ea96878

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>