akamai / cli-cps

Provides a way to interact with the Akamai Certificate Provisioning System (CPS) via Open APIs. Provides various functionality such as viewing certificate details, generating audits, checking change statuses, and creating/modifying certificates.
Apache License 2.0
14 stars 16 forks source link

jsonpatch not in requirements.txt #11

Closed ericdebeij closed 6 years ago

ericdebeij commented 6 years ago

akamai cps list Traceback (most recent call last): File "/Users/hdebeij/.akamai-cli/src/cli-cps/bin/akamai-cps", line 35, in import jsonpatch ModuleNotFoundError: No module named 'jsonpatch'

Reason is that the requirements.txt does not contain the reference

vreddhi commented 6 years ago

Can you please upgrade the cps package using akamai cps upgrade and test it again? We no more use jsonpatch, and hence i just updated the code too as part of latest release v1.0.0.

ericdebeij commented 6 years ago

Thanks. Akamai cps upgrade did not work, but akamai update cps did.