teapot-client r2 (See the current copy)

Simple command-line based interface to Teapot

"teapot-client" is a command-line interface to Teapot. It can be used to list or fetch Tcl extensions for a given platform.

Usage:

  1. Listing extensions:
    1. teapot-client list operating-system cpu-arch
    2. Lists extensions available for the specified operating system to stdout
  2. Fetching extensions:
    1. teapot-client get directory operating-system cpu-arch extensions...
    2. Fetches extensions specified and their dependencies (recursively) into directory/lib

Examples:

  1. Fetch "pki::pkcs11" extension and all its dependencies into "test/lib":

 $ mkdir test
 $ teapot-client get test linux x86 pki::pkcs11

  1. More complex example