Fuji CLI Overview
set-configuration
Will set the configuration properties for a specified configurable service. The name of this service must be provided using the --name option. The property values can be specified in the command string or by entering in the name of a file that contains key, value pairs.
Example:
fuji set-configuration --name=myinterceptor "p1=value1,p2=value3,p4=value5"
fuji set-configuration --name=myinterceptor c:/temp/my-property-file
The --name options is a required option, since it specifies the configuration that will be configured. The properties that will be set are specified in the commands operand. If an operand is encased in quotes, it will be taken literally, that is spaces will remain spaces. Outside of quotes, spaces are interpreted to be the same as an equal sign (=), which could produce undesirable results if a user carelessly forgets to quote an operand that has property values containing spaces.
Command:
fuji set-configuration --name=myinterceptor "p1=a string with a space, p2=wow"
Results:
p1 = a string with a space
p2 = wow
Command:
fuji set-configuration --name=myinterceptor p1=one, p2=two
Results:
p1 = one
p2 = two
Command:
fuji set-configuration --name=myinterceptor p1=a string with a space, p2=wow
Results:
string = with
a = space
p2 = wow
p1 = a
| Option | Value | Option Description | Required Option |
| --name | name | The name of the configuration service that will be managed | Yes |
| --help | | Will display the help for this command | No |
| Operand | Operand Description | Required |
| ["](name=value)[,name=value]*["] | filepath | The name=value paired sequence, each sequence being separated by a comma, or the name of a resource file containing the name value pairs | Yes |
This page (revision-17) was last changed on
24-Nov-08 11:36 AM, -0800
by Mark Saunders.
This page was created on
18-Nov-08 09:39 AM, -0800 by Mark Saunders.
More info...
| Version |
Date |
Author |
Size |
Changes ... |
|
17
|
24-Nov-08 11:36 AM, -0800
|
Mark Saunders |
2118 |
to previous
|
|
16
|
19-Nov-08 21:16 PM, -0800
|
Mark Saunders |
2119 |
to previous
|
to last
|
|
15
|
19-Nov-08 21:11 PM, -0800
|
Mark Saunders |
2120 |
to previous
|
to last
|
|
14
|
19-Nov-08 21:08 PM, -0800
|
Mark Saunders |
2126 |
to previous
|
to last
|
|
13
|
19-Nov-08 20:49 PM, -0800
|
Mark Saunders |
1669 |
to previous
|
to last
|
|
12
|
19-Nov-08 20:47 PM, -0800
|
Mark Saunders |
3107 |
to previous
|
to last
|
|
11
|
19-Nov-08 20:35 PM, -0800
|
Mark Saunders |
2578 |
to previous
|
to last
|
|
10
|
19-Nov-08 18:16 PM, -0800
|
Mark Saunders |
2353 |
to previous
|
to last
|
|
9
|
19-Nov-08 17:54 PM, -0800
|
Mark Saunders |
1077 |
to previous
|
to last
|
|
8
|
19-Nov-08 16:27 PM, -0800
|
Mark Saunders |
727 |
to previous
|
to last
|
|
7
|
19-Nov-08 16:25 PM, -0800
|
Mark Saunders |
734 |
to previous
|
to last
|
|
6
|
19-Nov-08 16:11 PM, -0800
|
Mark Saunders |
682 |
to previous
|
to last
|
|
5
|
18-Nov-08 10:32 AM, -0800
|
Mark Saunders |
633 |
to previous
|
to last
|
|
4
|
18-Nov-08 10:01 AM, -0800
|
Mark Saunders |
546 |
to previous
|
to last
|
|
3
|
18-Nov-08 09:53 AM, -0800
|
Mark Saunders |
195 |
to previous
|
to last
|
|
2
|
18-Nov-08 09:52 AM, -0800
|
Mark Saunders |
239 |
to previous
|
to last
|
|
1
|
18-Nov-08 09:39 AM, -0800
|
Mark Saunders |
161 |
to last
|