sfdx-hardis 5.44.2-alpha202507220958.0 → 5.44.2-alpha202507221055.0

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/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@ Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image
9
9
  - Generate ubuntu-based Docker images
10
10
  - docker.io/hardisgroupcom/sfdx-hardis-ubuntu
11
11
  - ghcr.io/hardisgroupcom/sfdx-hardis-ubuntu
12
+ - Display commands in blue for better readability on BitBucket
12
13
 
13
14
  ## [5.44.1] 2025-07-16
14
15
 
@@ -195,7 +195,7 @@ export async function authOrg(orgAlias, options) {
195
195
  loginCommandArgs.push('--set-default');
196
196
  }
197
197
  const commandStr = 'sf ' + loginCommandArgs.join(' ');
198
- uxLog(this, `[sfdx-hardis][command] ${c.bold(c.bgWhite(c.grey(commandStr)))}`);
198
+ uxLog(this, `[sfdx-hardis][command] ${c.bold(c.bgWhite(c.blue(commandStr)))}`);
199
199
  loginResult = crossSpawn.sync('sf', loginCommandArgs, { stdio: 'inherit' });
200
200
  }
201
201
  // Web Login if device login not used
@@ -47,7 +47,7 @@ export function git(options = { output: false, displayCommand: true }) {
47
47
  const gitArgsStr = (gitArgs || []).join(' ');
48
48
  if (!(gitArgsStr.includes('branch -v') || gitArgsStr.includes('config --list --show-origin --null'))) {
49
49
  if (options.displayCommand) {
50
- uxLog(this, `[command] ${c.bold(c.bgWhite(c.grey(command + ' ' + gitArgsStr)))}`);
50
+ uxLog(this, `[command] ${c.bold(c.bgWhite(c.blue(command + ' ' + gitArgsStr)))}`);
51
51
  }
52
52
  }
53
53
  }
@@ -537,7 +537,7 @@ export async function execCommand(command, commandThis, options = {
537
537
  debug: false,
538
538
  spinner: true,
539
539
  }) {
540
- let commandLog = `[sfdx-hardis][command] ${c.bold(c.bgWhite(c.grey(command)))}`;
540
+ let commandLog = `[sfdx-hardis][command] ${c.bold(c.bgWhite(c.blue(command)))}`;
541
541
  const execOptions = { maxBuffer: 10000 * 10000 };
542
542
  if (options.cwd) {
543
543
  execOptions.cwd = options.cwd;
package/oclif.lock CHANGED
@@ -5120,7 +5120,7 @@ columnify@^1.6.0:
5120
5120
  strip-ansi "^6.0.1"
5121
5121
  wcwidth "^1.0.0"
5122
5122
 
5123
- combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
5123
+ combined-stream@^1.0.8, combined-stream@~1.0.6:
5124
5124
  version "1.0.8"
5125
5125
  resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz"
5126
5126
  integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -6714,19 +6714,33 @@ form-data-encoder@^2.1.2:
6714
6714
  resolved "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz"
6715
6715
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
6716
6716
 
6717
- form-data@^2.5.0:
6718
- version "2.5.1"
6719
- resolved "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz"
6720
- integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
6717
+ form-data@4.0.4:
6718
+ version "4.0.4"
6719
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
6720
+ integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
6721
6721
  dependencies:
6722
6722
  asynckit "^0.4.0"
6723
- combined-stream "^1.0.6"
6723
+ combined-stream "^1.0.8"
6724
+ es-set-tostringtag "^2.1.0"
6725
+ hasown "^2.0.2"
6724
6726
  mime-types "^2.1.12"
6725
6727
 
6726
- form-data@^4.0.0, form-data@^4.0.3:
6727
- version "4.0.3"
6728
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
6729
- integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
6728
+ form-data@^2.5.0:
6729
+ version "2.5.5"
6730
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.5.tgz#a5f6364ad7e4e67e95b4a07e2d8c6f711c74f624"
6731
+ integrity "sha1-pfY2Stfk5n6VtKB+LYxvcRx09iQ= sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A=="
6732
+ dependencies:
6733
+ asynckit "^0.4.0"
6734
+ combined-stream "^1.0.8"
6735
+ es-set-tostringtag "^2.1.0"
6736
+ hasown "^2.0.2"
6737
+ mime-types "^2.1.35"
6738
+ safe-buffer "^5.2.1"
6739
+
6740
+ form-data@^4.0.0:
6741
+ version "4.0.4"
6742
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
6743
+ integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
6730
6744
  dependencies:
6731
6745
  asynckit "^0.4.0"
6732
6746
  combined-stream "^1.0.8"
@@ -11199,7 +11213,7 @@ safe-array-concat@^1.0.1:
11199
11213
  has-symbols "^1.0.3"
11200
11214
  isarray "^2.0.5"
11201
11215
 
11202
- safe-buffer@*, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
11216
+ safe-buffer@*, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
11203
11217
  version "5.2.1"
11204
11218
  resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
11205
11219
  integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==