flow-cli

CLI for building, testing, and deploying Flow blockchain applications

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface that provides utilities for building Flow applications

Commands

flow

Examples

Initialize a new Flow project$ flow init
Deploy a smart contract to the Flow network$ flow accounts add-contract MyContract ./contracts/MyContract.cdc
Run tests for your Flow project$ flow test