Files

10 lines
199 B
YAML
Raw Permalink Normal View History

name: shell
description: Use Linux Shell to execute Linux commands
parameters:
type: object
properties:
query:
type: string
description: The command to execute
required:
- query