DataformatsΒΆ

The commands available for data formats are:

$ beat dataformats --help
Usage: beat dataformats [OPTIONS] COMMAND [ARGS]...

  Configuration manipulation of data formats

Options:
  --help  Show this message and exit.

Commands:
  check    Checks a local dataformat for validity Example: $ beat...
  create   Creates a new local dataformat Example: $ beat dataformats
           create...
  diff     Shows changes between the local dataformat and the remote
           version...
  edit     Edit local dataformat file Example: $ beat df edit xxx
  fork     Forks a local dataformat Example: $ beat dataformats fork xxx yyy
  list     Lists all the dataformats available on the platform Example: $...
  path     Displays local path of dataformats files Example: $ beat...
  pull     Downloads the specified dataformats from the server Example: $...
  push     Uploads dataformats to the server Example: $ beat dataformats...
  rm       Deletes a local dataformat (unless --remote is specified)...
  status   Shows (editing) status for all available dataformats Example: $...
  version  Creates a new version of an existing dataformat Example: $ beat...

For instance, a list of the data formats available locally can be obtained as follows:

$ beat dataformats list

A list of the data formats available on the remote platform can be obtained by running the following command:

$ beat dataformats list --remote