mongo/redis - don't show passwords when typing in CLI

v1.18.x
psychobunny 11 years ago
parent d832a6f805
commit f892a6793a

@ -28,7 +28,8 @@
},
{
name: 'mongo:password',
description: 'Password of your MongoDB database'
description: 'Password of your MongoDB database',
hidden: true
},
{
name: "mongo:database",

@ -28,7 +28,8 @@
},
{
name: 'redis:password',
description: 'Password of your Redis database'
description: 'Password of your Redis database',
hidden: true
},
{
name: "redis:database",

Loading…
Cancel
Save