v2.7.1
·
293 commits
to refs/heads/master
since this release
⬆️ 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-accountor using shorthand:
flow dependencies install ExampleContract -d emulator-account🛠 Improvements
- Update to latest version of scheduled callbacks (#2089) @jribbink
- Bump github.com/charmbracelet/bubbletea from 1.3.9 to 1.3.10 (#2084) @dependabot