reg-publish-sftp-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

reg-publish-sftp-plugin

reg-suit plugin to fetch and publish snapshot images using SFTP.

Installation

npm install reg-publish-sftp-plugin --save-dev
npx reg-suit prepare --plugin publish-sftp

Authentication

You can log in the SFTP server with SSH private key authentication or password authentication.

Environmental variables (Recommended)

Choose one of the items below.

export SFTP_PASSWORD=xxxxxxxx
export SFTP_PRIVATE_KEY_PATH=xxxxxxx
export SFTP_PRIVATE_KEY=xxxxxxx

regconfig.json

{
  // ...
  "reg-plugin-sftp-plugin": {
    // ...
    "password": "xxxxxxxxx"
  }
}

Package Sidebar

Install

npm i reg-publish-sftp-plugin

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

14.3 kB

Total Files

13

Last publish

Collaborators

  • gyugyu