cli-property-manager
cli-property-manager copied to clipboard
DeprecationWarning for punycode
Hi there,
CLI Version
~ akamai --version
akamai version 1.5.5
~ akamai pl --version
0.7.8-RELEASE
Expected Behavior
Don't get deprecation warning then using akamai pm or akamai pl
Actual Behavior
Command print correct information and a deprecation warning:
~ akamai pl --format json lg
(node:82499) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[
{
Steps to Reproduce
akamai pl --format json lg(or other subcommands from pl or pm)
This issue is going to come up more and more with customers working with Next.js and other JS frameworks.