AlgorithmsΒΆ

The commands available for algorithms are:

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

  Configuration and manipulation of algorithms

Options:
  --help  Show this message and exit.

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

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

$ beat algorithms list

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

$ beat algorithms list --remote