From bf43ff97961499b6f9ffa61ad79b3e94a2187cf0 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Wed, 1 Jan 2025 21:56:00 +0530 Subject: [PATCH] Update README.md Signed-off-by: Pranav Singh --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71cf73fad3..361eaf79f7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ To install the Meshery Snapshot Helm Plugin, use the following steps: Once the plugin is installed, you can generate a snapshot using either a packaged or unpackaged Helm chart. ```bash -helm snapshot -f [-n ] [-e ] +helm helm-kanvas-snapshot -f [-n ] [-e ] ``` - **`-f`**, **`--file`**: (required) path or URL to the Helm chart (required). @@ -84,7 +84,7 @@ helm snapshot -f [-n ] [-e ] To generate a snapshot for a Helm chart located at `https://meshery.io/charts/v0.8.0-meshery.tar.gz`, you can use: ```bash -helm snapshot -f https://meshery.io/charts/v0.8.0-meshery.tar.gz -n meshery-chart +helm helm-kanvas-snapshot -f https://meshery.io/charts/v0.8.0-meshery.tar.gz -n meshery-chart ``` ## Contributing @@ -128,7 +128,7 @@ helm plugin install kanvas-snapshot Once the plugin is built, you can test it locally. For example, to generate a snapshot for a Helm chart, run the following command: ```bash -helm kanvas-snapshot -f https://meshery.io/charts/v0.8.0-meshery.tar.gz -n meshery-chart +helm helm-kanvas-snapshot -f https://meshery.io/charts/v0.8.0-meshery.tar.gz -n meshery-chart ``` This command will trigger the snapshot generation process. If everything is set up correctly, you should see a visual snapshot URL or receive the snapshot via email, depending on the options you specified.