Releases: jacksmith15/workspace-cli
Releases · jacksmith15/workspace-cli
Release list
0.3.1
0.3.0
0.3.0 - 2021-12-02
Added
- Some automatic template variables can now be included:
workspace_project_pathandworkspace_project_name.
0.2.0
0.2.0 - 2021-11-23
Changed
runandlistare 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 runwill not run any commandsworkspace runwill still run a command in every project
0.1.0
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