elhaz config remove¶
Synopsis¶
elhaz config remove [OPTIONS]
Description¶
Delete a config from the local config store. A confirmation prompt is shown before the file is removed. This operation cannot be undone.
Note
Removing a config does not remove the corresponding session from the daemon’s cache. Use elhaz daemon remove to remove the session from the daemon separately.
Options¶
--name,-nNAMEConfig name. If omitted, an interactive selection prompt is shown.
--helpShow help message and exit.
Examples¶
Remove a config by name:
elhaz config remove -n prod
Select a config to remove interactively:
elhaz config remove