Releases: mitchty/open-webui-cli
Releases · mitchty/open-webui-cli
v0.1.2
Minor update, removes --port and other switches in lieu of simply URI/--uri. The default is http://localhost if not specified.
To update simply change what uri was, which was more fqdn to:
export URI=http(s)://example.tld:1234Other env vars remain the same.
Added --insecure to allow for ignoring remote ssl certificates.
v0.1.1
Rewrite most cli endpoints to allow for multiple inputs where it makes sense.
Added --collection to cli file upload to allow for an easier time to upload to a collection directly after creation.
v0.1.0
version 0.1.0 Including the workflow to build things as well. Nothing much is tested, expect a .1 release.