(f *cmdutil.Factory, request client.RawApiRequest, config *core.CliConfig, format string)
| 298 | } |
| 299 | |
| 300 | func apiDryRun(f *cmdutil.Factory, request client.RawApiRequest, config *core.CliConfig, format string) error { |
| 301 | return cmdutil.PrintDryRun(f.IOStreams.Out, request, config, format) |
| 302 | } |
| 303 | |
| 304 | func apiPaginate(ctx context.Context, ac *client.APIClient, request client.RawApiRequest, format output.Format, jqExpr string, out, errOut io.Writer, commandPath string, pagOpts client.PaginationOptions) error { |
| 305 | if pagOpts.Identity == "" { |