sfdx-hardis 2.76.2 → 2.77.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 +13 -1
- package/README.md +93 -85
- package/lib/commands/hardis/mdapi/deploy.d.ts +1 -1
- package/lib/commands/hardis/mdapi/deploy.js +1 -1
- package/lib/commands/hardis/org/user/activateinvalid.d.ts +2 -0
- package/lib/commands/hardis/org/user/activateinvalid.js +15 -3
- package/lib/commands/hardis/org/user/activateinvalid.js.map +1 -1
- package/lib/commands/hardis/project/deploy/sources/dx.js +30 -7
- package/lib/commands/hardis/project/deploy/sources/dx.js.map +1 -1
- package/lib/commands/hardis/source/deploy.d.ts +1 -1
- package/lib/commands/hardis/source/deploy.js +1 -1
- package/lib/commands/hardis/source/push.d.ts +1 -1
- package/lib/commands/hardis/source/push.js +1 -1
- package/lib/common/metadata-utils/index.js +1 -1
- package/lib/common/metadata-utils/index.js.map +1 -1
- package/lib/common/utils/deployTipsList.d.ts +0 -7
- package/lib/common/utils/deployTipsList.js +0 -1
- package/lib/common/utils/deployTipsList.js.map +1 -1
- package/lib/common/utils/notifUtils.js +17 -8
- package/lib/common/utils/notifUtils.js.map +1 -1
- package/lib/common/utils/orgUtils.js +7 -3
- package/lib/common/utils/orgUtils.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@
|
|
|
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
|
+
## [2.77.0] 2022-04-05
|
|
8
|
+
|
|
9
|
+
- Generate deployment tips documentation
|
|
10
|
+
- hardis:org:user:activateinvalid : new --profiles argument
|
|
11
|
+
- Update MsTeams WebHooks ENV variables
|
|
12
|
+
- MS_TEAMS_WEBHOOK_URL_CRITICAL
|
|
13
|
+
- MS_TEAMS_WEBHOOK_URL_SEVERE
|
|
14
|
+
- MS_TEAMS_WEBHOOK_URL_WARNING
|
|
15
|
+
- MS_TEAMS_WEBHOOK_URL_INFO
|
|
16
|
+
- Allow to install packages during deployment check using INSTALL_PACKAGES_DURING_CHECK_DEPLOY=true env variable
|
|
17
|
+
- Enhance prompt org labels
|
|
18
|
+
|
|
7
19
|
## [2.76.2] 2022-04-04
|
|
8
20
|
|
|
9
21
|
- Improve activate invalid users commands (allow to select by profile(s))
|
|
@@ -14,7 +26,7 @@ Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image
|
|
|
14
26
|
|
|
15
27
|
## [2.76.0] 2022-04-03
|
|
16
28
|
|
|
17
|
-
- New command **sfdx
|
|
29
|
+
- New command **sfdx hardis:org:user:activateinvalid** to activate invalid emails in sandbox
|
|
18
30
|
- Fix CI org authentication in case the default username is not the org that we want to configure
|
|
19
31
|
- Bypass error with force:source:legacy:pull / push
|
|
20
32
|
- hardis:work:save : Propose to manually commit files
|