Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 22:49
aeac68a

⬆️ 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 into install.
  • You can now use install to add new dependencies directly, just like you did with add.

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

Full Changelog: v2.1.1...v2.2.0