mesheryctl design list

List designs

Synopsis

Display list of all available designs. Documentation for design can be found at https://docs.meshery.io/reference/mesheryctl/design/list

mesheryctl design list [flags]

Examples

Display a list of all available designs

mesheryctl design list

Display a list of all available designs with verbose output

mesheryctl design list --verbose

Display a list of all available designs with specified page number (10 designs per page by default)

mesheryctl design list --page [pange-number]

Display a list of all available designs with custom page size (10 designs per page by default)

mesheryctl design list --pagesize [page-size]

Display only the count of all available designs

mesheryctl design list --count

Options

-c, --count (optional) Display count only -h, --help help for list -p, --page int (optional) List next set of designs with --page (default 1) --pagesize int (optional) Number of designs to be displayed per page (default 10) -v, --verbose (optional) Display full length user and design file identifiers

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

Screenshots

Usage of mesheryctl design list pattern-list-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.