The ft_uninstall_tenant
script is used to uninstall a specific Fluid Topics tenant from the configuration directory.
Command template:
ft_uninstall_tenant -t $TENANT_ID [-c $CONF_DIRECTORY_PATH] [-v] [-h]
Command example:
ft_uninstall_tenant -t myFluidTopics
Command arguments:
-t
: Expects the ID of the tenant. It corresponds to the name given to the tenant configuration directory. It is case-sensitive. Can also be written--tenant-id
.-c
: Expects the configuration file directory path. Can also be written--conf
.-v
: Activates verbose mode. Can also be written--verbose
.-h
: Displays the help and lists all available optional arguments for the command. Can also be written--help
.
The script is available in the antidot-fluidtopics-reply
package.