Forrest logo
back to context overview

flow

List of commands for flow:

  • flow:tldr:cff54 flow: Run a flow check.
    $ flow
    try on your machine
    explain this command
  • flow:tldr:d289a flow: Check which files are being checked by flow.
    $ flow ls
    try on your machine
    explain this command
  • flow:tldr:f5c29 flow: Display line-by-line type coverage stats.
    $ flow coverage --color ${filename-jsx}
    try on your machine
    explain this command
  • flow:tldr:fd58c flow: Run a type coverage check on all files in a directory.
    $ flow batch-coverage --show-all --strip-root ${path-to-directory}
    try on your machine
    explain this command
back to context overview