Version 0.8.0
The Flow CLI is a command-line interface that provides useful utilities for building Flow applications.
The Flow CLI can be installed on macOS, Linux and Windows:
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)"
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') }"
Simply re-run the installation commands above.
- Upgrade Flow Emulator to v0.7.0