Usage: nvmesh client show [OPTIONS]

  Show clients.

  --output-format options:

  tabular - Render a table using characters like dashes and vertical bars to
  emulate borders, may overflow and wrap the output if the lines exceed the
  terminal width.

  rows - Render tabular data with one column per line (allowing columns with
  line breaks).

  json - Format output as DB JSON.

  Usage example:

  Skip the first 20 clients, limit the results to 5 clients and present it
  in a tabular format:

  $ nvmesh client show --output-format tabular --skip 20 --limit 5

Options:
  -s, --skip INTEGER              Specifies the number of entities to skip
                                  when fetching the result.
  -l, --limit INTEGER RANGE       Specifies how many entities to fetch after
                                  the skip, the maximum value is: 50.
  --output-format [tabular|rows|json]
                                  The representation in which the data will be
                                  displayed. Options: tabular ,rows, json.
  -n, --name TEXT                 Show a specific client by name. NOTE: This
                                  option is mutually exclusive with the
                                  follwoing options: `skip`, `limit`.
  -h, --help                      Show this message and exit.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Email Excelero Support

Post Comment