now handles docker registries the right way

This commit is contained in:
2017-08-28 02:24:06 +02:00
parent 3b3a303c55
commit dca4010f97
15 changed files with 59 additions and 209 deletions

View File

@ -25,10 +25,10 @@ export let handleCli = async (argvArg) => {
await test()
break
default:
plugins.beautylog.error(`>>npmci node ...<< action >>${action}<< not supported`)
plugins.beautylog.error(`>>npmci npm ...<< action >>${action}<< not supported`)
}
} else {
plugins.beautylog.log(`>>npmci node ...<< cli arguments invalid... Please read the documentation.`)
plugins.beautylog.log(`>>npmci npm ...<< cli arguments invalid... Please read the documentation.`)
}
}