Files
fission-src/plugins.yaml
T
Erwin van EykandTa-Ching Chen 5c1d8bc90c Extensible Fission CLI (#743)
This PR introduces extensibility to the Fission CLI. The principle behind the design of this extensibility is taken from the approach git uses: the main binary (fission) calls other binaries (fission-workflows) - which it discovers using simple prefix-rules - based on specific commands (fission workflow <command>).
2018-08-17 15:20:46 +08:00

5 lines
210 B
YAML

# plugins.yaml contains a basic registry of plugins for the CLI
workflows:
version: 0.4.0
url: https://github.com/fission/fission-workflows/releases/tag/0.4.0
usage: Inspect and manage workflow executions