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
TPI cli needs improvement w.r.t options as they are organized. Currently it is a tad bit confusing where the TPI cli when executed with sub-options and flags produces an output that is unclear.
For instance: tpi firmware -v
shows the TPI cli's version rather than the firmware.
Secondly, the options could themselves be better organized (e.g. borrowing from kubectl) so that the usage is intuitive and output is very clear CMD <ACTION> <RESOURCE> <FLAGS>
e.g.:
tpi get firmware version
tpi set node 1 --power on
The text was updated successfully, but these errors were encountered:
TPI cli needs improvement w.r.t options as they are organized. Currently it is a tad bit confusing where the TPI cli when executed with sub-options and flags produces an output that is unclear.
For instance:
tpi firmware -v
shows the TPI cli's version rather than the firmware.
Secondly, the options could themselves be better organized (e.g. borrowing from
kubectl
) so that the usage is intuitive and output is very clearCMD <ACTION> <RESOURCE> <FLAGS>
e.g.:
The text was updated successfully, but these errors were encountered: