Release Notes
Upgrading
To upgrade Gameta to the latest version, use pip:
pip install -U gameta
You can determine your currently installed version using gameta --version
:
gameta --version
Maintenance team
The current members of the Gameta team.
Version 0.2.7 (2021-03-01)
- Hotfixes for various issues:
- Raise appropriate error codes link
Version 0.2.6 (2021-01-28)
- Hotfixes for various issues:
- Improving print statements from commands executed link
Version 0.2.5 (2020-11-16)
- Hotfixes for various issues:
- Description parameter affects
gameta cmd exec
Version 0.2.4 (2020-11-16)
Version 0.2.3 (2020-11-13)
- Added environment variable substitution for parameters and constants link
Version 0.2.2 (2020-11-11)
- Added Python 3 script execution functionality to
gameta apply
link - Added Python 3 script execution functionality to
gameta cmd
link - Updated documentation and README.md
Version 0.2.1 (2020-11-10)
- Hot fixes for various issues:
- Fixing bug where
gameta init
clears the entire .gitignore file link - Improving documentation
Version 0.2.0 (2020-11-10)
- Added functionality to extract and substitute environment variables link
- Added functionality to add, delete and substitute constants link
- Added functionality to print the current version of Gameta
- Added functionality to validate .meta file contents against a JSON Schema
- Updated documentation to present different CLI versions of Gameta
- Pretty print JSON output to .meta file link
Version 0.1.1 (2020-11-5) (Deprecated by 2021-1-1)
- Hot fixes for various issues:
- Handling of malformed .meta files link
- Params subgroup was not added link
- .gitignore was cleared when repos are added link
gameta sync
throws error if repos are already present link
Version 0.1.0 (2020-10-30) (Deprecated by 2021-1-1)
- Added init command to initialise an empty repository
- Added the sync command to sync changes locally
- Added the repo CLI commands to add, delete, update and list repositories
- Added the tags CLI commands to add and delete repository tags
- Added the params CLI commands to add and delete repository parameters
- Added the cmd CLI commands to add, delete, update, list and execute Gameta commands