<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Subject: </th>
      <td>Pulp CLI changes</td>
    </tr>
    <tr>
      <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Date: </th>
      <td>Thu, 12 Aug 2010 13:53:22 -0400</td>
    </tr>
    <tr>
      <th nowrap="nowrap" valign="BASELINE" align="RIGHT">From: </th>
      <td>Pradeep Kilambi <a class="moz-txt-link-rfc2396E" href="mailto:pkilambi@redhat.com"><pkilambi@redhat.com></a></td>
    </tr>
    <tr>
      <th nowrap="nowrap" valign="BASELINE" align="RIGHT">To: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:mushroom-devel@redhat.com">mushroom-devel@redhat.com</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>FYI,

As part of the pulp cli split effort, I refactored the pulp-tools in two 
tools. Instead of '/usr/bin/pulp' you should now see,

/usr/bin/pulp-admin and /usr/bin/pulp-client.  I will update the cli 
wiki to reflect the latest functionality. Here is the gist of what these 
mean:

Pulp-client:
========
This is a consumer centric tool. So use this to,
 - register a consumer
 - list consumable repos
 - bind *this* consumer to a repo
 - list available errata
These directly use the consumer on disk. Currently this still expects a 
user/password. But this will change once an x509 certs used in place of 
a plain consumer id and we'll pass those as part of our proxy instead of 
username and password.

Pulp-admin:
========
This is an admin centric tool. Meaning any actions that require admin 
privileges will go in here. So all existing actions in pulp tool minus 
the ones above will be in this tool.

Lemme know if you have any questions,

~ Prad

</pre>
</body>
</html>