public class CreateRepository extends Object implements ExecutableCliCommand
Usage: appng create-repository [options]
Options:
-d
The repository description.
-e
Enable repository.
-g
The digest for the repository.
-m
The repository mode (ALL, STABLE, SNAPSHOT).
Default: ALL
* -n
The repository name.
-p
Publish repository.
Default: false
-r
The name of the remote repository (required for repository type REMOTE).
-s
Use strict mode.
Default: false
-t
The repository type (LOCAL, REMOTE).
Default: LOCAL
* -u
The path (URI) to the repository.
| Constructor and Description |
|---|
CreateRepository() |
public void execute(CliEnvironment cle) throws BusinessException
ExecutableCliCommandexecute in interface ExecutableCliCommandcle - the CliEnvironment to useBusinessException - if on error occurs while executing the commandCopyright © 2011–2023 aiticon GmbH. All rights reserved.