mesheryctl system start
Start Meshery
Synopsis
Start Meshery and each of its cloud native components.
mesheryctl system start [flags]
Examples
Start meshery
mesheryctl system start
(optional) skip opening of MesheryUI in browser.
mesheryctl system start --skip-browser
(optional) skip checking for new updates available in Meshery.
mesheryctl system start --skip-update
Reset Mesheryβs configuration file to default settings.
mesheryctl system start --reset
Specify Platform to deploy Meshery to.
mesheryctl system start -p docker
Options
-h, --help help for start -p, --platform string platform to deploy Meshery to. --reset (optional) reset Meshery's configuration file to default settings. --skip-browser (optional) skip opening of MesheryUI in browser. --skip-update (optional) skip checking for new Meshery's container images.
Options inherited from parent commands
--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.
See Also
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.