cli: rename package-role migration command to package-roles

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-14 21:47:57 +01:00
parent 8f82d80adf
commit 6a52a93417
+1 -1
View File
@@ -136,7 +136,7 @@ export function registerMigrateCommand(program: CommanderStatic) {
.description('Migration utilities [EXPERIMENTAL]');
command
.command('package-role')
.command('package-roles')
.description(`Add package role field to packages that don't have it`)
.action(lazy(() => import('./migrate/packageRole').then(m => m.default)));