Releases: peterschwps/SAP-Datasphere-CLI
Releases · peterschwps/SAP-Datasphere-CLI
Release list
v0.4.0
v0.3.2
v0.3.1
v0.3.0
0.3.0 (2026-07-07)
Features
- added file-backed action wrappers (3316648)
Refactoring
- made settings and logging setup explicit (1df05ac)
- moved the api layer into the datasphere-api library (2ccdb52)
- ran menu actions through the datasphere-api client (de3b47b)
- removed embedded datasphere api layer (65b3237)
Continuous Integration
- added release-please and pypi release pipeline (0ad3b9b)
v0.2.1
build: added option to start workflow manually
v0.2.0
feat: added TUI with Textual (#7) * build: added Textual * style: added ASCII logo * feat: added Textual screen with header and footer; added menu handler * chore: added missing init * refactor: changed name of .tcss file * feat: added ParamScreen and ExecutionScreen needed to execute any menu options * style: changed color codes of logging levels to match official SAP color palettes * refactor: added logic to start Textual app * refactor: improved order * refactor: removed old menu as it is not needed anymore * style: changed comment * fix: fixed log level CRITICAL not being displayed correctly * style: added style to error message of the ExecutionScreen * style: added additional log statement for more clarity * style: changed hex code for errors * feat: added editor to change the settings from the CLI * refactor: changed globals to class attributes to enable reloading the config after editing the settings file * refactor: changed naming convention of SETTINGS_FILE variable * chore: added styles for the in-app settings editor * build: bumped minor version * build: moved textual-dev to dev dependency group --------- Co-authored-by: Peter Schwips <p.schwips@nbb-netzgesellschaft.de>
v0.1.1
Merge branch 'main' of https://github.com/peterschwps/SAP-Datasphere-…