-
Notifications
You must be signed in to change notification settings - Fork 4
/
command-snapshot.json
144 lines (144 loc) · 3.57 KB
/
command-snapshot.json
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[
{
"command": "deploy:functions",
"plugin": "@salesforce/plugin-functions",
"flags": ["branch", "connected-org", "force", "json", "quiet"],
"alias": []
},
{
"command": "env:compute:collaborator:add",
"plugin": "@salesforce/plugin-functions",
"flags": ["heroku-user"],
"alias": []
},
{
"command": "env:create:compute",
"plugin": "@salesforce/plugin-functions",
"flags": ["alias", "connected-org", "json"],
"alias": []
},
{
"command": "env:delete",
"plugin": "@salesforce/plugin-functions",
"flags": ["confirm", "environment", "json", "target-compute"],
"alias": []
},
{
"command": "env:log",
"plugin": "@salesforce/plugin-functions",
"flags": ["environment", "num", "target-compute"],
"alias": []
},
{
"command": "env:log:tail",
"plugin": "@salesforce/plugin-functions",
"flags": ["environment", "target-compute"],
"alias": []
},
{
"command": "env:logdrain:add",
"plugin": "@salesforce/plugin-functions",
"flags": ["drain-url", "environment", "json", "target-compute", "url"],
"alias": []
},
{
"command": "env:logdrain:list",
"plugin": "@salesforce/plugin-functions",
"flags": ["environment", "json", "target-compute"],
"alias": []
},
{
"command": "env:logdrain:remove",
"plugin": "@salesforce/plugin-functions",
"flags": ["drain-url", "environment", "json", "target-compute", "url"],
"alias": []
},
{
"command": "env:var:get",
"plugin": "@salesforce/plugin-functions",
"flags": ["environment", "json", "target-compute"],
"alias": []
},
{
"command": "env:var:list",
"plugin": "@salesforce/plugin-functions",
"flags": ["environment", "json", "target-compute"],
"alias": []
},
{
"command": "env:var:set",
"plugin": "@salesforce/plugin-functions",
"flags": ["environment", "json", "target-compute"],
"alias": []
},
{
"command": "env:var:unset",
"plugin": "@salesforce/plugin-functions",
"flags": ["environment", "json", "target-compute"],
"alias": []
},
{
"command": "generate:function",
"plugin": "@salesforce/plugin-functions",
"flags": ["function-name", "language", "name"],
"alias": []
},
{
"command": "login:functions",
"plugin": "@salesforce/plugin-functions",
"flags": ["json"],
"alias": []
},
{
"command": "login:functions:jwt",
"plugin": "@salesforce/plugin-functions",
"flags": [
"alias",
"clientid",
"instance-url",
"instanceurl",
"json",
"keyfile",
"set-default",
"set-default-dev-hub",
"username"
],
"alias": []
},
{
"command": "logout:functions",
"plugin": "@salesforce/plugin-functions",
"flags": ["json"],
"alias": []
},
{
"command": "run:function",
"plugin": "@salesforce/plugin-functions",
"flags": ["connected-org", "function-url", "headers", "json", "payload", "structured", "url"],
"alias": []
},
{
"command": "run:function:start",
"plugin": "@salesforce/plugin-functions",
"flags": ["debug-port", "language", "path", "port", "verbose"],
"alias": []
},
{
"command": "run:function:start:container",
"plugin": "@salesforce/plugin-functions",
"flags": [],
"alias": []
},
{
"command": "run:function:start:local",
"plugin": "@salesforce/plugin-functions",
"flags": ["debug-port", "language", "path", "port"],
"alias": []
},
{
"command": "whoami:functions",
"plugin": "@salesforce/plugin-functions",
"flags": ["json", "show-token"],
"alias": []
}
]