Class InstallApplication

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class InstallApplication
    extends Object
    implements ExecutableCliCommand
    Installs an application.
     Usage: appng install-application [options]
       Options:
         -p
            Install as privileged application.
            Default: false
         -f
            Application will be filebased.
            Default: false
         -h
            Application will be hidden.
            Default: false
       * -n
            The name of the application.
       * -r
            The name of the repository.
         -t
            The timestamp of the application. Required if a specific snapshot version
            should be provisioned.
       * -v
            The version of the application.
     
    Author:
    Matthias Herlitzius