letportal info
The documentation applies to: v0.8.0
Name¶
letportal info
- provide a current installed version of App
Synopsis¶
letportal <APP> info [-c|--connection] [-db|--db-type]
Arguments¶
APP
: Current we only support two apps areportal
oridentity
- [
-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
letportal portal info
With database type and connection string
letportal portal info -c mongodb://localhost:27017/letportal -db MongoDB