Add support for a default LMCONFIG file location at ~/.lmctl/config.yaml
When the LMCONFIG env var is not set (and any --config options have not been used) then lmctl will look for a file at this location, raising an error if not found.
Also useful to include a command to create an initial configuration file on behalf of the user (although they will have to fill it out with their environment details anyway).
Add support for a default LMCONFIG file location at
~/.lmctl/config.yaml
When theLMCONFIG
env var is not set (and any --config options have not been used) then lmctl will look for a file at this location, raising an error if not found.