Skip to content

Commit 97ea427

Browse files
author
gregorgololicic
committed
Readme
1 parent c75da2a commit 97ea427

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

Readme.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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).

flow

21 MB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)