Renamed initialize functions from `Initialize*` to `New*`, return an error from them instead of using Fatal.
lmcli new
- Moved global `store` and `config` variables to cli.go - Add Fatal() function for outputting an error and exiting