You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'(optional) The UID of the Assets’ folder from which the assets need to be published. The default value is cs_root.',
190
190
exclusive: ['source-env'],
191
191
}),
192
-
'data-dir': flags.string({
192
+
'backup-dir': flags.string({
193
193
description:
194
194
'(optional) Path to the import backup directory. When set, each imported asset is published only to the environments and locales it was published to in the source stack (read from the backup’s publish details and asset UID mapping), with asset-scan gating applied. Intended for the post-import publish flow.',
`Note: assets were imported but not published asset scanning is enabled and must complete first. To publish them, run:\n csdx cm:assets:publish --backup-dir ${backupDir} --stack-api-key ${importConfig.apiKey}`,
204
+
importConfig.context,
205
+
);
206
+
}
190
207
}catch(error){
191
208
handleAndLogError(error);
192
209
log.info(`The log has been stored at '${getLogPath()}'`);
0 commit comments