Skip to content

Releases: onflow/flow-cli

v2.7.2

25 Sep 05:32
7976228

Choose a tag to compare

⬆️ Install or Upgrade

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

🛠 Improvements

v2.7.2-preview

25 Sep 03:32

Choose a tag to compare

v2.7.2-preview Pre-release
Pre-release

Preiew release with latest scheduled tx

v2.7.1

23 Sep 19:15
8ee31d0

Choose a tag to compare

⬆️ 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

v2.7.0

20 Sep 00:36
b49261c

Choose a tag to compare

⬆️ Install or Upgrade

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

⭐ Features

Query a system transaction (optionally by ID)

You can now retrieve the system transaction for any block, with optional filtering by transaction ID—part of the upcoming Forte upgrade.

Syntax

flow transactions get-system <block_id|latest|block_height> [tx-id]

Examples

# Get the system transaction for the latest block
flow transactions get-system latest

# Get the system transaction for the latest block, filtered by a specific tx ID
flow transactions get-system latest 07a8...b433

(#2077) @jribbink GitHub


(#2077) @jribbink GitHub

List accounts with validity, network & balance

A new command shows the configured accounts along with whether they're valid, which network they target, and their current balance.

Example:

flow accounts list

(#2082) @chasefleming GitHub

🛠 Improvements

Dark terminal readability

Updated to a brighter default font color to improve readability in dark terminals.

(#2078) @chasefleming GitHub

Input prompt polish

Fixed a cutoff placeholder on the project-name text-input prompt.

(#2079) @chasefleming GitHub

Funding tip

Added a helpful tip to guide users on funding accounts.

(#2083) @chasefleming GitHub

🐞 Bug Fixes

No new user-facing bug fixes in this release.


Full Changelog: v2.6.1...v2.7.0

v2.6.1

18 Sep 16:56
c15e260

Choose a tag to compare

⬆️ Install or Upgrade

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

⭐ Features

Account funding by name

The flow account fund command now accepts account names defined in flow.json, making it easier to fund an account.

Example:

flow accounts fund bob

(#2054) @chasefleming

Smarter testnet funding

When no address is provided, the flow accounts fund command now prompts you to select a testnet account from your configuration.

(#2053) @chasefleming

DeFi Actions in Dependency Manager

Added support for installing DeFi Actions contracts through the Dependency Manager and flow init.

Example:

flow dependencies install DeFiActions DeFiActionsUtils

(#2046) @chasefleming

🛠 Improvements

Scrollable dependency selection

Added a scrollable list in the terminal to make navigating and selecting dependencies easier.

(#2046) @chasefleming

Directory resolution in init

flow init now correctly resolves directories, including relative paths like . or ...

Example:

flow init .

(#2055) @jribbink

Dependency updates

Other improvements

🐞 Bug Fixes

Windows release

Fixed an issue that prevented Windows releases from building successfully.

(#2057) @jribbink

v2.6.0

11 Sep 15:59
ed8594f

Choose a tag to compare

⬆️ Install or Upgrade

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

⭐ Features

🛠 Improvements

v2.5.0

20 Aug 16:58
e3c58fa

Choose a tag to compare

⬆️ Install or Upgrade

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

What's Changed

  • Bump actions/checkout from 3 to 5 by @dependabot[bot] in #2007
  • Bump github.com/getsentry/sentry-go from 0.34.1 to 0.35.0 by @dependabot[bot] in #2004
  • Bump github.com/onflow/flow-evm-gateway from 1.1.2-0.20250611145322-595a1b2e4ec9 to 1.2.0-rc.3-experimental.0 by @dependabot[bot] in #2001
  • Fix imports whitelist in cursor ignore generated project file by @chasefleming in #2014
  • Refactor: replace Split in loops with more efficient SplitSeq by @youzichuan in #2010
  • Bump github.com/getsentry/sentry-go from 0.35.0 to 0.35.1 by @dependabot[bot] in #2015
  • Deprecate scaffold command by @nialexsan in #1859

Full Changelog: v2.4.1...v2.5.0

v2.4.1

12 Aug 20:10
6fdde4d

Choose a tag to compare

What's Changed

  • Update Flow Emulator & Flowkit Dependencies to Latest Versions by @jribbink in #2009

Full Changelog: v2.4.0...v2.4.1

v2.4.0

08 Aug 16:13
1a2b0b4

Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in #2002
  • Update Flow Emulator to Include Scheduled Callbacks Beta by @jribbink in #2006

Full Changelog: v2.3.1...v2.4.0

v2.3.1

28 Jul 16:21
34ae5b6

Choose a tag to compare

⬆️ Install or Upgrade

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

What's Changed

Full Changelog: v2.3.0...v2.3.1