Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

christopwner/netsuite-cli

Repository files navigation

netsuite-cli

Docker image for Netsuite's software development framework command line interface.

use

Given you have properly setup a .sdf file in your project, pipe in your password and provide the working directory as shown in the following example script for Bitbucket pipelines:

(echo $NS_PASS) | sdfcli deploy -p ${BITBUCKET_CLONE_DIR}

Some sdfcli options such as 'deploy' require a confirmation, you can deploy by putting a delay in your pipe with confirmation as shown here:

(echo $NS_PASS && (sleep 10 && echo "YES")) | sdfcli deploy -p ${BITBUCKET_CLONE_DIR}

Note: $NS_PASS is a secured environment variable set on Bitbucket.org (see: https://confluence.atlassian.com/bitbucket/environment-variables-794502608.html)

About

Docker image for NetSuite's SDF CLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages