@grunnverk/commands-tree 1.5.5 → 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1811,7 +1811,7 @@ const execute$3 = async (runConfig, packageArgument)=>{
|
|
|
1811
1811
|
logger.info(`UPDATES_USING_CONFIGURED_SCOPES: Using configured scopes | Scopes: ${scopesToUpdate.join(', ')} | Source: config`);
|
|
1812
1812
|
} else {
|
|
1813
1813
|
// No scope provided and no defaults configured
|
|
1814
|
-
throw new Error('No scope specified and no default scopes configured.\n\n' + 'Usage:\n' + ' kodrdriv updates <scope> # Update a specific scope\n' + ' kodrdriv tree updates <scope> # Update scope across tree\n' + ' kodrdriv tree updates --report # Generate dependency report\n\n' + 'Or configure default scopes in your .kodrdriv/config.yml:\n' + ' updates:\n' + ' scopes:\n' + ' - "@
|
|
1814
|
+
throw new Error('No scope specified and no default scopes configured.\n\n' + 'Usage:\n' + ' kodrdriv updates <scope> # Update a specific scope\n' + ' kodrdriv tree updates <scope> # Update scope across tree\n' + ' kodrdriv tree updates --report # Generate dependency report\n\n' + 'Or configure default scopes in your .kodrdriv/config.yml:\n' + ' updates:\n' + ' scopes:\n' + ' - "@kjerneverk"\n' + ' - "@grunnverk"\n\n' + 'Or use publish.scopedDependencyUpdates for tree publish integration.');
|
|
1815
1815
|
}
|
|
1816
1816
|
// Validate all scopes
|
|
1817
1817
|
for (const scope of scopesToUpdate){
|