Hey everyone! Users wanting to install the latest versions of the Cadence 1.0 CLI can now do so as follows:
Linux/macOS
sudo sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.sh)"
Windows (in PowerShell):
iex "& { $(irm 'https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.ps1') }"
The Cadence 1.0 CLI will now be available on your system as flow-c1
. You can interact with this CLI using this command, i.e.
flow-c1 help
Any existing previous Flow CLI installation will still remain available via the flow
command.
You may upgrade your flow-c1
CLI installation at any time by running the installation command again.