Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 3. config
3.1. config:cancel Copier lienLien copié sur presse-papiers!
3.1.1. Description Copier lienLien copié sur presse-papiers!
Cancels the changes to the configuration being edited.
3.1.2. Syntax Copier lienLien copié sur presse-papiers!
config:cancel [options]
3.1.3. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |
3.2. config:delete Copier lienLien copié sur presse-papiers!
3.2.1. Description Copier lienLien copié sur presse-papiers!
Delete a configuration.
3.2.2. Syntax Copier lienLien copié sur presse-papiers!
config:delete [options] pid
3.2.3. Arguments Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
pid | PID of the configuration |
3.2.4. Options Copier lienLien copié sur presse-papiers!
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 Copier lienLien copié sur presse-papiers!
3.3.1. Description Copier lienLien copié sur presse-papiers!
Creates or edits a configuration.
3.3.2. Syntax Copier lienLien copié sur presse-papiers!
config:edit [options] pid
3.3.3. Arguments Copier lienLien copié sur presse-papiers!
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 Copier lienLien copié sur presse-papiers!
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 Copier lienLien copié sur presse-papiers!
classpath:edit.txt
3.4. config:install Copier lienLien copié sur presse-papiers!
3.4.1. Description Copier lienLien copié sur presse-papiers!
Install a cfg file in the Karaf etc folder.
3.4.2. Syntax Copier lienLien copié sur presse-papiers!
config:install [options] url finalname
3.4.3. Arguments Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
url | The URL of the cfg file. |
finalname | Final name of the cfg file |
3.4.4. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
-o, --override | Override the target cfg file |
--help | Display this help message |
3.5. config:list Copier lienLien copié sur presse-papiers!
3.5.1. Description Copier lienLien copié sur presse-papiers!
Lists existing configurations.
3.5.2. Syntax Copier lienLien copié sur presse-papiers!
config:list [options] [query]
3.5.3. Arguments Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
query | Query in LDAP syntax. Example: "(service.pid=org.apache.karaf.log)" |
3.5.4. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |
3.6. config:meta Copier lienLien copié sur presse-papiers!
3.6.1. Description Copier lienLien copié sur presse-papiers!
Lists meta type information.
3.6.2. Syntax Copier lienLien copié sur presse-papiers!
config:meta [options] pid
3.6.3. Arguments Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
pid | The configuration pid |
3.6.4. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |
-c | Create respective config from metatype defaults |
3.7. config:property-append Copier lienLien copié sur presse-papiers!
3.7.1. Description Copier lienLien copié sur presse-papiers!
Appends the given value to an existing property or creates the property with the specified name and value.
3.7.2. Syntax Copier lienLien copié sur presse-papiers!
config:property-append [options] name value
3.7.3. Arguments Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
name | The name of the property |
value | The value to append to the property |
3.7.4. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |
-p, --pid | The configuration pid |
3.8. config:property-delete Copier lienLien copié sur presse-papiers!
3.8.1. Description Copier lienLien copié sur presse-papiers!
Deletes a property from the configuration being edited.
3.8.2. Syntax Copier lienLien copié sur presse-papiers!
config:property-delete [options] property
3.8.3. Arguments Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
property | The name of the property to delete |
3.8.4. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |
-p, --pid | The configuration pid |
3.9. config:property-get Copier lienLien copié sur presse-papiers!
3.9.1. Description Copier lienLien copié sur presse-papiers!
Gets the value of a property in the currently edited configuration.
3.9.2. Syntax Copier lienLien copié sur presse-papiers!
config:property-get [options] property
3.9.3. Arguments Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
property | The name of the property to get value for |
3.9.4. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |
--raw | |
-p, --pid | The configuration pid |
3.10. config:property-list Copier lienLien copié sur presse-papiers!
3.10.1. Description Copier lienLien copié sur presse-papiers!
Lists properties from the currently edited configuration.
3.10.2. Syntax Copier lienLien copié sur presse-papiers!
config:property-list [options]
3.10.3. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |
--raw | |
-p, --pid | The configuration pid |
3.11. config:property-set Copier lienLien copié sur presse-papiers!
3.11.1. Description Copier lienLien copié sur presse-papiers!
Sets a property in the currently edited configuration.
3.11.2. Syntax Copier lienLien copié sur presse-papiers!
config:property-set [options] property value
3.11.3. Arguments Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
property | The name of the property to set |
value | The value of the property |
3.11.4. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |
-p, --pid | The configuration pid |
3.12. config:update Copier lienLien copié sur presse-papiers!
3.12.1. Description Copier lienLien copié sur presse-papiers!
Saves and propagates changes from the configuration being edited.
3.12.2. Syntax Copier lienLien copié sur presse-papiers!
config:update [options]
3.12.3. Options Copier lienLien copié sur presse-papiers!
Name | Description |
---|---|
--help | Display this help message |