Outdated
A new version of the Flow CLI preview build (M1) for Cadence 1.0 is now available: Release v1.9.2 (Cadence 1.0 M1) ยท onflow/flow-cli ยท GitHub
This preview release now contains all changes and features of Cadence 1.0.
To install, run the below command:
-
Linux/macOS
sudo sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.9.2-stable-cadence.1
-
Windows (in PowerShell):
iex "& { $(irm 'https://raw.githubusercontent.com/onflow/flow-cli/master/install.ps1') } v1.9.2-stable-cadence.1"