-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from Accenture/develop
Release v1.0.0
- Loading branch information
Showing
58 changed files
with
11,994 additions
and
7,591 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
node_modules | ||
out | ||
dist | ||
logs | ||
.vscode | ||
.vscode | ||
.vscode-test | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**/*.ts | ||
node_modules | ||
src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,33 @@ | ||
# sfmc-devtools-vscode README | ||
# **Accenture SFMC DevTools** | Visual Studio Code Extension | ||
|
||
This is the README for your extension "sfmc-devtools-vscode". | ||
Accenture SFMC DevTools VS Code Extension was built to simplify the command execution for [Accenture SFMC DevTools](https://github.com/Accenture/sfmc-devtools), offering a more intuitive interface that streamlines the process of retrieving and deploying Marketing Cloud assets, configuration and code across various Business Units and instances. This tool eliminates the necessity of manual command line input (CLI), making your workflow more efficient and user-friendly. | ||
|
||
### Pre Requisites | ||
|
||
**Enjoy!** | ||
- [Node.js](https://nodejs.org/en) | ||
- [Git](https://git-scm.com/downloads) | ||
- [Accenture SFMC DevTools](https://github.com/Accenture/sfmc-devtools) | ||
|
||
### Install Accenture SFMC DevTools | ||
|
||
```bash | ||
npm install -g mcdev | ||
``` | ||
|
||
### Currently Supported Accenture SFMC DevTools commands | ||
|
||
- [Retrieve](https://github.com/Accenture/sfmc-devtools/wiki/06.b-~-Standard-Commands#retrieve) | ||
- [Deploy](https://github.com/Accenture/sfmc-devtools/wiki/06.b-~-Standard-Commands#deploy) | ||
|
||
### Features | ||
|
||
- Retrieve and Deploy Marketing Cloud assets by right clicking on the file in the File Explorer and selecting the command option | ||
- Retrieve and Deploy **multiple** Marketing Cloud assets from multiple metadata types at the same time from the same and different business unit | ||
- Retrieve and Deploy Marketing Cloud assets by right clicking on the file tab and selecting the command option | ||
- Deploy Marketing Cloud assets directly from the retrieve folder | ||
- Copy multiple Marketing Cloud assets from one business unit to another | ||
- Deploy multiple Marketing Cloud assets from one business unit to another | ||
|
||
### Copyright | ||
|
||
Copyright (c) 2024 Accenture. [MIT licensed](https://github.com/Accenture/sfmc-devtools-vscode/blob/main/LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = { | ||
preset: "ts-jest", | ||
testEnvironment: "node" | ||
}; |
Oops, something went wrong.