Flow CLI
Version 0.8.0
The Flow CLI is a command-line interface that provides useful utilities for building Flow applications.
Installation
The Flow CLI can be installed on macOS, Linux and Windows:
Linux and macOS
This installation method only works on macOS/x86-64 and Linux/x86-64 architectures.
This script downloads and installs the appropriate binary for your system:
sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
Windows
This installation method only works on Windows 10, 8.1, or 7 (SP1, with PowerShell 3.0), on x86-64.
Open PowerShell (Instructions)
In PowerShell, run:
iex "& { $(irm 'https://storage.googleapis.com/flow-cli/install.ps1') }"
Upgrading an existing installation
Simply re-run the installation commands above.
Changelog
Version 0.8.0
Version 0.7.0
- Upgrade Flow Emulator to v0.7.0