File: git-pw-bundle-create.1

package info (click to toggle)
git-pw 2.7.1-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 540 kB
  • sloc: python: 2,766; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH "GIT-PW BUNDLE CREATE" "1" "2024-10-23" "2.7.0" "git-pw bundle create Manual"
.SH NAME
git-pw\-bundle\-create \- Create a bundle.
.SH SYNOPSIS
.B git-pw bundle create
[OPTIONS] NAME PATCH_IDS...
.SH DESCRIPTION
Create a bundle.
.PP
    Create a bundle with the given NAME and patches from PATCH_ID.
.PP
    Requires API version 1.2 or greater.

.SH OPTIONS
.TP
\fB\-\-public\fP / \-\-private
Allow other users to view this bundle. If private, only you will be able to see this bundle.
.TP
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.