File: lp-milestones.1

package info (click to toggle)
lptools 0.3.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 396 kB
  • sloc: python: 1,550; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH lp-milestones "1" "Oct 24 2012" "lptools"
.SH NAME
lp-milestones \- work with milestones in Launchpad

.SH SYNOPSIS
.B lp-milestones <\fIcommand\fR>

.SH DESCRIPTION
\fBlp-milestones\fR allows you to create, delete, and rename milestones, as well
as create a release from a milestone.

.SH OPTIONS
Listed below are the possible commands that can be passed to \fBlp-milestones\fR:
.TP
.BR help\ commands
List all supported commands
.TP
.B create <\fIprojectname\fR>/<\fIseriesname\fR>/<\fImilestonename\fR>
Create a milestone.
.TP
.B delete <\fIprojectname\fR>/<\fImilestonename\fR>
Delete a milestone. Note that this cannot delete a milestone with releases on it
(yet).
.TP
.B release <\fIprojectname\fR>/<\fImilestonename\fR>
Create a release from a milestone.
.TP
.B rename <\fIprojectname\fR>/<\fImilestonename\fR> <\fInewname\fR>
Rename a milestone.

.SH AUTHORS
\fBlp-milestones\fR was written by Robert Collins <robert.collins@canonical.com>,
and this manual page was written by Nathan Handler <nhandler@ubuntu.com>.