You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WHATS_NEW.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,24 @@ For information on what was included in latest release please refer to our [chan
5
5
6
6
## Unrelased (main branch)
7
7
8
-
### Support for configuration of service registry
9
-
`rhoas service-registry setting get` for getting the value of setting. Supports `--name` flag to define name of the setting.
8
+
### Support for configuration of Service Registry instances
9
+
`rhoas service-registry setting get` for getting the value of a setting for a Service Registry instance. Supports the `--name` flag to define the setting name.
10
10
11
-
Name of the setting can also be prompted by running command in interactive mode:
11
+
The setting name can also be prompted by running the command in interactive mode:
12
12
```
13
13
rhoas service-registry setting get
14
14
```
15
15
16
-
`rhoas service-registry setting set` for configuring the value of setting. Supports `--name` flag to define name of the setting and `--value` to define new value of the setting. `--default`flag can be used to restore default value of the setting.
16
+
`rhoas service-registry setting set` for configuring the value of a setting for a Service Registry instance. Supports the `--name` flag to define the setting name and `--value` to define the setting value. `--default`restores the default value.
17
17
18
-
Name of the setting and the value can also be prompted by running command in interactive mode:
18
+
The setting name and value can also be prompted by running the command in interactive mode:
19
19
```
20
20
rhoas service-registry setting set
21
21
```
22
22
23
-
`rhoas service-registry setting list` for listing all settings of a service registry instance.
23
+
`rhoas service-registry setting list` for listing all settings for a Service Registry instance.
24
24
25
-
> NOTE: setting command is only for owners and admins of the service registry instance
25
+
> NOTE: The `service-registry setting` command is only available to Service Registry instance owners, instance adminstrators, and organization administrators.
0 commit comments