mesheryctl filter view
View filter(s)
Synopsis
Displays the contents of a specific filter based on name or id
mesheryctl filter view [filter-name | ID] [flags]
Examples
View the specified WASM filter A unique prefix of the name or ID can also be provided. If the prefix is not unique, the first match will be returned.
mesheryctl filter view [filter-name | ID]
View all filter files
mesheryctl filter view --all
Options
-a, --all (optional) view all filters available -h, --help help for view -o, --output-format string (optional) format to display in [json|yaml] (default "yaml")
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
See Also
Go back to command reference index