Releases: jacksmith15/workspace-cli
Releases · jacksmith15/workspace-cli
0.3.1
<
8000
a data-hovercard-type="commit" data-hovercard-url="/jacksmith15/workspace-cli/commit/cb2bf2c30c36b1b5340bdde5ade9f15709629790/hovercard" href="/jacksmith15/workspace-cli/commit/cb2bf2c30c36b1b5340bdde5ade9f15709629790" data-view-component="true" class="Link Link--muted mb-2">
cb2bf2c
0.3.0
0.2.0
0.2.0 - 2021-11-23
Changed
run
andlist
are now no-ops when input is piped to the command, and no arguments are provided. Behaviour when providing regular arguments is unchanged. This makes these commands easier to chain in scripts. E.g.workspace reverse | workspace run
will not run any commandsworkspace run
will still run a command in every project