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>).
5 lines
210 B
YAML
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 |