File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Flow CLI
2+ Flow CLI is a command line tool to interact with flow emulator and query data.
3+
4+ ## Usage
5+ ``` bash
6+ flow < command> < subcommand> [flags]
7+ ```
8+
9+ ### Core Commands
10+ ``` bash
11+ account: Query account data from Flow
12+ config: Configure CLI properties (such as API of emulator)
13+ help: Help about any command
14+ version: Show version information
15+ ```
16+
17+ ### Examples
18+ ``` bash
19+ $ flow account get " 01cf0e2f2f715450" # get all account information
20+ $ flow account get " 01cf0e2f2f715450" --filter address # get only account address
21+ $ flow account get " 01cf0e2f2f715450" --json # get all account information in JSON
22+ $ flow config
23+ ```
24+
25+ ## Demo
26+ [ ![ asciicast] ( https://asciinema.org/a/badcgVvoh6BjHlOGKHqK2jgaN.svg )] ( https://asciinema.org/a/badcgVvoh6BjHlOGKHqK2jgaN )
27+
28+ # Instalation
29+
30+ Download a binary for your OS at the [ releases page] ( https://github.com/sideninja/flow-cli ) .
File renamed without changes.
You can’t perform that action at this time.
0 commit comments