adobe / adobe-dx

A toolkit for AEM to help build exceptional digital experiences.
Apache License 2.0
35 stars 33 forks source link

GH-195: using form param instead of data #197

Closed luckyluke-adobe closed 2 years ago

luckyluke-adobe commented 2 years ago

This PR changes the pipe client script to use multipart form data and replaces the current -d data option

Description

The change is necessary because in curl it's not possible to mix the data (-d) option with multipart form (-f) The script is changed at only one place.

Related Issue

see issue Description GH-195

Motivation and Context

How Has This Been Tested?

it has been tested by executing some example pipe commands locally.

Screenshots (if appropriate):

Types of changes

Checklist:

npeltier commented 2 years ago

lgtm thanks @luckyluke-adobe