Copying from the thread above: I've been wondering...
# 💻|contributing
s
Copying from the thread above: I've been wondering if we should rename the
run workflow
command to
workflow
instead of
run-workflow
in Bonsai. Feels more consistent with the rest of the CLI palette, and
run-workflow
just strikes me as inelegant.
c
Question, did we remove all the others "run *" subcommands?
s
Aye, we did.
To run e.g. a single test in interactive mode, we now just call
garden test some-test --interactive
(i.e. use the
--interactive
option, which is only valid when specifying a single test).
Same functionality with fewer commands, which will hopefully simplify things for newcomers.
a
I'd be okay with that rename
c
What if we just rename it to
garden run
or is it too generic?
a
garden run
is nowadays only used for the
Run
actions, which is the original reason for the moving and rename of
run-workflow
and agreed,
garden workflow
sounds like a good idea, an improvement over
garden run-workflow
i'll make a pr
c
right didn't think about that
2 Views