cli/pkg/cmd
Mislav Marohnić d6add864b8 Ensure efficient resolving of issue/pr create metadata to GraphQL IDs
For metadata types chosen in interactive flow, we fetch all records from
the API in order to be able to display a multi-select interface.

For metadata defined via command-line flags, we resolve records that can
be looked up directly, avoiding fetching the entirety of expensive
datasets (e.g. all members of an organization) if we can.

The new approach ensures efficient fetching when interactive flow is
combined with values from flags.
2020-12-03 15:53:13 +01:00
..
alias Fix USAGE help for some commands 2020-11-13 10:10:53 -03:00
api add IOStreams.ReadUserFile 2020-11-23 11:21:28 -08:00
auth port entirely to ColorScheme 2020-10-29 12:37:45 -07:00
completion Address PR comments 2020-09-30 12:55:05 +02:00
config Fix USAGE help for some commands 2020-11-13 10:10:53 -03:00
factory respect GH_HOST when resolving remotes (#2301) 2020-11-19 12:59:18 -06:00
gist fix missing import 2020-11-16 14:03:52 -08:00
issue no shorthand for --recover 2020-11-23 11:24:28 -08:00
pr Ensure efficient resolving of issue/pr create metadata to GraphQL IDs 2020-12-03 15:53:13 +01:00
release Ensure that only PATH is searched when shelling out to external commands 2020-11-11 16:33:13 +01:00
repo spelling: settings 2020-11-21 21:43:51 -05:00
root spelling: error 2020-11-21 21:43:51 -05:00
version Make markdown:generate annotation a markdown generation override for hidden commands 2020-11-04 12:35:58 +03:00