Expand description
credentials CLI subtree — list / add / remove / test / doctor.
Backed by App::credentials_provider (see
rtb_app::credentials::CredentialProvider) and
rtb-credentials’s Resolver / KeyringStore. Honours the
global --output text|json flag for the structured-data leaves
(list, test, doctor); add and remove are interactive
and ignore it.
§Lint exception
linkme::distributed_slice emits #[link_section] which Rust
1.95+ flags under unsafe_code. Allowed at module level — no
hand-rolled unsafe blocks anywhere in the module.
Structs§
- Credentials
Cmd - The
credentialssubcommand.