release-notes-v21
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
💥 Breaking Changes
Flow Go SDK Update
Update Flow Go SDK version from v0.19.0 to v0.20.0. Read more about new version in the release notes.
⭐ Features
New Command To Manage Configuration
Add or remove resources from the configuration using the new flow config
command.
Usage is possible via interactive prompt or by using flags. Command syntax is as follows:
Example for adding an account to the config via interactive prompt:
Example for adding an account to the config without interactive prompt:
We recommend using manage command to do any changes in the configuration as it will also validate input values for you and will abstract any changes in the configuration format.
Decode Keys
Command for decoding public keys in the RLP encoded format.
Example of using the command:
🎉 Improvements
Include And Exclude Flags
Include and Exclude flags were added to the transaction and account resource thus allowing you to further specify verbosity of the output.
Documentation Changes
Multiple reported documentation fixes.
🐞 Bug Fixes
Import Detection Fix
Fix for a reported bug: An error occurs when executing a script that imports a built-in contract (Crypto contract) with Flow CLI command.