SYNTAX

    export [options] <variable> [<value>]


OPTIONS

-h (--help) bool

Display help.

-s (--stdin) bool

Read the value from stdin. May not be used in conjunction with a value argument.


ARGUMENTS

<variable>

The name of the environment variable. [string]

[<value>]

The new value of the variable. If not specified, the variable with be undefined. [string]


DESCRIPTION

Define a new environment variable or change the value of an existing one.


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.