File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,16 @@ const completionSpec: Fig.Spec = {
163
163
description : "Version of the configuration" ,
164
164
args : { name : "version" , suggestions : [ "0" , "1" ] } ,
165
165
} ,
166
+ {
167
+ name : "--branch" ,
168
+ description : "Git branch name" ,
169
+ args : { name : "branch_name" } ,
170
+ } ,
171
+ {
172
+ name : "--app-id" ,
173
+ description : "Amplify App ID" ,
174
+ args : { name : "app_id" } ,
175
+ } ,
166
176
] ,
167
177
} ,
168
178
{
@@ -239,6 +249,11 @@ const completionSpec: Fig.Spec = {
239
249
name : "--debug" ,
240
250
description : "Print debug logs to the console" ,
241
251
} ,
252
+ {
253
+ name : "--statement-max-depth" ,
254
+ description : "Maximum depth of the generated GraphQL statements" ,
255
+ args : { name : "integer" } ,
256
+ } ,
242
257
] ,
243
258
} ,
244
259
{
@@ -324,7 +339,7 @@ const completionSpec: Fig.Spec = {
324
339
description : "Display help information" ,
325
340
} ,
326
341
{
327
- name : "--version" ,
342
+ name : [ "--version" , "-v" ] ,
328
343
description : "Display version information" ,
329
344
} ,
330
345
{
You can’t perform that action at this time.
0 commit comments