Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2026 Changes in this version + func NewQueryCommand() cli.Command + type QueryCommand struct + func (c *QueryCommand) Name() string + func (c *QueryCommand) Run(_ *cobra.Command, args []string) error + type QueryOptions struct + Limit int + Resource string + func (o *QueryOptions) BindFlags(fs *pflag.FlagSet) + func (o *QueryOptions) Complete(cmd *cobra.Command, args []string) error + func (o *QueryOptions) Validate() error