-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommand-snapshot.json
More file actions
130 lines (130 loc) · 3.78 KB
/
command-snapshot.json
File metadata and controls
130 lines (130 loc) · 3.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[
{
"alias": [],
"command": "orchestrator:app:create",
"flagAliases": [],
"flagChars": ["d", "g", "i", "l", "n", "o", "r", "t"],
"flags": [
"api-version",
"description",
"flags-dir",
"json",
"label",
"log-level",
"name",
"runtime-method",
"target-org",
"template-id",
"template-name"
],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:app:decouple",
"flagAliases": [],
"flagChars": ["i", "o"],
"flags": ["api-version", "app-id", "flags-dir", "json", "target-org"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:app:delete",
"flagAliases": [],
"flagChars": ["i", "n", "o", "p"],
"flags": ["api-version", "app-id", "app-name", "flags-dir", "json", "no-prompt", "target-org"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:app:display",
"flagAliases": [],
"flagChars": ["i", "n", "o"],
"flags": ["api-version", "app-id", "app-name", "flags-dir", "json", "target-org"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:app:list",
"flagAliases": [],
"flagChars": ["o"],
"flags": ["api-version", "flags-dir", "json", "target-org"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:app:update",
"flagAliases": [],
"flagChars": ["d", "i", "l", "n", "o"],
"flags": ["api-version", "app-id", "app-name", "description", "flags-dir", "json", "label", "target-org"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:app:upgrade",
"flagAliases": [],
"flagChars": ["c", "i", "l", "n", "o", "r", "t", "v"],
"flags": [
"api-version",
"app-id",
"app-name",
"chain-name",
"flags-dir",
"json",
"log-level",
"runtime-method",
"target-org",
"template-id",
"template-values"
],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:rules:eval",
"flagAliases": [],
"flagChars": ["d", "o", "r", "v"],
"flags": ["api-version", "document", "flags-dir", "json", "rules", "target-org", "values"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:template:create",
"flagAliases": [],
"flagChars": ["d", "l", "n", "o", "s", "t"],
"flags": ["api-version", "description", "flags-dir", "json", "label", "name", "subtype", "target-org", "type"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:template:delete",
"flagAliases": [],
"flagChars": ["i", "n", "o", "p"],
"flags": ["api-version", "flags-dir", "json", "no-prompt", "target-org", "template-id", "template-name"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:template:display",
"flagAliases": [],
"flagChars": ["i", "n", "o"],
"flags": ["api-version", "flags-dir", "json", "target-org", "template-id", "template-name"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:template:list",
"flagAliases": [],
"flagChars": ["o"],
"flags": ["all", "api-version", "flags-dir", "json", "target-org"],
"plugin": "@salesforce/plugin-orchestrator"
},
{
"alias": [],
"command": "orchestrator:template:update",
"flagAliases": [],
"flagChars": ["d", "i", "l", "n", "o"],
"flags": ["api-version", "description", "flags-dir", "json", "label", "target-org", "template-id", "template-name"],
"plugin": "@salesforce/plugin-orchestrator"
}
]