~ubuntu-on-ec2/ubuntu-on-ec2/cloud-utils

« back to all changes in this revision

Viewing changes to write-mime-multipart.1

  • Committer: Scott Moser
  • Date: 2011-01-12 00:50:04 UTC
  • Revision ID: smoser@ubuntu.com-20110112005004-drh5qnk22vnes0st
include write-mime-multipart into the packaging, with man page

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH write-mime-multipart 1 "11 Jan 2011" cloud-utils "cloud-utils"
 
2
.SH NAME
 
3
\fBwrite-mime-multipart\fP - utilty for creating mime-multipart files, likely for use via user data and cloud-init.
 
4
 
 
5
.SH SYNOPSIS
 
6
.BI "write-mime-multipart [options]
 
7
 
 
8
.SH DESCRIPTION
 
9
This program is intended to help write data that can be consumed by cloud-init.  cloud-init reads mime multipart as user-data.
 
10
 
 
11
.TP
 
12
.B -h | --help
 
13
Show usage message
 
14
 
 
15
.TP
 
16
.B -o | --output FILE
 
17
write output to FILE [default is stdout]
 
18
 
 
19
.TP
 
20
.B -z | --gzip
 
21
compress output with gzip
 
22
 
 
23
.TP
 
24
.B -d | --default DEFTYPE
 
25
if not provided assume mime-type of DEFTYPE [default is 'text/plain']
 
26
 
 
27
.TP
 
28
.B --delim DELIM
 
29
use delimiter DELIM [default is ':']
 
30
 
 
31
.SH EXAMPLES
 
32
  write\-mime\-multipart --gzip --output=combined-userdata.txt boothook.txt:text/cloud-boothook include-file.txt:text/x-include-url
 
33
 
 
34
.SH AUTHOR
 
35
This manpage and the utility was written by Scott Moser <scott.moser@canonical.com>.  Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
 
36
 
 
37
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.