Hello,
I've noticed, that the zmf cli plugin for zowe CLI has a double abbreviation on the parameters --buildProc and --basepath (--bp).
If I try to execute the command:
"zowe zmf build comp --package "BK# 015889" --componenttype "COB" --component "#1"--buildproc "COBBD0" --language "COBOLE" --zmf-profile "zmfREST""
I get the error:
"
Command Error:
Rest API failure with HTTP(S) status 404
Error Details:
HTTP(S) error status "404" received.
Review request details (resource, base path, credentials, payload) and ensure correctness.
Protocol: https
Host: changeman-rest-t.ad.raiffeisen.it
Port: 443
Base Path: COBBD0
Resource: /component/build
Request: PUT
Headers: [{"Accept-Encoding":"br, deflate, gzip"},{"Content-Type":"application/x-www-form-urlencoded"},{"Content_Length":"586"}]
Payload: 'component=%231&componentType=COB&package=BK%23%20015889&buildProc=COBBD0&jobCard01=%2F%2FZOWEJOBN%20JOB%20(RZ)%2CMSGCLASS%3DX%2CMSGLEVEL%3D(1%2C1)%2CCLASS%3DU%2C&jobCard02=%2F%2F%20%20%20%20%20%20%20%20%20%20%20%20%20REGION%3D0M%2CSYSAFF%3DTST1%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20&jobCard03=%2F%2F%20%20%20%20%20%20%20%20%20%20%20%20%20NOTIFY%3D%26SYSUID.%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20&jobCard04=%2F%2F*%20GENERATED%20FROM%20ZOWE%20ZMF%20CLI%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20&language=COBOLE'
"
because it tries to take the parameter of buildproc as basepath. If I try to specify both --buildproc and --basepath as parameters I get the error message:
"
Syntax Error:
You cannot specify the following option multiple times:
--buildproc (--bp)
Syntax Error:
You cannot specify the following option multiple times:
--basePath (--bp)
Use "zowe zmf build comp --help" to view command description, usage, and options.
".
Even if I give the zmf-profile with the basePath specified I cannot execute it.
Thanks in advance
Felix