letportal uninstall
The documentation applies to: v0.8.0
Name¶
letportal uninstall - clear all LET Portal data
Synopsis¶
letportal <APP> uninstall [-c|--connection] [-db|--db-type]
Arguments¶
APP: Current we only support two apps areportaloridentity- [
-c|--connection]: A connection string to database, if null, default value will be- With
portal: mongodb://localhost:27017/letportal - With
identity: mongodb://localhost:27017/letportalidentity
- With
- [
-db|--db-type]: Database type of a connection string. Default isMongoDB, can change toSQLServer,PostgreSQL,MySQL
Example¶
With default option, connection string = mongodb://localhost:27017/letportal and database type = MongoDB
letportal portal uninstall
With database type and connection string
letportal portal uninstall -c mongodb://localhost:27017/letportal -db MongoDB