Releases: jacksmith15/workspace-cli
Releases · jacksmith15/workspace-cli
0.3.1
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
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
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
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