We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f2a06 commit 90f3d14Copy full SHA for 90f3d14
src/cli.js
@@ -99,7 +99,10 @@ function invoke(env) {
99
chalk`{blue Knex version: {green ${env.modulePackage.version}}}\n`,
100
)
101
.option('--docker', 'Use docker.')
102
- .option('--docker-service', 'Docker service name.')
+ .option(
103
+ '--docker-service [service]',
104
+ 'Docker service name, default: "postgres".',
105
+ )
106
.option('--knexfile [path]', 'Specify the knexfile path.')
107
.option('--cwd [path]', 'Specify the working directory.')
108
.option(
0 commit comments