Summary
extend chicken-install functionality
Metadata
- Id: 8c3c4bfbec5252fce21f29ea86f62e9a55884399
- Trac id: 237
- Type: enhancement
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty: medium
- Resolution: worksforme
- Priority: not urgent at all
- Milestone:
- Version: 4.5.0
- Changetime: 2023-06-03 22:36:01 UTC
- Created: 2010-05-15 23:33:07 UTC
- Keywords: chicken-install
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 ;)
Changes and comments
[2011-06-14 09:50:26 UTC] felix wrote:
A plain `chicken-install -list` has now been implemented in the "experimental" branch [[fddf8a7c1]|].
[2016-08-25 20:53:40 UTC] sjamaan set difficulty to medium
[2023-06-03 12:11:17 UTC] felix changed status from new to closed
[2023-06-03 12:11:17 UTC] felix set resolution to worksforme
[2023-06-03 22:36:01 UTC] siiky wrote:
There's also the chicken-update egg by dieggsy: https://wiki.call-cc.org/eggref/5/chicken-update