Skip to content

Cozy stack instances

cozy-stack instances

Manage instances of a stack

Synopsis

cozy-stack instances allows to manage the instances of this stack

An instance is a logical space owned by one user and identified by a domain. For example, bob.cozycloud.cc is the instance of Bob. A single cozy-stack process can manage several instances.

Each instance has a separate space for storing files and a prefix used to create its CouchDB databases.

cozy-stack instances <command> [flags]

Options

  -h, --help   help for instances

Options inherited from parent commands

      --admin-host string   administration server host (default "localhost")
      --admin-port int      administration server port (default 6060)
  -c, --config string       configuration file (default "$HOME/.cozy.yaml")
      --host string         server host (default "localhost")
  -p, --port int            server port (default 8080)

SEE ALSO