Commands
External repo
external repo add
Syntax: external repo add <name> <type> <path>
Create repository of type <type>
with name <name>
and path <path>
.
Argument | Information |
---|---|
<name> |
Name for new repository. |
<type> |
Type of new repository. Available values are: local, remoteHttp. |
<path> |
Path for new repository. |
Examples:
admin@/jlupin/external/repo/repo1> external repo add repo2 local /opt/repo
external repo auth
Syntax: external repo auth <type> [<name>]
Change authentication type for repository identified by name <name>
.
Argument | Information |
---|---|
<type> |
Type of repository authentication One of: basic, none. |
[<name>] |
Name of repository to change authentication type. |
Examples:
admin@/jlupin/external/repo/repo1> external repo auth basic
external repo default
Syntax: external repo default [<name>]
Set as default repository identified by name <name>
.
Argument | Information |
---|---|
[<name>] |
Name of repository to set default. |
Examples:
admin@/jlupin/external/repo/repo1> external repo default repo1
external repo destroy
Syntax: external repo destroy [<name>]
Destroy repository identified by name <name>
.
Argument | Information |
---|---|
[<name>] |
Name of repository to remove. |
Examples:
admin@/jlupin/external/repo/repo1> external repo destroy
external repo list
Syntax: external repo list
List of all external repositories.
Examples:
admin@/jlupin/external/repo/repo1> external repo list
external repo passwd
Syntax: external repo passwd [<name>]
Change password for repository identified by name <name>
.
Argument | Information |
---|---|
[<name>] |
Name of repository to change password. |
Examples:
admin@/jlupin/external/repo/repo1> external repo passwd