You are looking at historical revision 41248 of this page. It may differ significantly from its current revision.
chicken-update
A utility program for updating chicken eggs.
Usage
Usage: chicken-update [OPTION ...] All other options are passed directly to chicken-install. --unknown try updating eggs with unknown version --pin=REGEX pin eggs matching REGEX -h, --help Display this text
Calling chicken-update on it's on will check http://eggs.call-cc.org/rss-5.xml for new egg versions and run chicken-install if there's a new version available. By default, eggs with an unknown version are not updated. You can "pin" eggs to prevent them from being updated by passing a regular expression to the --pin option. Other options get passed to chicken-install.
Author
License
Public Domain
Version History
- 0.1.3
- Minor documentation update
- 0.1.2
- Argument parsing, pass options to chicken-install
- 0.1.1
- Version checking
- 0.1.0
- Initial release