mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 14:05:27 +00:00
17 lines
383 B
YAML
17 lines
383 B
YAML
---
|
|
"Help":
|
|
- do:
|
|
cat.plugins:
|
|
help: true
|
|
|
|
- match:
|
|
$body: |
|
|
/^ id .+ \n
|
|
name .+ \n
|
|
component .+ \n
|
|
version .+ \n
|
|
type .+ \n
|
|
url .+ \n
|
|
description .+ \n
|
|
$/
|