mesheryctl filter view
View filter(s)
Synopsis
Displays the contents of a specific filter based on name or id
mesheryctl filter view [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
View all filter files in json
mesheryctl filter view --all --output-format json
View all filter files in json and save it to a file
mesheryctl filter view --all --output-format json -s
//View multi-word named filter files. Multi-word filter names should be enclosed in quotes
mesheryctl filter view "filter name"
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") -s, --save (optional) save output as a JSON/YAML file
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, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.