Issue while deploying SharedFlow using apigeetool command

Not applicable

Hi ,

I am trying to deploy a Shared Flow in my organization via apigeetool .

I have executed this command apigeetool deploySharedflow -u sdoe@example.com -o sdoe -e test -n example-sf -d .

as -d is optional I tried this command apigeetool deploySharedflow -u sdoe@example.com -o sdoe -e test -n example-sf

But Iam getting Error as SharedFlow base directory c:\ does not exist

Any suggestions please?

0 1 339
1 REPLY 1

jivanpatil
Participant III

I know this is late reply but in case anyone faces this issue. You should run the command in the directory where you have shared flow unzipped. Once you unzip, it will give you folder named "sharedflowbundle" . Run command from directory which has this folder. It should work.