|
1 | 1 | [ |
2 | 2 | { |
3 | 3 | "alias": [], |
4 | | - "command": "orchestrator:create:app", |
| 4 | + "command": "orchestrator:app:create", |
5 | 5 | "flagAliases": [], |
6 | 6 | "flagChars": ["d", "g", "i", "l", "n", "o", "r", "t"], |
7 | 7 | "flags": [ |
|
21 | 21 | }, |
22 | 22 | { |
23 | 23 | "alias": [], |
24 | | - "command": "orchestrator:create:template", |
25 | | - "flagAliases": [], |
26 | | - "flagChars": ["d", "l", "n", "o", "s", "t"], |
27 | | - "flags": ["api-version", "description", "flags-dir", "json", "label", "name", "subtype", "target-org", "type"], |
28 | | - "plugin": "@salesforce/plugin-orchestrator" |
29 | | - }, |
30 | | - { |
31 | | - "alias": [], |
32 | | - "command": "orchestrator:decouple:app", |
33 | | - "flagAliases": [], |
34 | | - "flagChars": ["i", "n", "o"], |
35 | | - "flags": ["api-version", "app-id", "app-name", "flags-dir", "json", "target-org"], |
36 | | - "plugin": "@salesforce/plugin-orchestrator" |
37 | | - }, |
38 | | - { |
39 | | - "alias": [], |
40 | | - "command": "orchestrator:delete:app", |
| 24 | + "command": "orchestrator:app:delete", |
41 | 25 | "flagAliases": [], |
42 | 26 | "flagChars": ["i", "n", "o", "p"], |
43 | 27 | "flags": ["api-version", "app-id", "app-name", "flags-dir", "json", "no-prompt", "target-org"], |
44 | 28 | "plugin": "@salesforce/plugin-orchestrator" |
45 | 29 | }, |
46 | 30 | { |
47 | 31 | "alias": [], |
48 | | - "command": "orchestrator:delete:template", |
49 | | - "flagAliases": [], |
50 | | - "flagChars": ["i", "n", "o", "p"], |
51 | | - "flags": ["api-version", "flags-dir", "json", "no-prompt", "target-org", "template-id", "template-name"], |
52 | | - "plugin": "@salesforce/plugin-orchestrator" |
53 | | - }, |
54 | | - { |
55 | | - "alias": [], |
56 | | - "command": "orchestrator:display:app", |
| 32 | + "command": "orchestrator:app:display", |
57 | 33 | "flagAliases": [], |
58 | 34 | "flagChars": ["i", "n", "o"], |
59 | 35 | "flags": ["api-version", "app-id", "app-name", "flags-dir", "json", "target-org"], |
60 | 36 | "plugin": "@salesforce/plugin-orchestrator" |
61 | 37 | }, |
62 | 38 | { |
63 | 39 | "alias": [], |
64 | | - "command": "orchestrator:display:template", |
65 | | - "flagAliases": [], |
66 | | - "flagChars": ["i", "n", "o"], |
67 | | - "flags": ["api-version", "flags-dir", "json", "target-org", "template-id", "template-name"], |
68 | | - "plugin": "@salesforce/plugin-orchestrator" |
69 | | - }, |
70 | | - { |
71 | | - "alias": [], |
72 | | - "command": "orchestrator:list:app", |
| 40 | + "command": "orchestrator:app:list", |
73 | 41 | "flagAliases": [], |
74 | 42 | "flagChars": ["o"], |
75 | 43 | "flags": ["api-version", "flags-dir", "json", "target-org"], |
76 | 44 | "plugin": "@salesforce/plugin-orchestrator" |
77 | 45 | }, |
78 | 46 | { |
79 | | - "alias": ["orchestrator template list"], |
80 | | - "command": "orchestrator:list:template", |
| 47 | + "alias": [], |
| 48 | + "command": "orchestrator:app:update", |
81 | 49 | "flagAliases": [], |
82 | | - "flagChars": ["o"], |
83 | | - "flags": ["api-version", "flags-dir", "json", "target-org"], |
| 50 | + "flagChars": ["d", "g", "i", "l", "m", "n", "o", "r", "t"], |
| 51 | + "flags": [ |
| 52 | + "api-version", |
| 53 | + "app-id", |
| 54 | + "app-name", |
| 55 | + "description", |
| 56 | + "flags-dir", |
| 57 | + "json", |
| 58 | + "label", |
| 59 | + "log-level", |
| 60 | + "runtime-method", |
| 61 | + "target-org", |
| 62 | + "template-id", |
| 63 | + "template-name" |
| 64 | + ], |
84 | 65 | "plugin": "@salesforce/plugin-orchestrator" |
85 | 66 | }, |
86 | 67 | { |
|
122 | 103 | "flagChars": ["d", "i", "l", "n", "o"], |
123 | 104 | "flags": ["api-version", "description", "flags-dir", "json", "label", "target-org", "template-id", "template-name"], |
124 | 105 | "plugin": "@salesforce/plugin-orchestrator" |
125 | | - }, |
126 | | - { |
127 | | - "alias": [], |
128 | | - "command": "orchestrator:update:app", |
129 | | - "flagAliases": [], |
130 | | - "flagChars": ["d", "g", "i", "l", "m", "n", "o", "r", "t"], |
131 | | - "flags": [ |
132 | | - "api-version", |
133 | | - "app-id", |
134 | | - "app-name", |
135 | | - "description", |
136 | | - "flags-dir", |
137 | | - "json", |
138 | | - "label", |
139 | | - "log-level", |
140 | | - "runtime-method", |
141 | | - "target-org", |
142 | | - "template-id", |
143 | | - "template-name" |
144 | | - ], |
145 | | - "plugin": "@salesforce/plugin-orchestrator" |
146 | | - }, |
147 | | - { |
148 | | - "alias": [], |
149 | | - "command": "orchestrator:update:template", |
150 | | - "flagAliases": [], |
151 | | - "flagChars": ["d", "i", "l", "n", "o"], |
152 | | - "flags": ["api-version", "description", "flags-dir", "json", "label", "target-org", "template-id", "template-name"], |
153 | | - "plugin": "@salesforce/plugin-orchestrator" |
154 | 106 | } |
155 | 107 | ] |
0 commit comments