[kbn/es] support minor version numbers (#39353)

This commit is contained in:
Spencer 2019-06-20 14:52:28 -07:00 committed by GitHub
parent 5941436e1b
commit eeab45df7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,8 @@ exports.run = async (defaults = {}) => {
esArgs: 'E',
},
string: ['version'],
boolean: ['download-only'],
default: defaults,