This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from c3fe14110 Fix javadocs of `PolarisPrincipal.getPrincipalRoles()`
(#2752)
add 058f63aa0 fix(enhancement): squash commits (#2643)
No new revisions were added by this update.
Summary of changes:
client/python/cli/api_client_builder.py | 188 +++++++++++++++++++++
client/python/cli/command/profiles.py | 22 ++-
client/python/cli/constants.py | 5 +
client/python/cli/options/parser.py | 30 ++--
client/python/cli/polaris_cli.py | 142 ++--------------
client/python/generate_clients.py | 6 +-
.../in-dev/unreleased/command-line-interface.md | 7 +
7 files changed, 254 insertions(+), 146 deletions(-)
create mode 100644 client/python/cli/api_client_builder.py