Add `meltano schedule run <name>` to run a named schedule
This would be equivalent to running `meltano schedule list --format=json`, taking the desired schedule's `elt_args`, and running `meltano elt <elt_args>` with the configured `env`.
issue