Create
Creates a new tenant and provisions the current user as admin.
Examples
Basic usage:
octo-cli -c Create -tid "newtenant" -db "newtenant_db"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-tid | --tenantId | yes | Id of tenant |
-db | --database | yes | Name of database |
-np | --no-provision | no | Skip admin provisioning of the current user |