#237 closed enhancement (worksforme)
extend chicken-install functionality
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | not urgent at all | Milestone: | |
Component: | core tools | Version: | 4.5.0 |
Keywords: | chicken-install | Cc: | |
Estimated difficulty: | medium |
Description
Stephen Eilert suggested the following:
-update-all: this would update all installed eggs to their newest versions.
-outdated: Instead of blindly updating, you'd be able to check which
eggs are out-of-date
-list [name]: This would query the eggs available, preferably with a
quick summary (similar to the current eggs page). The optional name
argument would allow a filter.
-stale: Got the idea from rubygems. It would basically list the local
eggs with their last atime. Might be helpful for when we reach a
thousand gems ;)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 8 years ago by
Estimated difficulty: | → medium |
---|
comment:3 Changed 19 months ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:4 Changed 19 months ago by
There's also the chicken-update
egg by dieggsy: https://wiki.call-cc.org/eggref/5/chicken-update
Note: See
TracTickets for help on using
tickets.
A plain
chicken-install -list
has now been implemented in the "experimental" branch [fddf8a7c1].