Back to Meshery

mesheryctl-system-update

docs/content/en/reference/references/mesheryctl/system/update.md

1.0.431.6 KB
Original Source

mesheryctl system update

Pull new Meshery images/manifest files.

Synopsis

Pull new Meshery container images and manifests from artifact repository.

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system update [flags] </div> </pre>

Examples

Pull new Meshery images from Docker Hub. This does not update mesheryctl. This command may be executed while Meshery is running.

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system update </div> </pre>

Pull the latest manifest files alone

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system update --skip-reset </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -h, --help help for update --skip-reset (optional) skip checking for new Meshery manifest files. </div> </pre>

Options inherited from parent commands

<pre class='codeblock-pre'> <div class='codeblock'> --config string path to config file (default "/home/runner/.meshery/config.yaml") -c, --context string (optional) temporarily change the current context. -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts. </div> </pre>

Screenshots

Usage of mesheryctl system update

See Also

Go back to [command reference index]({{< ref "reference/references/mesheryctl/_index.md" >}}), if you want to add content manually to the CLI documentation, please refer to the [instruction]({{< ref "project/contributing/contributing-cli.md#preserving-manually-added-documentation" >}}) for guidance.