Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Releases: estuary/flowctl

v0.1.2

29 Jul 13:45
Compare
Choose a tag to compare

Changelog:

  1. Update postgrest to include a fix that allows for fetching catalogs that include special postgrest characters .:(),

v0.1.1

21 Jul 14:34
Compare
Choose a tag to compare

This is the first official beta release of flowctl, the command-line client for Estuary Flow.

To install flowctl, simply download the correct binary for your system, make it executable, and place it anywhere on your PATH. For example:

On Macs, download flowctl-multiarch-macos, then:

chmod +x ~/Downloads/flowctl-multiarch-macos
mv ~/Downloads/flowctl-multiarch-macos /usr/local/bin/flowctl

On Linux, download flowctl-x86_64-linux, then:

chmod +x ~/Downloads/flowctl-x86_64-linux
sudo mv ~/Downloads/flowctl-x86_64-linux /usr/local/bin/flowctl

v0.1.0-test

18 Jul 04:33
Compare
Choose a tag to compare
v0.1.0-test Pre-release
Pre-release

test release to try out artifact builds