이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 3. config
3.1. config:cancel 링크 복사링크가 클립보드에 복사되었습니다!
3.1.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Cancels the changes to the configuration being edited.
3.1.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:cancel [options]
3.1.3. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
3.2. config:delete 링크 복사링크가 클립보드에 복사되었습니다!
3.2.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Delete a configuration.
3.2.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:delete [options] pid
3.2.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
pid | PID of the configuration |
3.2.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
--force | Force the edition of this config, even if another one was under edition |
3.3. config:edit 링크 복사링크가 클립보드에 복사되었습니다!
3.3.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Creates or edits a configuration.
3.3.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:edit [options] pid
3.3.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
pid | PID of the configuration or of the factory if --factory is given. Pid can also be specified as ldap query |
3.3.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
--alias | Specifies the alias used for this factory config. |
--factory | Define this config as a factory config. Will be created on calling update |
--force | Force the edition of this config, even if another one was under edition |
3.3.5. Details 링크 복사링크가 클립보드에 복사되었습니다!
classpath:edit.txt
3.4. config:install 링크 복사링크가 클립보드에 복사되었습니다!
3.4.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Install a cfg file in the Karaf etc folder.
3.4.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:install [options] url finalname
3.4.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
url | The URL of the cfg file. |
finalname | Final name of the cfg file |
3.4.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
-o, --override | Override the target cfg file |
--help | Display this help message |
3.5. config:list 링크 복사링크가 클립보드에 복사되었습니다!
3.5.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Lists existing configurations.
3.5.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:list [options] [query]
3.5.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
query | Query in LDAP syntax. Example: "(service.pid=org.apache.karaf.log)" |
3.5.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
3.6. config:meta 링크 복사링크가 클립보드에 복사되었습니다!
3.6.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Lists meta type information.
3.6.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:meta [options] pid
3.6.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
pid | The configuration pid |
3.6.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
-c | Create respective config from metatype defaults |
3.7. config:property-append 링크 복사링크가 클립보드에 복사되었습니다!
3.7.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Appends the given value to an existing property or creates the property with the specified name and value.
3.7.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:property-append [options] name value
3.7.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
name | The name of the property |
value | The value to append to the property |
3.7.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
-p, --pid | The configuration pid |
3.8. config:property-delete 링크 복사링크가 클립보드에 복사되었습니다!
3.8.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Deletes a property from the configuration being edited.
3.8.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:property-delete [options] property
3.8.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
property | The name of the property to delete |
3.8.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
-p, --pid | The configuration pid |
3.9. config:property-get 링크 복사링크가 클립보드에 복사되었습니다!
3.9.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Gets the value of a property in the currently edited configuration.
3.9.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:property-get [options] property
3.9.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
property | The name of the property to get value for |
3.9.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
--raw | |
-p, --pid | The configuration pid |
3.10. config:property-list 링크 복사링크가 클립보드에 복사되었습니다!
3.10.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Lists properties from the currently edited configuration.
3.10.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:property-list [options]
3.10.3. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
--raw | |
-p, --pid | The configuration pid |
3.11. config:property-set 링크 복사링크가 클립보드에 복사되었습니다!
3.11.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Sets a property in the currently edited configuration.
3.11.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:property-set [options] property value
3.11.3. Arguments 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
property | The name of the property to set |
value | The value of the property |
3.11.4. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |
-p, --pid | The configuration pid |
3.12. config:update 링크 복사링크가 클립보드에 복사되었습니다!
3.12.1. Description 링크 복사링크가 클립보드에 복사되었습니다!
Saves and propagates changes from the configuration being edited.
3.12.2. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
config:update [options]
3.12.3. Options 링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
--help | Display this help message |