open-amt-cloud-toolkit/rpc-go

Change AMT password using rpc-go local command

mechris1 opened this issue · 0 comments

As a rpc-go user, I want to change AMT password using rpc-go local command.

Sample subcommand:

rpc configure changeamtpassword -newamtpassword newamtpassword -password password

Question:

RPC-GO prompts to provide current AMT password if not provided using -password flag, should we also prompt for new AMT password if -newamtpassword flag is not used? Yes and we should ask for a confirmation of the new password (New Story to centralize prompt for password changes)

Acceptance Criteria:

  • Should be able to change AMT password using rpc-go local command
  • Documentation