⬆️ Install or Upgrade
To install or upgrade to the latest version of the Flow CLI, please follow the Flow CLI installation guide.
🚀 What's New
Consolidation of add
Command into install
We've streamlined the Dependency Manager by consolidating the add
command into the install
command. This change simplifies dependency management by providing a single, more powerful command for handling dependencies.
What Changed
- The
add
command is now deprecated and its functionality is merged intoinstall
. - You can now use
install
to add new dependencies directly, just like you did withadd
.
New Usage
flow dependencies install FlowToken
Install Multiple Dependencies at Once
The install
command now supports installing multiple dependencies in a single command, making it easier to manage several contracts simultaneously.
Example
flow dependencies install FlowToken NonFungibleToken
📚 Documentation
For detailed information on using the updated install
command and managing your dependencies, please refer to the Dependency Manager documentation.
🛠️ What's Changed
- Consolidate
add
withinstall
in Dependency Manager and allow multiple dependency installation by [@chasefleming](https://github.com/chasefleming) in [#1841](#1841) - Add deprecation message for
dev
command by [@chasefleming](https://github.com/chasefleming) in [#1799](#1799) - Bump
github.com/stretchr/testify
from1.9.0
to1.10.0
by [@dependabot](https://github.com/dependabot) in [#1844](#1844)
Full Changelog: v2.1.1...v2.2.0