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
moldis
changed the title
improve CLI command name and parameters with consistent naming
[FEATURE] improve CLI command name and parameters with consistent naming
Oct 25, 2021
for now, there are some naming rules on cli command name
list-all
,add-collab
listallocations
,addcurator
,encryptionpublickey
alloc-cancel
,alloc-fini
get
list-all
ls-blobbers
And there are some naming rules on cli command parameters
rx_pay
,free_storage
,read_price
,write_price
remotepath
allocation
collabid
,mcct
It is better to rename all of them with consistent naming rule.
eg
lower-case with prefix and short name
, only root file system commands should be named without prefix.for examples:
mkdir
,copy
,upload
,download
,delete
...etcalloc-new
,alloc-get
,alloc-update
see detail on https://0chain.slack.com/archives/C01U94VF56Y/p1632609085125300
The text was updated successfully, but these errors were encountered: