ol list deployers

Display the list of OL Hub deployers

Description

The ol list deployers command lists the deployers you downloaded to your CLI tool (default) or the deployers available on the OL Hub for download.  All downloaded deployers are stored in the .ol/cli/deployers folder in your file system.

Syntax

 ol list deployers [OPTIONS]

Options

--remote, -r

List the deployers available for download on the OL Hub Solution Center.

--local

List the deployers you have already downloaded from the OL Hub and installed with your local OL CLI. You can achieve the same result by running the command without any option.

--filter, -f

The regular expression to filter the list by deployer name

Examples

> ol list deployers
$ ol list deployers

The local deployer list is displayed:

Deployer Name                           Deployer Version

=====================================================================

ol-cloud                                      1.33

openshift                                     1.42

Listing the deployers installed in your local OL-CLI

temp> ol list deployers
temp$ ol list deployers

Listing the deployers available for download from the OL Hub

temp> ol list deployers --remote
temp$ ol list deployers --remote