* Fixed date output for the command `describe-schedules`
* Sorted commands in help in ascending alphabetical order
* Clarified help for report commands (tags examples)
* Added check for duplicate keys
* Fixed cloud parameter in `create-schedule` command
* Parameter `sheduleName` in `create-schedule` command was removed, `sheduleName` consists of `displayName` and `region`
* Added validation for defis in full(--) and alias(-) options
* Added possibility to specify a region in `total-report` command
* Added possibility to specify a report format in `resource-report` command
* Added parameter `--full_help` for complete help message and `--help` parameter for abbreviated description
* Added possibility to set credentials non-interactively using the following command:
m3 access --access_key {your_access_key} --secret_key {your_secret_key} --api_address {api_address}
* Added version checking
* Removed `params_set.ini`. The default values are now stored in the credentials file in format `parameter: value`
* Added health-check after setting credentials using `m3 access`
* Added possibility to specify secured parameters in `commands_def.json`
* Added `--verbose` parameter to write logs in m3cli.log file
* `--reportUnit` option was removed from report commands and generates automatically
* `--fileName` parameter in `remove-script` command accept list of file names
* Updated the required Python version to 3.8+