https://garden.io logo
Copying from the thread above I ve been
s

swift-garage-61180

05/04/2023, 2:36 PM
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

chilly-gigabyte-83853

05/04/2023, 2:49 PM
Question, did we remove all the others "run *" subcommands?
s

swift-garage-61180

05/04/2023, 5:04 PM
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

alert-helicopter-61082

05/04/2023, 6:34 PM
I'd be okay with that rename
c

chilly-gigabyte-83853

05/05/2023, 6:33 AM
What if we just rename it to
garden run
or is it too generic?
a

ancient-diamond-80011

05/05/2023, 7:05 AM
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

chilly-gigabyte-83853

05/05/2023, 8:06 AM
right didn't think about that