Closed koba04 closed 4 years ago
Fixes #298
This adds new options to support Basic Authentication. You can enable Basic Authentication by the following ways
% kintone-plugin-uploader plugin.zip --basic-auth-username foo --basic-auth-password bar
% export KINTONE_BASIC_AUTH_USERNAME=foo % export KINTONE_BASIC_AUTH_USERNAME=bar % kintone-plugin-uploader plugin.zip --basic-auth-username foo
Fixes #298
This adds new options to support Basic Authentication. You can enable Basic Authentication by the following ways