mesheryctl design

Cloud Native Patterns Management

Synopsis

Manage cloud and cloud native infrastructure using predefined patterns.

mesheryctl design [flags]

Examples

Apply pattern file:

mesheryctl design apply --file [path to design file | URL of the file]

Delete pattern file:

mesheryctl design delete --file [path to design file]

View pattern file:

mesheryctl design view [design name | ID]

List all patterns:

mesheryctl design list

Options

-h, --help help for pattern -t, --token string Path to token file default from current context

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output

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.