Is there a Drush or Bee command that works to run the install process on a new Backdrop site from the command line?

I believe that you can run the install process on a Drupal 7 site with drush. 

Comments

Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):

ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto

For more info, run:

bee help install