Added admin cli command tool; removed previous key_attestation_cmd tool#110
Added admin cli command tool; removed previous key_attestation_cmd tool#110
Conversation
saratnt
left a comment
There was a problem hiding this comment.
In the admincli, it would be nice to have a "Back" command in submenus, so the user can go back to the parent menu in case of an error in the command selection. In addition, when in a submenu a wrong choice is selected (eg 4 for target), now it returns automatically to the parent menu, but it would be nice to stay in the same menu and to give the user another possibility.
cmd/admincli/README.md
Outdated
| @@ -0,0 +1,160 @@ | |||
| # admincli | |||
|
|
|||
| Interactive CLI for sending admin commands to the HCCE Manager's admin server. | |||
There was a problem hiding this comment.
"HCCE Manager" => It's Vela now
Same comment at line 31
…after code review
Agree, modified |
Implemented interactive CLI tool for managing Vela components at runtime. It connects to the Manager's admin server over TCP and lets operators query version info, read and change log levels on both Manager and Executor, and request key attestations from the Executor.