-
Bug
-
Resolution: Done
-
Major
-
2.11.0 CR1
-
False
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Undefined
-
There is unexpected message in standard error stream when user call
application
commands, for example:
$ 3scale application list -k --service=1201 https://_token_@_admin_api_url_ /opt/toolbox/lib/3scale_toolbox/remote_cache.rb:144: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /opt/toolbox/vendor/bundle/ruby/2.7.0/gems/3scale-api-1.4.0/lib/3scale/api/client.rb:41: warning: The called method `list_applications' is defined here ID NAME STATE ENABLED ACCOUNT_ID SERVICE_ID PLAN_ID 2741 test-PizbtJE7T9c live true 176 1201 2423
and also doesn't matter about order of parameters, so this produces the same output:
3scale application list https://_token_@_admin_api_url_ -k --service=1201
I think there should not be any std err output when there is no problem.