com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Adding a Tenant via CLI
Overview
CLI command | create-tenant |
Description | Used to create a new tenant in Private PaaS. |
Command format | create-tenant -u <USERNAME> -f <FIRST-NAME> -l <LAST-NAME> -p <PASSWORD> -d <DOMAIN-NAME> -e <EMAIL> |
Parameter Definitions
Short Option | Long Option | Description | Required | Example Value |
---|---|---|---|---|
-u |
| Username given to the Tenant | Yes | admin |
-f |
| Tenant's first name | Yes | frank |
-l |
| Tenant's last name | Yes | Myers |
-p |
| Tenant's password | Yes | admin123 |
-d |
| Tenant's domain name | Yes | frank.com |
-e |
| Tenant's email address | Yes | foo@bar.com |
Example
Use case: Add a tenant with the username "admin", name "Frank Myers", password " admin123", tenant domain "frank.com" and email "foo@bar.com".
create-tenant -u admin -f Frank -l Myers -p admin123 -d frank.com -e foo@bar.com
Sample Output
Tenant added successfully
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.