LibrariesΒΆ

The commands available for libraries are:

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

  Configuration and manipulation of libraries

Options:
  -h, -?, --help  Show this message and exit.

Commands:
  check    Checks a local asset for validity.
  create   Creates a new local asset.
  diff     Shows changes between the local asset and the remote version...
  edit     Edit local asset file Example: $ beat <asset_type> edit xxx
  fork     Forks a local asset Example: $ beat <asset_type> fork xxx yyy
  list     Lists the assets of this type available on the platform.
  path     Displays local path of asset files Example: $ beat <asset_type>...
  pull     Downloads the specified libraries from the server Example: $
           beat...

  push     Uploads asset to the server Example: $ beat algorithms push...
  rm       Deletes a local asset (unless --remote is specified) Example: $...
  status   Shows (editing) status for all available items of asset type...
  version  Creates a new version of an existing asset Example: $ beat...

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

$ beat libraries list

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

$ beat libraries list --remote