Species

bloom species #

Manage species data.

bloom species create COMMON_NAME GENUS SPECIES IMAGE_PATH #

add a new species to the database

USAGE
  $ bloom species create COMMON_NAME GENUS SPECIES IMAGE_PATH

ARGUMENTS
  COMMON_NAME  common name
  GENUS        genus
  SPECIES      species
  IMAGE_PATH   a PNG image that depicts the species

DESCRIPTION
  add a new species to the database

bloom species create-bulk FILEPATH #

add several new species to the database

USAGE
  $ bloom species create-bulk FILEPATH

ARGUMENTS
  FILEPATH  yaml file containing a list of species to add

DESCRIPTION
  add several new species to the database

bloom species list #

list species in the database

USAGE
  $ bloom species list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml |  |
    [--csv | --no-truncate]] [--no-header | ]

FLAGS
  -x, --extended     show extra columns
  --columns=<value>  only show provided columns (comma-separated)
  --csv              output is csv format [alias: --output=csv]
  --filter=<value>   filter property by partial string matching, ex: name=foo
  --no-header        hide table header from output
  --no-truncate      do not truncate output to fit screen
  --output=<option>  output in a more machine friendly format
                     <options: csv|json|yaml>
  --sort=<value>     property to sort by (prepend '-' for descending)

DESCRIPTION
  list species in the database