public class CreateRepository extends Object implements ExecutableCliCommand
Usage: appng create-repository [options] Options: -d The repository description. -e Enable repository. Default: true -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
ExecutableCliCommand
execute
in interface ExecutableCliCommand
cle
- the CliEnvironment
to useBusinessException
- if on error occurs while executing the commandCopyright © 2011–2017 aiticon GmbH. All rights reserved.