Skip to content

Commit

Permalink
added man page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Mar 29, 2010
1 parent 12b9801 commit 1910ea9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions man/euca-get-password.1
@@ -0,0 +1,34 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH EUCA-GET-PASSWORD "1" "March 2010" "euca-get-password Version: 1.2 (BSD)" "User Commands"
.SH NAME
euca-get-password \- Eucalyptus tool: Retrieves decrypts the administrator password for a Windows instance.
.SH DESCRIPTION
Retrieves decrypts the administrator password for a Windows instance.
.PP
euca\-get\-password instance_id \fB\-k\fR privatekey [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug]
.PP
REQUIRED PARAMETERS
.PP
instance_id Identifier of a Windows instance.
.PP
\fB\-k\fR Private key file that corresponds to the keypair used to launch the instance.
.PP
OPTIONAL PARAMETERS
.PP
\fB\-a\fR, \fB\-\-access\-key\fR User's Access Key ID.
.PP
\fB\-s\fR, \fB\-\-secret\-key\fR User's Secret Key.
.PP
\fB\-U\fR, \fB\-\-url\fR URL of the Cloud to connect to.
.PP
\fB\-\-config\fR Read credentials and cloud settings from the
.IP
specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
.PP
\fB\-h\fR, \fB\-\-help\fR Display this help message.
.PP
\fB\-\-version\fR Display the version of this tool.
.PP
\fB\-\-debug\fR Turn on debugging.
.PP
Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default.

0 comments on commit 1910ea9

Please sign in to comment.