Skip to content

Latest commit

History

History
61 lines (36 loc) 路 2.15 KB

cli.md

File metadata and controls

61 lines (36 loc) 路 2.15 KB

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.

  1. Open PowerShell (Instructions)

  2. 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

  • Upgraded Cadence to v0.8.0
  • Upgraded Flow Emulator to v0.8.0

Version 0.7.0

  • Upgrade Flow Emulator to v0.7.0

Version 0.5.1

  • Upgraded Cadence to v0.5.1
  • Upgraded Flow Emulator to v0.5.1

Version 0.5.0

  • Upgraded Cadence to v0.5.0
  • Upgraded Flow Emulator to v0.5.0

Version 0.4.0

  • Upgraded Cadence to v0.4.0
  • Upgraded Flow Emulator to v0.4.0
  • Upgraded Cadence VS Code Extension to v0.4.0