This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
v0.1.1
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