Show or modify application configuration parameters.
Application configuration parameters specified by <prop> can be one of the following:
app config ( <name> | . ) [ --batch ] [ --effective ]
app config ( <name> | . ) --boundary
app config ( <name> | . ) [ --reset ] [ <prop>=<val> ]* [ --d <prop> ]*
[ --verify ]
app config ( <name> | . ) [ <prop>=<val> ]* [ --d <prop> ]* [ --test_only ]
[ --verify ]
app config ( <name> | . ) [--template=<app> [ --skip_rsc } }
[ <prop>=<val> ]* [ --test_only ] [ --verify ]
app config ( <name> | . ) [ --stdin ] [ --verify ]
Display the effective configuration for an application - essentially merging the default and the explicitly overridden values.
Show application boundary (that is, list of properties that may be configured)
Reset all properties to default
Name of application whose configuration is to be used as a base configuration before applying any configuration parameters specified on the command line.
Do not propagate any resource settings from the template application.
Change a property setting.
Reset property to default
Test provided configuration parameters, do not set
Display output in UDL format
Verify that all mandatory properties are set. If not all mandatory properties are set, the command will fail.
Take configuration parameters from standard input - The format is the same as the output of:
'app config <name> --batch'.
app config app1
Show current configuration for app1
app config app1 --boundary
Show configurable parameters for app1
app config app1 --reset
Reset app configurable parameters for app1 to defaults
app config app1 --template=mytemplate user_ip=192.168.1.2 admin_ip=192.168.1.3
configure application 'app1' using configuration parameters from application 'mytemplate' and set user_ip and admin_ip
'app config mytemplate --batch | app config myapp --stdin'
in that the configuration from 'mytemplate' is configured on 'myapp'.
|
Copyright © 2013 CA.
All rights reserved.
|
|