UNPKG
huxley-cli
Version:
latest (1.0.0-alpha-08.1)
1.0.17
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.1
1.0.0
1.0.0-alpha-08.1
1.0.0-alpha-07.1
1.0.0-alpha-07
1.0.0-alpha-06.2
1.0.0-alpha-06.1
1.0.0-alpha-06
1.0.0-alpha-05.1
1.0.0-alpha-05
1.0.0-alpha-04.1
1.0.0-alpha-04
1.0.0-alpha-03.2
1.0.0-alpha-03.1
1.0.0-alpha-03
1.0.0-alpha-02.2
1.0.0-alpha-02.1
1.0.0-alpha-02
1.0.0-alpha-01.2
1.0.0-alpha-01.1
1.0.0-alpha-01
CLI for Huxley Deployment Platform
huxley-cli
/
src
/
interviews
/
mixin
/
redis.coffee
13 lines
(11 loc)
•
235 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= questions: -> [ name:
"service_name"
description:
"What do you want to call this Redis instance?"
default
:
"redis"
, name:
"port"
description:
"Port?"
default
:
6379
]