Flow CLI brings Flow to your terminal. Easily interact with the network and build your dapps.
Read the docs»
Report Bug
·
Contribute
·
Read Guidelines
To install the Flow CLI, follow the installation instructions on the Flow documentation website.
You can find the CLI documentation on the CLI documentation website.
The Flow CLI is a command line tool that allows you to interact with the Flow blockchain. Read about supported commands in the CLI documentation website.
Usage:
flow [command]
Available Commands:
accounts Utilities to manage accounts
blocks Utilities to read blocks
cadence Execute Cadence code
collections Utilities to read collections
config Utilities to manage configuration
emulator Starts the Flow emulator server
events Utilities to read events
help Help about any command
init Initialize a new configuration
keys Utilities to manage keys
project Manage your Cadence project
scripts Utilities to execute scripts
status Display the status of the Flow network
transactions Utilities to send transactions
version View version and commit information
The Flow CLI includes several commands to interact with Flow networks, such as querying account information, or sending transactions. It also includes the Flow Emulator.
Read contributing document.