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.
--to
--from
ng update
1 parent d05eb00 commit 697df4fCopy full SHA for 697df4f
packages/angular/cli/src/commands/update/cli.ts
@@ -102,7 +102,7 @@ export class UpdateCommandModule extends CommandModule<UpdateCommandArgs> {
102
'Version from which to migrate from. ' +
103
`Only available with a single package being updated, and only with 'migrate-only'.`,
104
type: 'string',
105
- implies: ['to', 'migrate-only'],
+ implies: ['migrate-only'],
106
conflicts: ['name'],
107
})
108
.option('to', {
0 commit comments