Skip to content
Harald Sitter edited this page Mar 2, 2016 · 1 revision

To interact with launchpad a token needs to be set (for r/w operations anyway). Easiest way to do this is to run a ruby prompt via

irb

and then running the following in that prompt

require_relative 'ci-tooling/lib/lp'
Launchpad.authenticate

this will tell you to go to some URL and authenticate write access and enter 'done' when done.

To leave the prompt CTRL-D.

If the auth was successful you should have ~/.conf/lp-tokens.json.

Clone this wiki locally