You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the help we can see the list of actions only on buckets/accounts.
Expected behavior
To see the list of every type that has actions.
Steps to reproduce
run sudo node src/cmd/manage_nsfs --help 2>/dev/null
More information - Screenshots / Logs / Other output
Currently, we see (partial output):
Usage:
execute with root permission or use sudo before each command
noobaa-cli <type> <action> [flags]
Arguments:
<type> Set the resource type: account, bucket, whitelist, diagnose or logging
<action> Action could be: add, update, list, status, and delete for accounts/buckets
The text was updated successfully, but these errors were encountered:
@romayalon, thanks, so in diagnose it's just adding a line in the help.
We also have upgrade and notification (@alphaprinz ) that don't appear in the help type.
shirady
changed the title
NC | noobaa-cli Needs Update in action Part
NC | noobaa-cli Help Needs Update in action Part
Nov 28, 2024
Environment info
Actual behavior
Expected behavior
Steps to reproduce
sudo node src/cmd/manage_nsfs --help 2>/dev/null
More information - Screenshots / Logs / Other output
Currently, we see (partial output):
The text was updated successfully, but these errors were encountered: