File tree Expand file tree Collapse file tree
packages/contentstack-import/src/import/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ export default class ImportAssets extends BaseClass {
8181 log . success ( 'Assets imported successfully!' , this . importConfig . context ) ;
8282
8383 if ( this . importConfig . assetScanningEnabled ) {
84- log . info ( ' Asset Scanning is enabled for this stack.' , this . importConfig . context ) ;
85- log . info ( ' Assets cannot be published immediately — scanning must complete first.' , this . importConfig . context ) ;
86- log . info ( ' Once scanning is done, publish your assets using:' , this . importConfig . context ) ;
87- log . info ( ' csdx cm:assets:publish --environments [ENVIRONMENT 1] [ENVIRONMENT 2] --locales [LOCALE] --stack-api-key [STACK API KEY]' , this . importConfig . context ) ;
84+ log . info ( 'Asset Scanning is enabled for this stack.' , this . importConfig . context ) ;
85+ log . info ( 'Assets cannot be published immediately — scanning must complete first.' , this . importConfig . context ) ;
86+ log . info ( 'Once scanning is done, publish your assets using:' , this . importConfig . context ) ;
87+ log . info ( 'csdx cm:assets:publish --environments [ENVIRONMENT 1] [ENVIRONMENT 2] --locales [LOCALE] --stack-api-key [STACK API KEY]' , this . importConfig . context ) ;
8888 }
8989 } catch ( error ) {
9090 handleAndLogError ( error , { ...this . importConfig . context } ) ;
You can’t perform that action at this time.
0 commit comments