Skip to content

Cozy stack apps install

cozy-stack apps install

Install an application with the specified slug name from the given source URL.

Synopsis

Some schemes are allowed as [sourceurl].

cozy-stack apps install <slug> [sourceurl] [flags]

Examples

$ cozy-stack apps install --domain cozy.localhost:8080 drive registry://drive/stable
$ cozy-stack apps install banks 'git://github.com/cozy/cozy-banks.git#build'
$ cozy-stack apps install myapp 'git+ssh://git@gitlab.example.net/team/myapp.git#build'

Options

      --ask-permissions   specify that the application should not be activated after installation
  -h, --help              help for install

Options inherited from parent commands

      --admin-host string   administration server host (default "localhost")
      --admin-port int      administration server port (default 6060)
      --all-domains         work on all domains iteratively
  -c, --config string       configuration file (default "$HOME/.cozy.yaml")
      --domain string       specify the domain name of the instance (default "cozy.localhost:8080")
      --host string         server host (default "localhost")
  -p, --port int            server port (default 8080)

SEE ALSO