Skip to content

v2.7.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 19:15
· 293 commits to refs/heads/master since this release
8ee31d0

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

⭐ Features

Deployment account flag for dependency installation (#2074) @chasefleming

The flow dependencies install command now supports a --deployment-account (or shorthand -d) flag.
This feature skips the usual interactive deployment prompts and automatically installs dependencies into the specified deployment account.

Example:

flow dependencies install ExampleContract --deployment-account emulator-account

or using shorthand:

flow dependencies install ExampleContract -d emulator-account

🛠 Improvements