diff --git a/README.md b/README.md index 11f8799..1cdd3c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# helm restore +# helm migrate This is a basic plugin that allows you backup and restore whole cluster and specified namespace. @@ -8,11 +8,11 @@ The installation part is very simple you can easily install with via native helm * Installation ```sh - git clone git@github.com:WoodProgrammer/helm-restore.git + git clone git@github.com:WoodProgrammer/helm-migrate.git - pushd helm-restore - wget https://github.com/WoodProgrammer/helm-restore/releases/download/0.0.1/helm-restore_0.0.1_OS_amd64.tar.gz - tar -xvf helm-restore_0.0.1_OS_amd64.tar.gz + pushd helm-migrate + wget https://github.com/WoodProgrammer/helm-migrate/releases/download/0.0.1/helm-migrate_0.0.2_OS_amd64.tar.gz + tar -xvf helm-migrate_0.0.2_OS_amd64.tar.gz helm plugin install . popd @@ -22,11 +22,11 @@ The installation part is very simple you can easily install with via native helm After you download and install the entire package to verify the steps you can check this one ```sh -➜ helm-restore git:(main) helm restore --help - helm restore rocking yeaaa :)) +➜ helm migrate --help + helm migrate rocking yeaaa :)) Usage: - helm restore [flags] + helm migrate [flags] helm [command] Available Commands: @@ -49,7 +49,7 @@ Coming sooon.... * Restore Mode ```sh -helm restore mode restore --namespace kube-system --sourcecluster kind-kind --targetcluster kind-kind-test-cluster +helm migrate mode restore --namespace kube-system --sourcecluster kind-kind --targetcluster kind-kind-test-cluster ``` ## TODO