github.com/aeternity/aepp-sdk-go@v1.0.3-0.20190606142815-1c0ffdc21fd9/doc/cli/aecli_chain_play.md (about) 1 ## aecli chain play 2 3 Query the blocks of the chain one after the other 4 5 ### Synopsis 6 7 Query the blocks of the chain one after the other 8 9 ``` 10 aecli chain play [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --height int Start playing the chain at 'height' 17 -h, --help help for play 18 --limit int Print at max 'limit' generations 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 -c, --config string config file to load (defaults to $HOME/.aeternity/config.yaml 25 --debug enable debug 26 --json print output in json format 27 ``` 28 29 ### SEE ALSO 30 31 * [aecli chain](aecli_chain.md) - Query the state of the chain 32 33 ###### Auto generated by spf13/cobra on 19-Sep-2018