UNPKG

6.92 kBJSONView Raw
1{
2 "version": "8.0.0",
3 "commands": {
4 "buildpacks:add": {
5 "id": "buildpacks:add",
6 "description": "add new app buildpack, inserting into list of buildpacks if necessary",
7 "strict": true,
8 "pluginName": "@heroku-cli/plugin-buildpacks",
9 "pluginAlias": "@heroku-cli/plugin-buildpacks",
10 "pluginType": "core",
11 "aliases": [],
12 "flags": {
13 "app": {
14 "name": "app",
15 "type": "option",
16 "char": "a",
17 "description": "app to run command against",
18 "required": true,
19 "multiple": false
20 },
21 "remote": {
22 "name": "remote",
23 "type": "option",
24 "char": "r",
25 "description": "git remote of app to use",
26 "multiple": false
27 },
28 "index": {
29 "name": "index",
30 "type": "option",
31 "char": "i",
32 "description": "the 1-based index of the URL in the list of URLs",
33 "multiple": false
34 }
35 },
36 "args": {
37 "buildpack": {
38 "name": "buildpack",
39 "description": "namespace/name of the buildpack",
40 "required": true
41 }
42 }
43 },
44 "buildpacks:clear": {
45 "id": "buildpacks:clear",
46 "description": "clear all buildpacks set on the app",
47 "strict": true,
48 "pluginName": "@heroku-cli/plugin-buildpacks",
49 "pluginAlias": "@heroku-cli/plugin-buildpacks",
50 "pluginType": "core",
51 "aliases": [],
52 "flags": {
53 "app": {
54 "name": "app",
55 "type": "option",
56 "char": "a",
57 "description": "app to run command against",
58 "required": true,
59 "multiple": false
60 },
61 "remote": {
62 "name": "remote",
63 "type": "option",
64 "char": "r",
65 "description": "git remote of app to use",
66 "multiple": false
67 }
68 },
69 "args": {}
70 },
71 "buildpacks": {
72 "id": "buildpacks",
73 "description": "display the buildpacks for an app",
74 "strict": true,
75 "pluginName": "@heroku-cli/plugin-buildpacks",
76 "pluginAlias": "@heroku-cli/plugin-buildpacks",
77 "pluginType": "core",
78 "aliases": [],
79 "flags": {
80 "app": {
81 "name": "app",
82 "type": "option",
83 "char": "a",
84 "description": "app to run command against",
85 "required": true,
86 "multiple": false
87 },
88 "remote": {
89 "name": "remote",
90 "type": "option",
91 "char": "r",
92 "description": "git remote of app to use",
93 "multiple": false
94 }
95 },
96 "args": {}
97 },
98 "buildpacks:info": {
99 "id": "buildpacks:info",
100 "description": "fetch info about a buildpack",
101 "strict": true,
102 "pluginName": "@heroku-cli/plugin-buildpacks",
103 "pluginAlias": "@heroku-cli/plugin-buildpacks",
104 "pluginType": "core",
105 "aliases": [],
106 "flags": {},
107 "args": {
108 "buildpack": {
109 "name": "buildpack",
110 "description": "namespace/name of the buildpack",
111 "required": true
112 }
113 }
114 },
115 "buildpacks:remove": {
116 "id": "buildpacks:remove",
117 "description": "remove a buildpack set on the app",
118 "strict": true,
119 "pluginName": "@heroku-cli/plugin-buildpacks",
120 "pluginAlias": "@heroku-cli/plugin-buildpacks",
121 "pluginType": "core",
122 "aliases": [],
123 "flags": {
124 "app": {
125 "name": "app",
126 "type": "option",
127 "char": "a",
128 "description": "app to run command against",
129 "required": true,
130 "multiple": false
131 },
132 "remote": {
133 "name": "remote",
134 "type": "option",
135 "char": "r",
136 "description": "git remote of app to use",
137 "multiple": false
138 },
139 "index": {
140 "name": "index",
141 "type": "option",
142 "char": "i",
143 "description": "the 1-based index of the URL to remove from the list of URLs",
144 "multiple": false
145 }
146 },
147 "args": {
148 "buildpack": {
149 "name": "buildpack",
150 "description": "namespace/name of the buildpack"
151 }
152 }
153 },
154 "buildpacks:search": {
155 "id": "buildpacks:search",
156 "description": "search for buildpacks",
157 "strict": true,
158 "pluginName": "@heroku-cli/plugin-buildpacks",
159 "pluginAlias": "@heroku-cli/plugin-buildpacks",
160 "pluginType": "core",
161 "aliases": [],
162 "flags": {
163 "namespace": {
164 "name": "namespace",
165 "type": "option",
166 "description": "buildpack namespaces to filter on using a comma separated list",
167 "multiple": false
168 },
169 "name": {
170 "name": "name",
171 "type": "option",
172 "description": "buildpack names to filter on using a comma separated list ",
173 "multiple": false
174 },
175 "description": {
176 "name": "description",
177 "type": "option",
178 "description": "buildpack description to filter on",
179 "multiple": false
180 }
181 },
182 "args": {
183 "term": {
184 "name": "term",
185 "description": "search term that searches across name, namespace, and description"
186 }
187 }
188 },
189 "buildpacks:set": {
190 "id": "buildpacks:set",
191 "strict": true,
192 "pluginName": "@heroku-cli/plugin-buildpacks",
193 "pluginAlias": "@heroku-cli/plugin-buildpacks",
194 "pluginType": "core",
195 "aliases": [],
196 "flags": {
197 "app": {
198 "name": "app",
199 "type": "option",
200 "char": "a",
201 "description": "app to run command against",
202 "required": true,
203 "multiple": false
204 },
205 "remote": {
206 "name": "remote",
207 "type": "option",
208 "char": "r",
209 "description": "git remote of app to use",
210 "multiple": false
211 },
212 "index": {
213 "name": "index",
214 "type": "option",
215 "char": "i",
216 "description": "the 1-based index of the URL in the list of URLs",
217 "multiple": false
218 }
219 },
220 "args": {
221 "buildpack": {
222 "name": "buildpack",
223 "description": "namespace/name of the buildpack",
224 "required": true
225 }
226 }
227 },
228 "buildpacks:versions": {
229 "id": "buildpacks:versions",
230 "description": "list versions of a buildpack",
231 "strict": true,
232 "pluginName": "@heroku-cli/plugin-buildpacks",
233 "pluginAlias": "@heroku-cli/plugin-buildpacks",
234 "pluginType": "core",
235 "aliases": [],
236 "flags": {},
237 "args": {
238 "buildpack": {
239 "name": "buildpack",
240 "description": "namespace/name of the buildpack",
241 "required": true
242 }
243 }
244 }
245 }
246}
\No newline at end of file