## ## Meta commands ## ok> help List this help. ok> r Repeat last command. ok> quit | exit Quit this console. ## ## Tenant Commands - for administering tenants ## ok> show tenants List all tenants and show their details. ok> show tenant Show tenant details - status (ie. whether enabled or disabled) and root contentstore directory. Example: show tenant yyy.zzz.com ok> create [] Create tenant. By default the tenant will be enabled. It will have an admin user called "admin@" with supplied admin password. The root of the contentstore directory can be optionally specified, otherwise it will default to the repository default root contentstore (as specified by the dir.contentstore property). The default workflows will also be bootstrapped. Examples: create xxx.com h3ll0 create yyy.zzz.com g00dby3 C:/tenantstores/yyy.zzz ok> createWithoutWorkflows [] Same as create, except the default workflows will not be bootstrapped. ok> bootstrapWorkflows Bootstrap the default workflows. Examples: bootstrapWorkflows yyy.zzz.com ok> changeAdminPassword Useful if the tenant's admin (admin@ enable Enable tenant so that is active and available for new logins Example: enable yyy.zzz.com ok> disable Disable tenant so that is inactive. Existing logins will fail on next usage. Example: enable yyy.zzz.com ## ## end ##