Chapter 15. obr
15.1. obr:deploy Copy linkLink copied to clipboard!
15.1.1. Description Copy linkLink copied to clipboard!
Deploys a list of bundles using OBR service.
15.1.2. Syntax Copy linkLink copied to clipboard!
obr:deploy [options] bundles
15.1.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
bundles | List of bundle names to deploy (separated by whitespaces). The bundles are identified using the following syntax: symbolic_name,version where version is optional. |
15.1.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
--help | Display this help message |
-d, --deployOptional | Deploy optional bundles |
-s, --start | Start the deployed bundles |
15.2. obr:find Copy linkLink copied to clipboard!
15.2.1. Description Copy linkLink copied to clipboard!
Find OBR bundles for a given filter.
15.2.2. Syntax Copy linkLink copied to clipboard!
obr:find [options] requirements
15.2.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
requirements | Requirement |
15.2.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
--help | Display this help message |
15.3. obr:info Copy linkLink copied to clipboard!
15.3.1. Description Copy linkLink copied to clipboard!
Prints information about OBR bundles.
15.3.2. Syntax Copy linkLink copied to clipboard!
obr:info [options] bundles
15.3.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
bundles | Specify bundles to query for information (separated by whitespaces). The bundles are identified using the following syntax: symbolic_name,version where version is optional. |
15.3.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
--help | Display this help message |
15.4. obr:list Copy linkLink copied to clipboard!
15.4.1. Description Copy linkLink copied to clipboard!
Lists OBR bundles, optionally providing the given packages.
15.4.2. Syntax Copy linkLink copied to clipboard!
obr:list [options] [packages]
15.4.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
packages | A list of packages separated by whitespaces. |
15.4.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
--help | Display this help message |
--no-format | Disable table rendered output |
15.5. obr:resolve Copy linkLink copied to clipboard!
15.5.1. Description Copy linkLink copied to clipboard!
Shows the resolution output for a given set of requirements.
15.5.2. Syntax Copy linkLink copied to clipboard!
obr:resolve [options] requirements
15.5.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
requirements | Requirements |
15.5.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
-w, --why | Display the reason of the inclusion of the resource |
--help | Display this help message |
--no-remote | Ignore remote resources during resolution |
-l, --no-local | Ignore local resources during resolution |
--deploy | Deploy the selected bundles |
--optional | Resolve optional dependencies |
--start | Deploy and start the selected bundles |
15.6. obr:source Copy linkLink copied to clipboard!
15.6.1. Description Copy linkLink copied to clipboard!
Downloads the sources for an OBR bundle.
15.6.2. Syntax Copy linkLink copied to clipboard!
obr:source [options] folder bundles
15.6.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
folder | Local folder for storing sources |
bundles | List of bundles to download the sources for. The bundles are identified using the following syntax: symbolic_name,version where version is optional. |
15.6.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
--help | Display this help message |
-x | Extract the archive |
15.7. obr:start Copy linkLink copied to clipboard!
15.7.1. Description Copy linkLink copied to clipboard!
Deploys and starts a list of bundles using OBR.
15.7.2. Syntax Copy linkLink copied to clipboard!
obr:start [options] bundles
15.7.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
bundles | List of bundles to deploy (separated by whitespaces). The bundles are identified using the following syntax: symbolic_name,version where version is optional. |
15.7.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
--help | Display this help message |
-d, --deployOptional | Deploy optional bundles |
15.8. obr:url-add Copy linkLink copied to clipboard!
15.8.1. Description Copy linkLink copied to clipboard!
Adds a list of repository URLs to the OBR service.
15.8.2. Syntax Copy linkLink copied to clipboard!
obr:url-add [options] urls
15.8.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
urls | Repository URLs to add to the OBR service separated by whitespaces |
15.8.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
--help | Display this help message |
15.9. obr:url-list Copy linkLink copied to clipboard!
15.9.1. Description Copy linkLink copied to clipboard!
Displays the repository URLs currently associated with the OBR service.
15.9.2. Syntax Copy linkLink copied to clipboard!
obr:url-list [options]
15.9.3. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
--help | Display this help message |
--no-format | Disable table rendered output |
15.10. obr:url-refresh Copy linkLink copied to clipboard!
15.10.1. Description Copy linkLink copied to clipboard!
Reloads the repositories to obtain a fresh list of bundles.
15.10.2. Syntax Copy linkLink copied to clipboard!
obr:url-refresh [options] [ids]
15.10.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
ids | Repository URLs (or indexes if you use -i) to refresh (leave empty for all) |
15.10.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
-i, --index | Use index to identify URL |
--help | Display this help message |
15.11. obr:url-remove Copy linkLink copied to clipboard!
15.11.1. Description Copy linkLink copied to clipboard!
Removes a list of repository URLs from the OBR service.
15.11.2. Syntax Copy linkLink copied to clipboard!
obr:url-remove [options] ids
15.11.3. Arguments Copy linkLink copied to clipboard!
Name | Description |
---|---|
ids | Repository URLs (or indexes if you use -i) to remove from OBR service |
15.11.4. Options Copy linkLink copied to clipboard!
Name | Description |
---|---|
-i, --index | Use index to identify URL |
--help | Display this help message |