Version 3 of teacup update

Updated 2008-04-05 13:53:01 by dkf

This teacup subcommand brings your locally-installed packages up to date, including fetching those packages that you don't have. Only fetches packages that can be used with Tcl installations it knows about.

Note that the current teacup has the following options that work with teacup update

  • --at - specify what repostory to use
  • --dry-run - just what would be done if the command actually executed
  • --http-proxy - specify the local http proxy
  • --only - limit what files are updated
  • --timeout - limit how long the update can execute before it will be terminated
  • -v - verbose output (note that the single dash is correct here)

DKF: If you cancel the update by pressing Control-C while it is running, you may need to use teacup regenerate to fix things before you can update again.