Skip to content

Commit 5e4ef34

Browse files
#0: prep 4.1.2 release
1 parent 6439860 commit 5e4ef34

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ body:
3939
label: Version
4040
description: What version of our software are you running? (mcdev --version)
4141
options:
42+
- 4.1.2
4243
- 4.1.1
4344
- 4.1.0
4445
- 4.0.2

README.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you experience issues installing Accenture SFMC DevTools, please check out th
123123
1. Install Accenture SFMC DevTools by running `npm install -g mcdev` (prefix with `sudo` on MacOS)
124124
- If you get an error, please see the below troubleshooting section.
125125

126-
When completed run `mcdev --version` and it will show you which version you installed (e.g. `4.1.1`).
126+
When completed run `mcdev --version` and it will show you which version you installed (e.g. `4.1.2`).
127127

128128
> **_Side note for proud nerds_:**
129129
>
@@ -146,7 +146,7 @@ After the successful installation, you will now need to setup the connection to
146146
5. Make sure you grant all available rights.
147147
6. Go to the access tab and grant it access to all Business Units that you want to use it for, but ensure that the Parent/Global Business Unit is among these.
148148
- _Why?_ Shared Data Extensions, roles, users, Business Unit info and some other metadata is internally stored solely on the parent Business Unit and hence can only be retrieved and updated via that BU.
149-
7. Note down _EID_ (Parent MID), _Client Id_, _Client Secret_ and _Authentication Base URI_.
149+
7. Note down _EID_ (Parent MID), _Client Id_, _Client Secret_ and _Authentication Base URI_.
150150
2. In your project folder
151151
1. Open a CLI in your project folder (e.g. `C:\repos\MyProject\` on Windows or `~/repos/MyProject/` on Mac)
152152
2. Run `mcdev init` to start the interactive setup wizard.
@@ -277,10 +277,10 @@ _Note: Regardless of which tag or branch you install_
277277
**Install specific version (using a version tag on npm):**
278278

279279
```bash
280-
npm install -g mcdev@4.1.1
280+
npm install -g mcdev@4.1.2
281281
```
282282

283-
**Warning**: When you used the above method to install Accenture SFMC DevTools for a specific version or tag, trying to [update Accenture SFMC DevTools](#updating-mcdev) might not download the most recently published official version but instead stay on the version or branch you previously selected (in the above examples: develop, 4.1.1)!
283+
**Warning**: When you used the above method to install Accenture SFMC DevTools for a specific version or tag, trying to [update Accenture SFMC DevTools](#updating-mcdev) might not download the most recently published official version but instead stay on the version or branch you previously selected (in the above examples: develop, 4.1.2)!
284284

285285
> **Note**: The version is currently _not_ updated on the developer branch until a new release is published. Hence, you will not see a change if you run `mcdev --version`.
286286
@@ -407,7 +407,7 @@ The following metadata types are currently supported:
407407
| List | `list` | Yes | in backlog | - | Yes | Old way of storing data. Still used for central Email Subscriber DB. |
408408
| Mobile Connect Code | `mobileCode` | Yes | No | No | - | Mobile Connect Shore or Long Codes used for sending. First 50 per BU are retrieved |
409409
| Mobile Connect Keyword | `mobileKeyword` | Yes | Yes | Yes | - | Mobile Connect keywords configured within the Business UNit. First 50 per BU are retrieved |
410-
| Role | `role` | Yes | Yes | yes (`bt`) | Yes | User Roles define groups that are used to grant users access to SFMC systems. |
410+
| Role | `role` | Yes | Yes | yes (`bt`) | Yes | User Roles define groups that are used to grant users access to SFMC systems. |
411411
| Triggered Send | `triggeredSendDefinition` | Yes | Yes | - | Yes | **DEPRECATED**: Sends emails via API or DataExtension Event. |
412412
| User | `accountUser` | Yes | in backlog | - | - | Users and Installed Packages including their assigned Roles, BUs and personal permissions |
413413

@@ -478,7 +478,6 @@ Example url: `https://mcg123abcysykllg-0321cbs8bbt64.auth.marketingcloudapis.com
478478
> ```bash
479479
> mcdev init --y.credentialsName "yourCustomCredentialName" --y.client_id "yourClientIdHere" --y.client_secret "yourClientSecretHere" --y.auth_url "https://yourTenantSubdomainHere.auth.marketingcloudapis.com/" --y.gitRemoteUrl "https://my.git.server.com/myrepo.git" --y.account_id 00000000
480480
> ```
481-
>
482481
483482
#### 6.1.2. upgrade
484483
@@ -753,13 +752,13 @@ Deletes the given metadata from your server. This needs to be run with care as a
753752
754753
Currently supported types:
755754
756-
| Name | CLI Argument |
757-
| -------------- | --------------- |
758-
| Data Extension | `dataExtension` |
759-
| Data Extension Field | `dataExtensionField` |
760-
| Email Send Definition | `Email Send Definition` |
761-
| List | `list` |
762-
| Triggered Send | `triggeredSendDefinition` |
755+
| Name | CLI Argument |
756+
| --------------------- | ------------------------- |
757+
| Data Extension | `dataExtension` |
758+
| Data Extension Field | `dataExtensionField` |
759+
| Email Send Definition | `Email Send Definition` |
760+
| List | `list` |
761+
| Triggered Send | `triggeredSendDefinition` |
763762
764763
_Example:_
765764
@@ -1103,13 +1102,13 @@ The central config in `.mcdevrc.json` holds multiple adjustable settings:
11031102
| options.deployment.sourceTargetMapping | `{"deployment-source": "deployment-target"}` | Configuration of 1 or many source-target marketList combos for `mcdev createDeltaPkg` |
11041103
| options.deployment.targetBranchBuMapping | `{"release/*": "...","master": ["..."]}` | Can be used by CI/CD pipelines to know what BUs shall be deployed to upon a merge into one of the specified branches |
11051104
| options.documentType | 'md' | Defines the format for documentation ('md', 'html', 'both') |
1106-
| options.documentStandardRoles | false | Optionally skip standard role documentation by setting to false |
1105+
| options.documentStandardRoles | false | Optionally skip standard role documentation by setting to false |
11071106
| options.exclude.`type`.`field` | [] | Allows you to filter out metadata on retrieve based on their field values, e.g. CustomerKey (previously `options.filter`) |
11081107
| options.include.`type`.`field` | [] | Allows you to filter out metadata on retrieve based on their field values, e.g. CustomerKey |
11091108
| options.serverTimeOffset | -6 | Used to work around quirks in how SFMC handles timezones; For stack4: set to -7 (US Mountain time); others: -6 (US Central) |
11101109
| directories.businessUnits | 'businessUnits/' | Directory to save BU base details in |
11111110
| directories.deploy | 'deploy/' | Where `deploy` searches for files to deploy |
1112-
| directories.docs | 'docs/' | Directory for `document` output |
1111+
| directories.docs | 'docs/' | Directory for `document` output |
11131112
| directories.retrieve | 'retrieve/' | Where `retrieve` stores downloaded files |
11141113
| directories.template | 'template/' | Where `rt` stores downloaded templates & `bd` retrieves them from |
11151114
| directories.templateBuilds | ['retrieve/','deploy/'] | Where `bd` saves final deployment versions in. This can hold multiple directories, e.g. ['retrieve/','deploy/'] |
@@ -1126,8 +1125,8 @@ The central config in `.mcdevrc.json` holds multiple adjustable settings:
11261125
11271126
The way retention policy is saved is a bit misleading and hence we wanted to provide a bit of guidance if you ever need to do a deep dive here.
11281127
1129-
| Field | Description | Values |
1130-
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
1128+
| Field | Description | Values |
1129+
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ------------ |
11311130
| **DataRetentionPeriod** | this field should print the value of the unit of measure but it unfortunately is off by one (e.g. showing "weeks" instead of "months"). Also, it seems to have no impact on what's stored.<br> We therefore excluded it from retrieve/deploy | - |
11321131
| **DataRetentionPeriodUnitOfMeasure** | represents drop down for "period after" selection | 6: years<br>5: months<br>4: weeks<br>2: days |
11331132
| **DataRetentionPeriodLength** | represents number field for "period after" selection | min: 1<br>max: 999 |
@@ -1494,7 +1493,7 @@ Assuming you cloned Accenture SFMC DevTools into `C:\repos\sfmc-devtools\` (or `
14941493
14951494
This should tell npm to create a symlink to your cloned local directoty, allowing you to see updates you make in your mcdev repo instantly.
14961495
1497-
To test your new **global** developer setup, run `mcdev --version` in CLI which should return the current version (e.g. `4.1.1`). Then, go into your mcdev repo and update the version with the suffix `-dev`, e.g. to `4.1.1-dev` and then run `mcdev --version` again to verify that your change propagates instantly.
1496+
To test your new **global** developer setup, run `mcdev --version` in CLI which should return the current version (e.g. `4.1.2`). Then, go into your mcdev repo and update the version with the suffix `-dev`, e.g. to `4.1.2-dev` and then run `mcdev --version` again to verify that your change propagates instantly.
14981497
14991498
> **Not recommended:** Alternatively, you can install it locally only by opening a terminal in your project directory and executing `npm install --save-dev "C:\repos\sfmc-devtools"`
15001499
> To run the local version you need to prepend "npx" before your commands, e.g. `npx mcdev --version`
@@ -1532,7 +1531,7 @@ The following explains how you _could_ install it locally for certain edge cases
15321531
4. Afterwards, install Accenture SFMC DevTools by running `npm install --save-dev mcdev`
15331532
- If you get an error, please see the below troubleshooting section.
15341533
1535-
When completed run `mcdev --version` and it will show you which version you installed (e.g. `4.1.1`).
1534+
When completed run `mcdev --version` and it will show you which version you installed (e.g. `4.1.2`).
15361535
15371536
### 9.3. NPM Scripts
15381537

test/mockRoot/.mcdevrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"triggeredSendDefinition"
6464
]
6565
},
66-
"version": "4.1.1"
66+
"version": "4.1.2"
6767
}

0 commit comments

Comments
 (0)