mesheryctl design
Cloud Native Designs Management
Synopsis
Manage cloud and cloud native infrastructure using predefined designs.
mesheryctl design [flags]
Examples
Apply design file:
mesheryctl design apply --file [path to design file | URL of the file]
Delete design file:
mesheryctl design delete --file [path to design file]
View design file:
mesheryctl design view [design name | ID]
List all designs:
mesheryctl design list
Options
-h, --help help for design -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
- mesheryctl design apply
- mesheryctl design delete
- mesheryctl design import
- mesheryctl design list
- mesheryctl design offboard
- mesheryctl design onboard
- mesheryctl design view
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.