dcos package repo add

Adding a package repository to DC/OS

Description

The dcos package repo add command allows you to add a package repository to DC/OS.

Usage

  1. dcos package repo add <repo-name> <repo-url> [--index=<index>]

Options

NameDescription
-h, —helpDisplay usage.
—index=<index>The numerical position in the package repository list. Package repositories are searched in descending order. By default, the Catalog repository first in the list.

Positional arguments

NameDescription
<repo-name>Name of the package repository. For example, Catalog.
<repo-url>URL of the package repository. For example, https://universe.mesosphere.com/repo.

Examples

For an example, see the documentation.

Parent command

CommandDescription
dcos packageInstall and manage DC/OS software packages.