Skip to content

Releases: jacksmith15/workspace-cli

0.3.1

22 Dec 17:08
Compare
Choose a tag to compare

0.3.1 - 2021-12-22

Fixed

  • Removed extra period in an error message.
  • Don't attempt to parse subprocess output according to theme. Add helpers for escaping text before formatting.

0.3.0

22 Dec 17:07
Compare
Choose a tag to compare

0.3.0 - 2021-12-02

Added

  • Some automatic template variables can now be included: workspace_project_path and workspace_project_name.

0.2.0

23 Nov 22:21
Compare
Choose a tag to compare

0.2.0 - 2021-11-23

Changed

  • run and list 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 commands
    • workspace run will still run a command in every project

0.1.0

01 Nov 18:47
Compare
Choose a tag to compare

0.1.0 - 2021-11-01

Added

  • Project started :)
  • Added initial feature-set:
    • Create and add projects to a workspace
    • Inspect inter-dependencies between projects
    • Run commands over multiple projects (serial or parallel)
    • Use custom templates
    • Add plugins containing custom project type adapters