I would love to have `dagit` to start the dagster ...
# dagster-feedback
c
I would love to have
dagit
to start the dagster daemon for me when running locally. It would make local dev easier to run with just one command instead of two. Or maybe something like
dagit --start-daemon
.
o
hi @Chris Histe! There's actually a new
dagster dev
command for precisely this purpose: https://docs.dagster.io/concepts/ops-jobs-graphs/job-execution#dagit. It should work as essentially a drop-in replacement for
dagit
i.e.
dagit -f my_file.py
->
dagster dev -f my_file.py
whoops did not read one line below this haha