.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH EUARE-RELEASEROLE "1" "March 2016" "euca2ools 3.3" "User Commands" .SH NAME euare-releaserole \- Release IAM role credentials .SH SYNOPSIS euare\-releaserole [\-c | \fB\-s]\fR [\-\-debug] [\-\-debugger] [\-\-version] [\-h] .SH DESCRIPTION Release IAM role credentials .SH DESCRIPTION The euare\-releaserole utility removes the credentials created by euareassumerole(1) by outputting shellcode that deletes the environment variables it creates. Use it inside an eval command to make this process seamless: .SH DESCRIPTION $ eval `euare\-releaserole` .SH DESCRIPTION Note that if the credentials used to initially assume the role were supplied in the form of environment variables those environment variables will need to be reset: .SH DESCRIPTION $ source eucarc .SS "optional arguments:" .TP \fB\-c\fR generate C\-shell commands on stdout (default if SHELL looks like a csh\-style shell .TP \fB\-s\fR generate Bourne shell commands on stdout (default if SHELL does not look like a csh\-style shell .TP \fB\-\-debug\fR show debugging output .TP \fB\-\-debugger\fR launch interactive debugger on error .TP \fB\-\-version\fR show the program's version and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit