This repository was archived by the owner on Sep 16, 2025. It is now read-only.
Releases: Upsolver/cli
Releases · Upsolver/cli
Release v0.6.4
CHANGLOG: 0.6.4
Release v0.6.3
CHANGLOG: 0.6.3
Release v0.6.2
Github release workflow - Fixed generate brew formula call Fixed the artifact path
Release v0.6.1
v0.6.1
- Bumped python version to 3.10 in brew formula
Release v0.6.0
v0.6.0
- Don't allow to run queries on the authentication API, which is not suitable for that.
- Make all arguments optional on every command.
- Add AUTH_API_URL environment variable to be able to configure the authentication API URL in different environments.
- Require --force flag to overwrite an existing profile.
Release v0.5.0
v0.5.0
- Display help message when trying a command without arguments.
- Increase timeout in
executecommand from 10s to 30s. - Remove redundant flags in
executecommand: dry-run & ignore-errors.
Release v0.4.0
v0.4.0
- Removed the option to execute more than one SQL statement at a time for robustness. It's still possible to execute multiple statements by calling the
upsolvercommand multiple times.
Release v0.3.0
v0.3.0
- Refactor
configureandexecutecommands. - Remove support from legacy commands.
Release v0.2.1
Fixed brew formula to also use python 3.8
Release v0.2.0
Poetry: Upgrade version This is because poetry 1.1.x and removes setuptools which fails the build