@xano/cli 0.0.86 → 0.0.87

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.
@@ -543,6 +543,9 @@ Truncate all table records before importing
543
543
  this.log('');
544
544
  const wsLabel = result.workspace_name ? `${result.workspace_name} (${workspaceId})` : `Workspace ${workspaceId}`;
545
545
  this.log(ux.colorize('bold', `=== Push Preview: ${wsLabel} ===`));
546
+ if (!partial) {
547
+ this.log(ux.colorize('red', ' --sync: all documents will be sent, including unchanged'));
548
+ }
546
549
  this.log('');
547
550
  for (const [type, counts] of Object.entries(result.summary)) {
548
551
  const label = typeLabels[type] || type;