We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e3bb8 commit 1b7ce8dCopy full SHA for 1b7ce8d
lib/base_service.js
@@ -187,6 +187,9 @@ class BaseService {
187
global: true
188
}
189
} )
190
+ // Allow the above definition of --version to not trigger warnings
191
+ // per https://yargs.js.org/docs/#api-reference-version
192
+ .version( false )
193
.command( 'docker-start', 'starts the service in a Docker container' )
194
.command( 'docker-test', 'starts the test process in a Docker container' )
195
.command( 'build', 'builds the service\'s package and deploy repo', {
0 commit comments