Description
The dcos package repo add
command allows you to add a package repository to DC/OS.
Usage
dcos package repo add <repo-name> <repo-url> [--index=<index>]
Options
Name |
Description |
-h , --help |
Display 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
Name |
Description |
<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
Command |
Description |
dcos package |
Install and manage DC/OS software packages. |