1604
Comment:
|
2583
mention lp-attach
|
Deletions are marked like this. | Additions are marked like this. |
Line 21: | Line 21: |
Provides a text-mode interactive controller for Launchpad bugs: | A set of client-side scripts for interacting with Launchpad. For example, '''bugclient''' provides a text-mode interactive controller for Launchpad bugs: |
Line 33: | Line 33: |
'''lp-attach''' lets you attach a file to a Launchpad bug from the command line. See also {{{capture-bug-counts.py}}}, which prints statistics about a project, and the [[http://bazaar.launchpad.net/~hydrazine-core/hydrazine/trunk/files|other scripts]] in Hydrazine. |
|
Line 43: | Line 47: |
== ssh-import-lp-id == || Homepage || https://launchpad.net/ssh-import || || Packaged || https://launchpad.net/~ssh-import/+archive/ppa/+packages || || Stability || new || This utility will securely contact Launchpad.net and retrieve one or more Launchpad user's public keys, and append these to the current user's ~/.ssh/authorized_keys file. It is quite useful in UEC and EC2 environments if you want to give another user access to the instance. {{{ ssh-import-lp-id [launchpad_id_1] [launchpad_id_2] [launchpad_id_3] ... }}} |
|
Line 45: | Line 60: |
There are more tools in the [[https://edge.launchpad.net/lpx|Launchpad Extensions]] project group. | See also: * The [[API/Uses]] page (which should probably be merged into here) * The [[https://edge.launchpad.net/lpx|Launchpad Extensions]] project group |
Launchpad Clients
These are programs you can run on your own computer to interact with Launchpad over the API.
Ground Control
Homepage |
|
Packaged |
|
Stability |
beta |
An integration project to bring easy access to launchpad to the desktop.
Hydrazine
Homepage |
|
Packaged |
not yet |
Stability |
beta |
A set of client-side scripts for interacting with Launchpad. For example, bugclient provides a text-mode interactive controller for Launchpad bugs:
hydrazine(edge) #526078> bug 526117 duplicate bug: 526117: want a way to propose merge of a new imported/mirror branch affects launchpad-code New Undecided tags: hydrazine(edge) #526117> duplicate 526116 marking 526117 as a duplicate of 526116 "want a way to propose merge of a new imported/mirror branch"
lp-attach lets you attach a file to a Launchpad bug from the command line.
See also capture-bug-counts.py, which prints statistics about a project, and the other scripts in Hydrazine.
iLaunchpad-shell
Homepage |
|
Packaged |
not yet |
Stability |
beta |
Customized ipython shell which makes testing and developing around the launchpad API real fun.
See this video for a small demo.
ssh-import-lp-id
Homepage |
|
Packaged |
|
Stability |
new |
This utility will securely contact Launchpad.net and retrieve one or more Launchpad user's public keys, and append these to the current user's ~/.ssh/authorized_keys file. It is quite useful in UEC and EC2 environments if you want to give another user access to the instance.
ssh-import-lp-id [launchpad_id_1] [launchpad_id_2] [launchpad_id_3] ...
More
See also:
The API/Uses page (which should probably be merged into here)
The Launchpad Extensions project group
If you've written or discovered a good Launchpad client, please add it to this page.