Command Usage: samgridBatchAdmin v8_1_5
samgridBatchAdmin add property

Just having some fun...
Command Description:

Add a property to the adapter configuration
(Property names are converted to lower case.)


Usage:
       samgridBatchAdmin add property <--requiredOptions> [--options] [-flags]

Where:

  --requiredOptions:
	             --adapter=<value> # batch adapter name
	            --property=<value> # property name
	             --station=<value> # station name

  --options:
	               --value=<value> # property value

   -flags:
	                            -d # debug flag
	                            -v # verbose flag

Required Data Types:
	                       adapter : string 
	                      property : string 
	                       station : string 
	                         value : string 

You may omit "--station=<value>" if the $SAM_STATION environmental variable is set.

UNIX ExitStatus:
	             Success :   0
	Unhandled exceptions : 127


See Also: