Skip to content

Commit b2966e7

Browse files
committed
refactor(cli): use code generation to implement CLI commands
1 parent ded0875 commit b2966e7

File tree

4 files changed

+726
-4
lines changed

4 files changed

+726
-4
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
api:
2+
GetInput:
3+
arguments:
4+
- application
5+
- input index
6+
description: Read specific input
7+
ListInputs:
8+
arguments:
9+
- application
10+
- filter
11+
- pagination
12+
description: Read all inputs
13+
commands:
14+
- path: ["read", "inputs"]
15+
functions: ["GetInput", "ListInputs"]
16+
description: "Reads inputs ordered by index"

0 commit comments

Comments
 (0)