You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the arguments for methods accept an options object, and sending these options over the CLI utility should be possible by sending a JSON string, this could be handled by selectively parsing arguments based on the results from getAPIMethods to include which arguments are strings and which are numbers/objects.