Skip to content

Added admin cli command tool; removed previous key_attestation_cmd tool#110

Open
alsala wants to merge 17 commits intodevfrom
as/admincli
Open

Added admin cli command tool; removed previous key_attestation_cmd tool#110
alsala wants to merge 17 commits intodevfrom
as/admincli

Conversation

@alsala
Copy link
Contributor

@alsala alsala commented Feb 25, 2026

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.

@alsala alsala changed the base branch from as/runtime_log_levels to dev March 5, 2026 16:17
@alsala alsala marked this pull request as ready for review March 13, 2026 09:03
@alsala alsala requested a review from saratnt March 13, 2026 09:04
Copy link
Contributor

@saratnt saratnt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@@ -0,0 +1,160 @@
# admincli

Interactive CLI for sending admin commands to the HCCE Manager's admin server.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"HCCE Manager" => It's Vela now
Same comment at line 31

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@alsala alsala requested review from andreanistico and saratnt March 16, 2026 09:25
@alsala
Copy link
Contributor Author

alsala commented Mar 16, 2026

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.

Agree, modified admincli tool accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants