tools icon indicating copy to clipboard operation
tools copied to clipboard

Tools to support development, testing and deployment of Marketing Cloud technologies

Results 16 tools issues
Sort by recently updated
recently updated
newest added

Hello. Following this topic: https://github.com/Adobe-Marketing-Cloud/tools/issues/25 I've downloaded repoWin.ps1 and every needed script. But when i try to download jcr content i got the error curl: (3) URL using bad/illegal format...

I'm running IntelliJ IDEA 2020.1.2 (Community Edition), Build #IC-201.7846.76 on Windows 10. Following [these instructions](https://github.com/Adobe-Marketing-Cloud/tools/tree/master/repo#integration-into-intellij) and [this tutorial](https://docs.adobe.com/content/help/en/experience-manager-learn/foundation/development/set-up-a-local-aem-development-environment.html#intellij-idea), I've installed Cygwin v3.1.6 and package zip v3.0-12. I setup repo in...

The issue summary might need to be re-qualified depending on investigation. The current hypothesis I have is that there are troubles syncing (possibly in both ways) special JCR paths like...

bug

Hello, I'd like to be able to run repo using git bash (cygwin cause trouble in my computer, I prefer to not depend on him) I've installed zip, unzip, rsync...

I have followed the instructions on https://github.com/Adobe-Marketing-Cloud/tools/tree/master/repo for installing aem repo. but on following all the instructions I am facing this error on running repo(put). is it the issue of...

Repo also works with Netbeans if you install the "External commands" plugin. https://github.com/tristanjl/netbeans-externalcommands Instructions: 1) Confirm where repo is in your path, e.g. `which repo`, you will need the full...

Hi Folks, I am currently using Intellij Ultimate Edition 20.2.2 on Windows 10. I am using Cygwin version 3.2.0 and I have installed zip,unzip,rsync,curl packages. Windows users are facing a...

I'm trying to use repo with intellij but the path is wrong. This is what I have so far: - Repo installation: C:\Repo - Cygwin installation: C:\cygwin64 My task configuration...

bug
waiting for response

When I run a task like `"repo put -f ${file}"` I get the error: ![slash](https://user-images.githubusercontent.com/20194032/62879068-b40e5a80-bd00-11e9-84d6-8bc27640a81a.jpg) I think this problem is related with `${file}` variable that gets the path to the...

I've added a download option that instead of unzipping the package locally it preserves the package. The purpose of this download is to create packages that can simply be installed...