sfdx-hardis 5.19.3 → 5.20.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.
@@ -523,24 +523,9 @@
523
523
  "name": "skipauth",
524
524
  "allowNo": false,
525
525
  "type": "boolean"
526
- },
527
- "target-org": {
528
- "aliases": [
529
- "targetusername",
530
- "u"
531
- ],
532
- "char": "o",
533
- "deprecateAliases": true,
534
- "name": "target-org",
535
- "noCacheDefault": true,
536
- "required": true,
537
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
538
- "hasDynamicHelp": true,
539
- "multiple": false,
540
- "type": "option"
541
526
  }
542
527
  },
543
- "hasDynamicHelp": true,
528
+ "hasDynamicHelp": false,
544
529
  "hiddenAliases": [],
545
530
  "id": "hardis:doc:mkdocs-to-cf",
546
531
  "pluginAlias": "sfdx-hardis",
@@ -3617,9 +3602,9 @@
3617
3602
  "hardis:work:new": {
3618
3603
  "aliases": [],
3619
3604
  "args": {},
3620
- "description": "Assisted menu to start working on a Salesforce task.\n\nAdvanced instructions in [Create New Task documentation](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-create-new-task/)\n\nAt the end of the command, it will allow you to work on either a scratch org or a sandbox, depending on your choices.\n\nUnder the hood, it can:\n\n- Make **git pull** to be up to date with target branch\n- Create **new git branch** with formatted name (you can override the choices using .sfdx-hardis.yml property **branchPrefixChoices**)\n- Create and initialize a scratch org or a source-tracked sandbox (config can be defined using `config/.sfdx-hardis.yml`):\n- (and for scratch org only for now):\n - **Install packages**\n - Use property `installedPackages`\n - **Push sources**\n - **Assign permission sets**\n - Use property `initPermissionSets`\n - **Run apex initialization scripts**\n - Use property `scratchOrgInitApexScripts`\n - **Load data**\n - Use property `dataPackages`\n",
3605
+ "description": "Assisted menu to start working on a Salesforce task.\n\nAdvanced instructions in [Create New Task documentation](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-create-new-task/)\n\nAt the end of the command, it will allow you to work on either a scratch org or a sandbox, depending on your choices.\n\nUnder the hood, it can:\n\n- Make **git pull** to be up to date with target branch\n- Create **new git branch** with formatted name (you can override the choices using .sfdx-hardis.yml property **branchPrefixChoices**)\n- Create and initialize a scratch org or a source-tracked sandbox (config can be defined using `config/.sfdx-hardis.yml`):\n- (and for scratch org only for now):\n - **Install packages**\n - Use property `installedPackages`\n - **Push sources**\n - **Assign permission sets**\n - Use property `initPermissionSets`\n - **Run apex initialization scripts**\n - Use property `scratchOrgInitApexScripts`\n - **Load data**\n - Use property `dataPackages`\n\n## Override .sfdx-hardis.yml config\n\n### availableTargetBranches\n\nBy default, there is only one target branch (value of property **developmentBranch**).\n\nYou can define multiple target branches (for the future Pull Request) by setting the property **availableTargetBranches** in your .sfdx-hardis.yml file.\n\nThe selected branch will checked out and be used as base to create the user new feature branch.\n\nExamples:\n\n```yaml\navailableTargetBranches:\n - integration\n - preprod\n```\n\n```yaml\navailableTargetBranches:\n - integration,Select this to work from the integration branch (project stream)\n - preprod,Select this to work from the preprod branch (run stream)\n```\n\n### availableProjects\n\nYou can add a first question \"What is the project your task is for\" if you define a property **availableProjects**\n\nThe select will be used as first part of the git branch name. (ex: france/features/dev/JIRA123-webservice-get-account)\n\nExamples:\n\n```yaml\navailableProjects:\n - build\n - run\n - some-big-project\n - france\n - uk\n```\n\n```yaml\navailableProjects:\n - build,Select this to work on the build project\n - run,Select this to work on the run project\n - some-big-project,Select this to work on the some big project\n - france,Select this to work on the France project\n - uk,Select this to work on the UK project\n```\n\n### newTaskNameRegex\n\nIf you want to force a specific format for the task name, you can define a property **newTaskNameRegex** in your .sfdx-hardis.yml file.\n\nPlease also define a property **newTaskNameRegexExample** to give an example to the user.\n\nExample:\n\n```yaml\nnewTaskNameRegex: '^[A-Z]+-[0-9]+ .*'\nnewTaskNameRegexExample: 'MYPROJECT-123 Update account status validation rule'\n```\n\n### sharedDevSandboxes\n\nIf contributors can share dev sandboxes, let's not ask them if they want to overwrite their colleagues' changes when creating a new task :)\n",
3621
3606
  "examples": [
3622
- "$ sf hardis:work:task:new"
3607
+ "$ sf hardis:work:new"
3623
3608
  ],
3624
3609
  "flags": {
3625
3610
  "json": {
@@ -14503,5 +14488,5 @@
14503
14488
  ]
14504
14489
  }
14505
14490
  },
14506
- "version": "5.19.3"
14491
+ "version": "5.20.0"
14507
14492
  }
package/package.json CHANGED
@@ -3,10 +3,10 @@
3
3
  "description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
4
4
  "author": "NicolasVuillamy @nvuillam",
5
5
  "bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
6
- "version": "5.19.3",
6
+ "version": "5.20.0",
7
7
  "dependencies": {
8
8
  "@actions/github": "^6.0.0",
9
- "@cparra/apexdocs": "^3.7.3",
9
+ "@cparra/apexdocs": "^3.9.0",
10
10
  "@gitbeaker/node": "^35.8.1",
11
11
  "@oclif/core": "^4.2.4",
12
12
  "@salesforce/core": "^8.8.2",
@@ -20,7 +20,7 @@
20
20
  "bitbucket": "^2.12.0",
21
21
  "chalk": "^5.4.1",
22
22
  "chrome-launcher": "^1.1.2",
23
- "cloudflare": "^4.0.0",
23
+ "cloudflare": "^4.1.0",
24
24
  "columnify": "^1.6.0",
25
25
  "cosmiconfig": "^9.0.0",
26
26
  "cross-spawn": "^7.0.6",
@@ -32,14 +32,14 @@
32
32
  "exceljs": "^4.4.0",
33
33
  "extract-zip": "^2.0.1",
34
34
  "farmhash": "^4.0.1",
35
- "fast-xml-parser": "^4.5.1",
35
+ "fast-xml-parser": "^4.5.3",
36
36
  "form-data": "^4.0.1",
37
37
  "fs-extra": "^11.3.0",
38
38
  "fs-readdir-recursive": "^1.1.0",
39
39
  "glob": "^11.0.1",
40
40
  "he": "^1.2.0",
41
41
  "inquirer": "^10.2.2",
42
- "isomorphic-dompurify": "^2.21.0",
42
+ "isomorphic-dompurify": "^2.22.0",
43
43
  "jira-client": "^8.2.2",
44
44
  "js-yaml": "^4.1.0",
45
45
  "make-fetch-happen": "^14.0.3",
@@ -48,8 +48,8 @@
48
48
  "mega-linter-runner": "^8.4.2",
49
49
  "moment": "^2.30.1",
50
50
  "open": "^10.1.0",
51
- "openai": "^4.78.1",
52
- "ora": "^8.1.1",
51
+ "openai": "^4.85.3",
52
+ "ora": "^8.2.0",
53
53
  "papaparse": "^5.5.2",
54
54
  "pascalcase": "^2.0.0",
55
55
  "psl": "^1.15.0",
@@ -93,7 +93,7 @@
93
93
  "@types/ws": "^8.5.14",
94
94
  "@types/xml2js": "^0.4.14",
95
95
  "eslint-plugin-sf-plugin": "^1.20.14",
96
- "oclif": "^4.17.25",
96
+ "oclif": "^4.17.30",
97
97
  "ts-node": "^10.9.2",
98
98
  "typescript": "^5.7.3"
99
99
  },