Skip to content

Example was missing in slcli block volume-refresh, slcli block volume-set-note #2018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ramkishor-ch opened this issue Jul 13, 2023 · 0 comments · Fixed by #2048
Closed

Example was missing in slcli block volume-refresh, slcli block volume-set-note #2018

ramkishor-ch opened this issue Jul 13, 2023 · 0 comments · Fixed by #2048
Assignees
Labels

Comments

@ramkishor-ch
Copy link
Contributor

  1. slcli block volume-refresh
    Example was missing, please add it.
    EXAMPLE:
    slcli block volume-refresh VOLUME_ID SNAPSHOT_ID
    Refresh a duplicate VOLUME_ID with a snapshot from its parent SNAPSHOT_ID.

Expected:

./slcli block volume-refresh --help
Usage: slcli block volume-refresh [OPTIONS] VOLUME_ID SNAPSHOT_ID

EXAMPLE:
        slcli block volume-refresh VOLUME_ID SNAPSHOT_ID
        Refresh a duplicate VOLUME_ID with a snapshot from its parent SNAPSHOT_ID.

        Refresh a duplicate volume with a snapshot from its parent.

┌────┬─────────────────┬───────────────────────────────────────────────────────────────┐
│    │ volume_id       │                                                               │
│    │ snapshot_id     │                                                               │
│ -f │ --force-refresh │ Cancel current refresh process and initiates the new refresh. │
│ -h │ --help          │ Show this message and exit.                                   │
└────┴─────────────────┴───────────────────────────────────────────────────────────────┘
  1. ./slcli block volume-set-note --help
    Example was missing, please add it.
    EXAMPLE:
    slcli block volume-set-note 12345678 --note 'this is my note'

Expected:

./slcli block volume-set-note --help  
Usage: slcli block volume-set-note [OPTIONS] VOLUME_ID

EXAMPLE:
      slcli block volume-set-note 12345678 --note 'this is my note'

        Set note for an existing block storage volume.

┌────┬───────────┬──────────────────────────────────────────────────────┐
│    │ volume-id │                                                      │
│ -n │ --note    │ Public notes related to a Storage volume  [required] │
│ -h │ --help    │ Show this message and exit.                          │
└────┴───────────┴──────────────────────────────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant