IBM / lmctl

Cloud Pak for Network Automation (CP4NA) (previously ALM/TNCO) command line tool
Apache License 2.0
4 stars 19 forks source link

Add command to remove environment from config file #150

Open dvaccarosenna opened 1 year ago

dvaccarosenna commented 1 year ago

Is your feature request related to a problem? Please describe. Users can mostly manage their LMCTL config file without having to open the file in an editor. New environments can be added with lmctl login and the active environment can be changed with lmctl use env. However, there's no command to remove an environment. This requires finding and modifying the config file.

Describe the solution you'd like Introduce lmctl delete env command. Should allow a user to delete the active environment as well.