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 -p staging|prod|local

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

FLAGS
  -p, --profile=<option>  (required) Bloom database profile
                          <options: staging|prod|local>

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 -p staging|prod|local

ARGUMENTS
  FILEPATH  yaml file containing a list of species to add

FLAGS
  -p, --profile=<option>  (required) Bloom database profile
                          <options: staging|prod|local>

DESCRIPTION
  add several new species to the database

bloom species list #

list species in the database

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

FLAGS
  -p, --profile=<option>  (required) Bloom database profile
                          <options: staging|prod|local>
  -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