- New command:
versionfor tm1cli version - Support
TM1_environment variables as alternative to config filedatabase.yaml
- Minor improvements in the readme
- New watch option for exists command, e.g:
cube exists <cube_name> --watch
- New command:
cube exists - New command:
view exists - New command:
dimension list - New command:
dimension exists - New command:
subset list - New command:
subset exists
- Improved testing
- New command:
cube list - New command:
view list
- Fix case error in util folder
- Added CI Job for linting
- Added CI Job for publishing to pypi
- Autoformat files
- Fix linting errors
- New command:
process dumpa process as yaml or json file - New command:
process loada process from a yaml or json file
The yaml representation uses multi-line strings for the script sections to make it easy to version your dumps with Git in a human-readable format.
- Improved cli helptexts
- Added beautiful badges in the readme file
- Added license file
- Various refactorings
- Add alias
procees lsforprocess list - New command:
whoami
- Renamed databases.template to databases.yaml.template
- Various refactorings
- Improved docs
- Configure multiple databases in one yaml configuration
- Specify database with the
-dor--databaseoption - New command: Get
threadsas json or as command line table - New command
process exists - New command
process list - New command
process clone - Formatting errors in red font
- .env configuration is replaced with yaml config
- Get TM1 Server Version with
tm1-version