sfdx-hardis 5.10.2-beta202501030124.0 → 5.11.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
@@ -4,6 +4,8 @@
4
4
 
5
5
  Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
6
6
 
7
+ ## [5.11.0] 2025-03-01
8
+
7
9
  - Visual flow management, using MermaidJs
8
10
  - [hardis:doc:project2markdown](https://sfdx-hardis.cloudity.com/hardis/doc/project2markdown/): Add a markdown file for each Flow
9
11
  - If unable to run mermaid-cli, store markdown with mermaidJs diagram content anyway (can happen from Monitoring Backup Command)
package/README.md CHANGED
@@ -6,8 +6,6 @@
6
6
 
7
7
  _Presented at_ [_Dreamforce 23_](https://reg.salesforce.com/flow/plus/df23/sessioncatalog/page/catalog/session/1684196389783001OqEl) _and [_Dreamforce 24!_](https://reg.salesforce.com/flow/plus/df24/sessioncatalog/page/catalog/session/1718915808069001Q7HH)_
8
8
 
9
- [**Upgrade now to sfdx-hardis v5 !**](https://github.com/hardisgroupcom/sfdx-hardis/releases/tag/v5.0.1)
10
-
11
9
  [![Version](https://img.shields.io/npm/v/sfdx-hardis.svg)](https://npmjs.org/package/sfdx-hardis)
12
10
  [![Downloads/week](https://img.shields.io/npm/dw/sfdx-hardis.svg)](https://npmjs.org/package/sfdx-hardis)
13
11
  [![Downloads/total](https://img.shields.io/npm/dt/sfdx-hardis.svg)](https://npmjs.org/package/sfdx-hardis)
@@ -26,6 +26,7 @@ markdown_extensions:
26
26
  - pymdownx.snippets:
27
27
  base_path: docs
28
28
  check_paths: true
29
+ restrict_base_path: false
29
30
  - mdx_truly_sane_lists
30
31
  - attr_list
31
32
  - pymdownx.superfences:
@@ -4,7 +4,7 @@ repo_url: https://github.com/hardisgroupco/sfdx-hardis
4
4
  edit_uri: tree/master/docs
5
5
  site_author: Nicolas Vuillamy
6
6
  site_description: Salesforce project documentation generated by sfdx-hardis
7
- copyright: Doc generated by <a href="https://sfdx-hardis.cloudity.com/hardis/doc/plugin/generate/" target="_blank">sfdx-hardis</a>
7
+ copyright: Doc generated by <a href="https://sfdx-hardis.cloudity.com/" target="_blank">sfdx-hardis</a>
8
8
  theme:
9
9
  name: material
10
10
  custom_dir: docs/overrides
@@ -22,6 +22,7 @@ markdown_extensions:
22
22
  - pymdownx.snippets:
23
23
  base_path: docs
24
24
  check_paths: true
25
+ restrict_base_path: false
25
26
  - mdx_truly_sane_lists
26
27
  - attr_list
27
28
  - pymdownx.superfences:
@@ -40,12 +41,10 @@ extra_css:
40
41
  extra:
41
42
  social:
42
43
  - icon: fontawesome/regular/circle-question
43
- link: https://github.com/hardisgroupcom/sfdx-hardis/issues
44
+ link: https://cloudity.com/#form
44
45
  title: Need help ? Post an issue :)
45
46
  - icon: fontawesome/brands/github
46
47
  link: https://github.com/hardisgroupcom/sfdx-hardis
47
- - icon: fontawesome/brands/docker
48
- link: https://hub.docker.com/r/oxsecurity/megalinter
49
48
  - icon: fontawesome/brands/twitter
50
49
  link: https://twitter.com/NicolasVuillamy
51
50
  generator: false
@@ -12,13 +12,13 @@ export default class DeployNotify extends SfCommand {
12
12
  static title = 'Deployment Notifications';
13
13
  static description = `Post notifications related to:
14
14
 
15
- - Deployment simulation
16
- - Deployment process
15
+ - **Deployment simulation** _(use with --check-only)_
16
+ - **Deployment process** _(to call only if your deployment is successful)_
17
17
 
18
18
  According to the [integrations you configured](${CONSTANTS.DOC_URL_ROOT}/salesforce-ci-cd-setup-integrations-home/), notifications can contain deployment information and [Flow Visual Git Diff](${CONSTANTS.DOC_URL_ROOT}/salesforce-deployment-assistant-home/#flow-visual-git-diff)
19
19
 
20
- - GitHub, Gitlab, Azure DevOps, Bitbucket comments on Pull Requests
21
- - Slack, Microsoft Teams, Email deployment summary
20
+ - GitHub, Gitlab, Azure DevOps, Bitbucket comments on Pull Requests (including Flows Visual Git Diff)
21
+ - Slack, Microsoft Teams, Email deployment summary after a successful deployment
22
22
  - JIRA tags and comments on tickets that just has been deployed
23
23
 
24
24
  This command is for custom SF Cli pipelines, if you are a sfdx-hardis user, it is already embedded in sf hardis:deploy:smart.
@@ -10356,7 +10356,7 @@
10356
10356
  "hardis:project:deploy:notify": {
10357
10357
  "aliases": [],
10358
10358
  "args": {},
10359
- "description": "Post notifications related to:\n\n - Deployment simulation\n - Deployment process\n\n According to the [integrations you configured](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integrations-home/), notifications can contain deployment information and [Flow Visual Git Diff](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-home/#flow-visual-git-diff)\n\n - GitHub, Gitlab, Azure DevOps, Bitbucket comments on Pull Requests\n - Slack, Microsoft Teams, Email deployment summary\n - JIRA tags and comments on tickets that just has been deployed\n\n This command is for custom SF Cli pipelines, if you are a sfdx-hardis user, it is already embedded in sf hardis:deploy:smart.\n\n You can also use [sfdx-hardis wrapper commands of SF deployment commands](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-setup/#using-custom-cicd-pipeline)\n ",
10359
+ "description": "Post notifications related to:\n\n - **Deployment simulation** _(use with --check-only)_\n - **Deployment process** _(to call only if your deployment is successful)_\n\n According to the [integrations you configured](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integrations-home/), notifications can contain deployment information and [Flow Visual Git Diff](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-home/#flow-visual-git-diff)\n\n - GitHub, Gitlab, Azure DevOps, Bitbucket comments on Pull Requests (including Flows Visual Git Diff)\n - Slack, Microsoft Teams, Email deployment summary after a successful deployment\n - JIRA tags and comments on tickets that just has been deployed\n\n This command is for custom SF Cli pipelines, if you are a sfdx-hardis user, it is already embedded in sf hardis:deploy:smart.\n\n You can also use [sfdx-hardis wrapper commands of SF deployment commands](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-setup/#using-custom-cicd-pipeline)\n ",
10360
10360
  "examples": [
10361
10361
  "$ sf hardis:project:deploy:notify --check-only --deploy-status valid --message \"This deployment check is valid\\n\\nYahooo !!\"",
10362
10362
  "$ sf hardis:project:deploy:notify --check-only --deploy-status invalid --message \"This deployment check has failed !\\n\\Oh no !!\"",
@@ -14039,5 +14039,5 @@
14039
14039
  ]
14040
14040
  }
14041
14041
  },
14042
- "version": "5.10.2-beta202501030124.0"
14042
+ "version": "5.11.0"
14043
14043
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
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.10.2-beta202501030124.0",
6
+ "version": "5.11.0",
7
7
  "dependencies": {
8
8
  "@actions/github": "^6.0.0",
9
9
  "@gitbeaker/node": "^35.8.1",