This package has been deprecated

Author message:

@koba04/kintone-plugin-uploader is deprecated. Please install @kintone/plugin-uploader instead.

@koba04/kintone-plugin-uploader

1.0.4 • Public • Published

kintone-plugin-uploader

npm version

A kintone plugin uploader using puppeteer

Usage

% npm install @koba04/kintone-plugin-uploader
% ./node_modules/.bin/kintone-plugin-uploader
--domain ${yourDomain} \
--username ${yourLoginName} \
--password ${yourPassword} \
${pluginZipPath}

or

% npm install -g @koba04/kintone-plugin-uploader
% kintone-plugin-uploader \
--domain ${yourDomain} \
--username ${yourLoginName} \
--password ${yourPassword} \
${pluginZipPath}

If you want to upload the plugin automatically when the plugin is updated, you can use --watch option.

% kintone-plugin-uploader \
--domain ${yourDomain} \
--username ${yourLoginName} \
--password ${yourPassword} \
--watch \
${pluginZipPath}

It works fine with kintone-plugin-packer. You can create a project based on kintone-plugin-packer using create-kintone-plugin :).

Options

  Usage
    $ kintone-plugin-uploader <pluginPath>
  Options
    --domain Domain of your kintone
    --username Login username
    --password User's password
    --proxy Proxy server
    --watch Watch the changes of plugin zip and re-run

    You can set the values through environment variables
    domain: KINTONE_DOMAIN
    username: KINTONE_USERNAME
    password: KINTONE_PASSWORD
    proxy: HTTPS_PROXY or HTTP_PROXY

LICENSE

MIT License: Toru Kobayashi

Readme

Keywords

none

Package Sidebar

Install

npm i @koba04/kintone-plugin-uploader

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

9.87 kB

Total Files

5

Last publish

Collaborators

  • koba04