Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Chapter 15. obr

15.1. obr:deploy

15.1.1. Description

Deploys a list of bundles using OBR service.

15.1.2. Syntax

obr:deploy [options] bundles

15.1.3. Arguments

NameDescription

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

NameDescription

--help

Display this help message

-d, --deployOptional

Deploy optional bundles

-s, --start

Start the deployed bundles

15.2. obr:find

15.2.1. Description

Find OBR bundles for a given filter.

15.2.2. Syntax

obr:find [options] requirements

15.2.3. Arguments

NameDescription

requirements

Requirement

15.2.4. Options

NameDescription

--help

Display this help message

15.3. obr:info

15.3.1. Description

Prints information about OBR bundles.

15.3.2. Syntax

obr:info [options] bundles

15.3.3. Arguments

NameDescription

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

NameDescription

--help

Display this help message

15.4. obr:list

15.4.1. Description

Lists OBR bundles, optionally providing the given packages.

15.4.2. Syntax

obr:list [options] [packages]

15.4.3. Arguments

NameDescription

packages

A list of packages separated by whitespaces.

15.4.4. Options

NameDescription

--help

Display this help message

--no-format

Disable table rendered output

15.5. obr:resolve

15.5.1. Description

Shows the resolution output for a given set of requirements.

15.5.2. Syntax

obr:resolve [options] requirements

15.5.3. Arguments

NameDescription

requirements

Requirements

15.5.4. Options

NameDescription

-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

15.6.1. Description

Downloads the sources for an OBR bundle.

15.6.2. Syntax

obr:source [options] folder bundles

15.6.3. Arguments

NameDescription

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

NameDescription

--help

Display this help message

-x

Extract the archive

15.7. obr:start

15.7.1. Description

Deploys and starts a list of bundles using OBR.

15.7.2. Syntax

obr:start [options] bundles

15.7.3. Arguments

NameDescription

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

NameDescription

--help

Display this help message

-d, --deployOptional

Deploy optional bundles

15.8. obr:url-add

15.8.1. Description

Adds a list of repository URLs to the OBR service.

15.8.2. Syntax

obr:url-add [options] urls

15.8.3. Arguments

NameDescription

urls

Repository URLs to add to the OBR service separated by whitespaces

15.8.4. Options

NameDescription

--help

Display this help message

15.9. obr:url-list

15.9.1. Description

Displays the repository URLs currently associated with the OBR service.

15.9.2. Syntax

obr:url-list [options]

15.9.3. Options

NameDescription

--help

Display this help message

--no-format

Disable table rendered output

15.10. obr:url-refresh

15.10.1. Description

Reloads the repositories to obtain a fresh list of bundles.

15.10.2. Syntax

obr:url-refresh [options] [ids]

15.10.3. Arguments

NameDescription

ids

Repository URLs (or indexes if you use -i) to refresh (leave empty for all)

15.10.4. Options

NameDescription

-i, --index

Use index to identify URL

--help

Display this help message

15.11. obr:url-remove

15.11.1. Description

Removes a list of repository URLs from the OBR service.

15.11.2. Syntax

obr:url-remove [options] ids

15.11.3. Arguments

NameDescription

ids

Repository URLs (or indexes if you use -i) to remove from OBR service

15.11.4. Options

NameDescription

-i, --index

Use index to identify URL

--help

Display this help message