Skip to content

Wizard key structopts

inso requested to merge wizard_key_structopts into dev

Implements the following command using new structopts paramters style :

durs keys modify member --salt [salt] --password [password]
durs keys modify network --salt [salt] --password [password]
durs keys delete member # remove the member key
durs keys delete network # reset the network key to a new random one
durs keys show
durs keys wizard

Merge request reports