mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-880] Fix updater script in the cli (#5273)
This commit is contained in:
committed by
Eugenio Romano
parent
037aab7ae1
commit
d87c9ec401
@@ -126,10 +126,10 @@ export default function (args: UpdateArgs) {
|
|||||||
function main(args) {
|
function main(args) {
|
||||||
|
|
||||||
program
|
program
|
||||||
.version('This command allows you to update the adf dependencies and js-api with different versions\n\n' +
|
.version('0.1.0', '-vers')
|
||||||
'Update adf libs and js-api with latest alpha\n\n' +
|
.description('This command allows you to update the adf dependencies and js-api with different versions\n\n' +
|
||||||
'adf-cli update-version --alpha --pathPackage "$(pwd)"')
|
'Update adf libs and js-api with latest alpha\n\n' +
|
||||||
.description('')
|
'adf-cli update-version --alpha --pathPackage "$(pwd)"')
|
||||||
.option('--pathPackage [type]', 'pathPackage')
|
.option('--pathPackage [type]', 'pathPackage')
|
||||||
.option('--alpha [type]', 'use alpha')
|
.option('--alpha [type]', 'use alpha')
|
||||||
.option('--beta [type]', 'use beta')
|
.option('--beta [type]', 'use beta')
|
||||||
|
Reference in New Issue
Block a user