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 Example: $ beat algorithms...
  create   Creates a new local algorithm Example: $ beat algorithms create...
  diff     Shows changes between the local algorithm and the remote version...
  edit     Edit local algorithm file Example: $ beat algorithms edit xxx
  execute  Execute an algorithm following instructions in a JSON file...
  fork     Forks a local algorithm Example: $ beat algorithms fork xxx yyy
  list     Lists all the algorithms available on the platform Example: $...
  path     Displays local path of algorithm files Example: $ beat
           algorithms...
  pull     Downloads the specified algorithms from the server Example: $...
  push     Uploads algorithms to the server Example: $ beat algorithms push...
  rm       Deletes a local algorithm (unless --remote is specified)
           Example:...
  status   Shows (editing) status for all available algorithms Example: $...
  version  Creates a new version of an existing algorithm Example: $ beat...

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