Version 0.14.0
⭐ Features
Project Commands
#42, #64, #54 by @sideninja, @psiemens
This update includes the flow project
command group, a new experimental feature that makes it easier to develop Flow dapps with the CLI.
The initial release includes the following commands:
flow projects init
- Documentation & Examplesflow projects deploy
- Documentation & Examplesflow projects start-emulator
🛠 Improvements
- Added scripts to run the CLI using
go run
(#53) @turbolent
📖 Documentation
- Added
docs
directory linked to https://docs.onflow.org/flow-cli (#56) @psiemens - Added documentation for project commands (#57) @psiemens, @sideninja