Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1.73 KB

mesheryctl-pattern-onboard.md

File metadata and controls

74 lines (54 loc) · 1.73 KB
layout title permalink redirect_from type display-title language command subcommand
default
mesheryctl-pattern-onboard
reference/mesheryctl/pattern/onboard
reference/mesheryctl/pattern/onboard/
reference
false
en
pattern
onboard

mesheryctl pattern onboard

Onboard pattern

Synopsis

Command will trigger deploy of pattern

mesheryctl pattern onboard [flags]

Examples

Onboard pattern by providing file path

mesheryctl pattern onboard -f [filepath] -s [source type]
mesheryctl pattern onboard -f ./pattern.yml -s "Kubernetes Manifest"

Options

-f, --file string Path to pattern file -h, --help help for onboard --skip-save Skip saving a pattern -s, --source-type string Type of source file (ex. manifest / compose / helm)

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -t, --token string Path to token file default from current context -v, --verbose verbose output

Screenshots

Usage of mesheryctl pattern onboard pattern-onboard-usage

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.