Skip to content

Releases: onflow/flow-cli

Version 0.49.0

13 Apr 17:25
cfd3dc4
Compare
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

Enable coverage reporting for the emulator (#969) @m-Peter
The testing of Cadence code has been improved to support test coverage using the new coverage flag.

> flow test --cover test_script.cdc

Running tests...

Test results: "test_script.cdc"
- PASS: testSimpleScript
Coverage: 100.0% of statements

🛠 Improvements

  • Use the service account key for the accounts generated by flow dev command (#963) @chasefleming

  • Bump github.com/getsentry/sentry-go from 0.19.0 to 0.20.0 (#956) @dependabot

Version 0.48.0

31 Mar 19:14
0004f2c
Compare
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

Emulator snapshot management (#941) @bluesign
The new emulator snapshot command allows you to create a snapshot in your local blockchain history you can at any point jump back to. You can easily create a snapshot by running flow emulator snapshot create myInitState and then jump to that snapshot by running flow emulator snapshot load myInitState.

🛠 Improvements

🐞 Bug Fixes

📖 Documentation

Version 0.47.0

28 Mar 16:40
388ea9c
Compare
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

  • Enrich the flow test command with coverage features (#827) @m-Peter
  • Add simple NFT scaffold (#930) @nvdtf
  • Feature: Show contract diff on contract update deployment (#908) @chasefleming
  • Scaffolds within specified folders supporting Unity scaffold (#887) @sideninja

🛠 Improvements

🐞 Bug Fixes


Version 0.46.3

01 Mar 16:54
0b4ed75
Compare
Choose a tag to compare
Version 0.46.3 Pre-release
Pre-release

⬆️ Install or Upgrade

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

⭐ Features

🛠 Improvements

Version 0.45.1 with Cadence attachments and Dev Wallet v0.6.0

23 Feb 16:24
Compare
Choose a tag to compare

This is a development preview release that updates the Dev Wallet to v0.6.0 and builds on top of the Cadence preview release https://github.com/onflow/flow-cli/releases/tag/v0.45.1-cadence-attachments-3

This preview release does not imply any intent to ship these features, the Cadence team may decide to not include these features into Cadence.

Install this release using:

sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v0.45.1-cadence-attachments-dev-wallet

Version 0.46.2

22 Feb 17:49
aab8c71
Compare
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

📖 Documentation

Version 0.46.1

21 Feb 16:37
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

🐞 Bug Fixes

Version 0.46.0

20 Feb 17:04
821c2d2
Compare
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 creation using APIs (#853) @sideninja
    It's now even easier to create new accounts by running the accounts create command. There's no need to leave the terminal window and manually finish the process in the browser, it's all taken care for you by the CLI. Just run the command, choose a name and network and your account will be created, and saved to flow.json and even funded withing few seconds.

  • Specify the account key from a file location (#851) @sideninja
    A new security improvement that allows you to specify accounts keys as separate files. Simply use the new file key type like so:

    "alice": {
          "address": "0x01",
          "key": {
              "type": "file",
              "location": "./alice.pkey"
          }
    }

🛠 Improvements

  • Add identifier alias check in deployment (#862) @sideninja
  • Alternative to a required cadence folder when using dev command (#860) @sideninja
  • Bump github.com/getsentry/sentry-go from 0.13.0 to 0.18.0 (#846) @dependabot

Documentation

Version 0.45.4

14 Feb 17:59
b19fe33
Compare
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

Version 0.45.3

09 Feb 10:57
95bd20a
Compare
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

📖 Documentation