Skip to content
download-cloud

GitHub Action

sdfsync

0.0.28 Latest version

sdfsync

download-cloud

sdfsync

Sync a NetSuite environment with a local repository

Installation

Copy and paste the following snippet into your .yml file.

              

- name: sdfsync

uses: christopherwxyz/[email protected]

Learn more about this action in christopherwxyz/sdfsync

Choose a version

sdfsync

SDF sync (sdfsync) tool

Build and run

Build

Docker:

docker build -t sdfsync -f Dockerfile .

Docker with lambda:

docker build -t sdfsync-lambda -f Dockerfile.lambda .

Run

Docker:

docker run --env-file .env -p 9000:8080 sdfsync

Docker with lambda:

docker run --env-file .env -p 9000:8080 sdfsync-lambda