summaryrefslogtreecommitdiff
path: root/src/vyconf_cli.ml
AgeCommit message (Collapse)Author
2026-03-04T8313: add copy/rename client methodsJohn Estabrook
2025-12-05T8074: drop vyconf_cli options that are handled by vyconf_cli_compatJohn Estabrook
2025-12-05T8074: minor fixes for vyconf_cli for parity with vyconf_cli_compatJohn Estabrook
2025-09-10T7737: add user and sudo_user fields to session for use in commitJohn Estabrook
Add optional protobuf fields to convey environment variables USER and SUDO_USER, as needed for some config_mode scripts. Add non-option fields to the session record type, defaulting to the empty string.
2025-07-06T7374: close session to avoid stale dataJohn Estabrook
2025-05-27T7374: add executable to replace legacy my_* cli toolsJohn Estabrook
Add framework and initial replacements vy_set, vy_delete, vy_discard, and the utility vy_session_changed.