mesheryctl design onboard
Onboard design
Synopsis
Command will trigger deploy of design
mesheryctl design onboard [flags]
Examples
Onboard design by providing file path
mesheryctl design onboard -f [filepath] -s [source type]
mesheryctl design onboard -f ./pattern.yml -s "Kubernetes Manifest"
Options
-f, --file string Path to design file -h, --help help for onboard --skip-save Skip saving a design -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 design onboard
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.