Releases: nwidger/lighthouse
Releases · nwidger/lighthouse
v0.4.2
v0.4.1
v0.3.1
v0.4.0
v0.3.0
v0.2.0
This release adds the remaining functionality from the Lighthouse API:
- Commands now support using names/titles to identify resources in addition to IDs. For example,
lh get milestone "My Milestone"
can now be used instead oflh get milestone 8854
. When identifying users, lookup is case insensitive and users can be identified using only their first name. - Add
lh create
,lh delete
andlh update
commands. - Add
lh get project
command. - Renamed
lh list memberships
command tolh get project --memberships
. - Support downloading ticket attachments with
lh get ticket --attachment
command.