<<

NAME

inca-approve-changes [opts]

DESCRIPTION

This is an Inca administration tool that allows the user to approve or reject each of a set of series configuration changes.

SYNOPSIS

inca-approve-changes [opts]

OPTIONS

<-a|--agent>=uri

The [scheme://]host[:port] specification of the Inca agent to contact.

<A|--auth>=yes/no

Indicates whether or not the connection to the agent should use certificate-based authentication. The default is yes.

<-c|--cert>=path

The path to the certificate file. Required for authenticated connections.

<--color>=color[,color[,color]]

The colors to use for showing change details. Unchanged attribute values are shown in the first color, replaced values in the second, and new values in the third. The default is magenta,magenta,green. Possibilities are black, red, green, yellow, blue, magenta, cyan, and white. On terminals that support redefining colors, the format #rrggbb, where rr gg and bb are each hexidecimal values, may be used.

<-h|--help>

Print program help text, then exit. The default is no.

<-i|--id>=text

The resource id for this host.

<-k|--key>=path

The path to the private key file. Required for authenticated connections.

<-P|--password>=text

Specify how to obtain an encryption password. Required for authenticated connections.

<-t|--trusted>=path

The path to the trusted ca certificate file. Required for authenticated connections.

<-v|--version>=yes/no

Print program version, then exit. The default is no.

<<