Class CreateRepository

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class CreateRepository
    extends Object
    implements ExecutableCliCommand
    Creates a repository.
     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.
     
    Author:
    Matthias Herlitzius