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

v0.1.1

Compare
Choose a tag to compare
@psFried psFried released this 21 Jul 14:34
· 1 commit to main since this release

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