elhaz daemon remove¶
Synopsis¶
elhaz daemon remove [OPTIONS]
Description¶
Remove an active session from the daemon’s session cache. The corresponding config file is not affected.
The daemon must be running before calling this command.
Options¶
--name,-nNAMESession name. If omitted, an interactive selection prompt lists active sessions from the daemon’s cache.
--helpShow help message and exit.
Examples¶
Remove a session by name:
elhaz daemon remove -n prod
Select a session to remove interactively:
elhaz daemon remove