The full command structure is as follows:

Typing nvmesh --help will provide the first level of the available commands:

Usage: nvmesh [OPTIONS] COMMAND [ARGS]...

  For interactive mode run 'nvmesh' without any additional commands. While
  in interactive mode you can use '!' prefix to execute shell commands,
  traverse and search the CLI history using 'up', 'down' arrows and 'Ctrl+r'
  respectively, and auto-complete commands by hitting 'tab'.

Options:
  --help  Show this message and exit.

Commands:
  client       Group Clients related operations
  cluster      Group Cluster related operations
  define-ssh   Define new SSH credentials
  drive        Group Drives related operations
  driveclass   Group Drive Classes related operations
  logout       Logout the current user from the CLI
  target       Group Targets related operations
  targetclass  Group Target Classes related operations
  version      Show nvmesh CLI version
  volume       Group Volumes related operations
  vpg          Group VPGs related operations

All of the commands (except for logout, define-ssh and version) are NVMesh entities.
For every entity, there is a second level of commands that are operations on that entity. Typing nvmesh targetclass --help will provide us with the target class operations:

Usage: nvmesh  targetclass [OPTIONS] COMMAND [ARGS]...

  Group Target Classes related operations

Options:
  --help  Show this message and exit.

Commands:
  create  Create a target class.
  delete  Delete target classes.
  show    Show all target classes.
  update  Update a target class.

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