Outdated
A new version of the Flow CLI preview build for Cadence 1.0, is now available (v1.5.0-stable-cadence.2
). This latest preview build includes the following major features, that were not included in the previous build:
- “Account Access Got Improved”
- “External Mutation Got Improved”
- “Nested Type Requirements Got Removed”
To install use the below commands:
Linux/macOS
sudo sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.5.0-stable-cadence.2
Windows (in PowerShell):
iex "& { $(irm 'https://raw.githubusercontent.com/onflow/flow-cli/master/install.ps1') } v1.5.0-stable-cadence.2"