canonical / canonical/workshop
workshop switch and "default" workshop
- Dominant language
- Go
- Stars
- 108
- Forks
- 17
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 40
Description
Maybe this is already a feature and I just missed it, and admittedly this is a very minor thing and just a "nice-to-have".
In a multi-workshop environment (multiple yamls under `.workshop`) it would be nice to have a way to "switch" between them and not have to specify the workshop name for every command.
e.g., something like
```
$ workshop list
WORKSHOP STATUS NOTES
noble Ready default
resolute Ready -
$ workshop run myaction
# runs in 'noble'
$ workshop switch resolute
resolute is now the default workshop
$ workshop list
WORKSHOP STATUS NOTES
noble Ready -
resolute Ready default
$ workshop run myaction
# runs in 'resolute'
```
Contributor guide
Assessment
This issue has not been assessed yet.