exasol / script-languages-container-ci

Contains Python project to run Script-Languages-Container CI Builds
MIT License
0 stars 0 forks source link

Use the exaslct python api instead of the cli commands #4

Closed tomuben closed 1 year ago

tomuben commented 2 years ago

Background

With https://github.com/exasol/script-languages-container-tool/issues/124 we have plain Python functions for all exaslct commands and don't need to use the click commands (For which we need the Click Context workaround).

Acceptance Criteria

Call directly the Python methods, instead of invoking the click commands.

Depends

Depends on https://github.com/exasol/script-languages-container-tool/issues/124