Update on Cadence 1.0

Outdated

A new version of the Flow CLI with for Cadence 1.0 M4 is now available:
Release v1.12.0 (Cadence v1.0.0-M4) 2 ยท onflow/flow-cli ยท GitHub

To install, run the below command:

  • Linux/macOS

    sudo sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.12.0-cadence-v1.0.0-M4-2
    
  • Windows (in PowerShell):

    iex "& { $(irm 'https://raw.githubusercontent.com/onflow/flow-cli/master/install.ps1') } v1.12.0-cadence-v1.0.0-M4-2"
    
6 Likes