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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.6.
.TH EUCA2OOLS "1" "April 2012" "euca2ools 2.0.2" "User Commands"
.SH NAME
euca2ools \- Show image attributes.
.SH DESCRIPTION
Show image attributes.
.PP
euca\-modify\-image\-attribute [\-A, \fB\-\-access\-key\fR <access_key> ][\-S, \fB\-\-secret\-key\fR
.IP
<secret_key> ][\-\-config <config_path>
][\-\-debug][\-\-debugger][\-h, \fB\-\-help][\-\-region\fR
<region_name> ][\-U, \fB\-\-url\fR <url> ][\-\-version
][\-\-euca\-auth][\-l, \fB\-\-launch\-permission][\-p\fR,
\fB\-\-product\-code\fR <product_code> ][\-a, \fB\-\-add\fR <add>
][\-r, \fB\-\-remove\fR <remove> ] image_id
.PP
REQUIRED PARAMETERS
.TP
image_id
unique identifier for the image that you want
to modify the attributes of.
.PP
OPTIONAL PARAMETERS
.TP
\fB\-A\fR,\-\-access\-key
User's Access Key ID.
.TP
\fB\-S\fR,\-\-secret\-key
User's Secret Key.
.TP
\fB\-\-config\fR
Read credentials and cloud settings
from the specified config file (defaults to
$HOME/.eucarc or /etc/euca2ools/eucarc).
.TP
\fB\-\-debug\fR
Turn on debugging output.
.TP
\fB\-\-debugger\fR
Enable interactive debugger on error
.TP
\fB\-h\fR,\-\-help
Display this help message.
.TP
\fB\-\-region\fR
region to direct requests to
.TP
\fB\-U\fR,\-\-url
URL of the Cloud to connect to.
.TP
\fB\-\-version\fR
Display the version of this tool.
.TP
\fB\-\-euca\-auth\fR
Use NC authentication mode
.TP
\fB\-l\fR,\-\-launch\-permission
show launch permissions.
.TP
\fB\-p\fR,\-\-product\-code
show the product codes associated with the
image.
.TP
\fB\-a\fR,\-\-add
Entity (typically, user id) to add.
.TP
\fB\-r\fR,\-\-remove
Entity (typically, user id) to remove.
|