kintone コマンドラインツールのプロキシー対応について

kintone コマンドラインツールがアップされましたが、プロキシ環境では動作しないようです。
プロキシ対応予定はないのでしょうか? やはり自分で実装する必要があるのでしょうか?

http_proxy 環境変数を設定されてみてはいかがでしょうか。
http://golang.org/pkg/net/http/
ProxyFromEnvironment returns the URL of the proxy to use for a given request, as indicated by the environment variables $HTTP_PROXY and $NO_PROXY (or $http_proxy and $no_proxy).