mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-14 16:05:02 -05:00
17 lines
294 B
YAML
17 lines
294 B
YAML
name: word-generator
|
|
executable: /usr/local/bin/word-generator.py
|
|
type: executable
|
|
timeout: "5s"
|
|
description: "Generates random words based on count parameter"
|
|
version: "1.0.0"
|
|
env: []
|
|
|
|
operations:
|
|
generate:
|
|
cmd_template: "{{executable}} {{value}}"
|
|
|
|
config:
|
|
output:
|
|
method: stdout
|
|
|