netauth group search

Search entities on the server

Synopsis

The search command allows complex searching within groups. This command takes a single argument which is the search expression, be sure to quote the expression if making a complex query.

All set fields on returned groups will be displayed. To display only certain fields pass a comma separated list to the --fields argument of the field names you wish to display.

netauth group search <expression> [flags]

Examples

$ netauth group search 'Name:example*'
Name: example-group
Display Name:
Number: 10
Expansion: INCLUDE:example-group2
---
Name: example-group2
Display Name:
Number: 11

Options

      --fields string   Fields to be displayed
  -h, --help            help for search

Options inherited from parent commands

      --config string   Use an alternate config file
      --entity string   Specify a non-default entity to make requests as
      --secret string   Specify the request secret on the command line

SEE ALSO

Auto generated by spf13/cobra on 3-Jun-2022