Skip to content

Commit

Permalink
Merge pull request #83 from meshery/theBeginner86-patch-2
Browse files Browse the repository at this point in the history
[chore] Update README.md
  • Loading branch information
theBeginner86 authored Jan 4, 2025
2 parents f5c7017 + bf43ff9 commit 787c171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <chart-URI> [-n <snapshot-name>] [-e <email>]
helm helm-kanvas-snapshot -f <chart-URI> [-n <snapshot-name>] [-e <email>]
```

- **`-f`**, **`--file`**: (required) path or URL to the Helm chart (required).
Expand All @@ -84,7 +84,7 @@ helm snapshot -f <chart-URI> [-n <snapshot-name>] [-e <email>]
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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 787c171

Please sign in to comment.