Version 0.14.0
⭐ Features
Project Commands
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
docsdirectory linked to https://docs.onflow.org/flow-cli (#56) @psiemens - Added documentation for project commands (#57) @psiemens, @sideninja