1.0.0 • Published 4 years ago

@highpoint/send-to-peoplesoft v1.0.0

Weekly downloads
45
License
MIT
Repository
github
Last release
4 years ago

Send to PeopleSoft

Sends a directory of assets (CSS, JS, HTML and SCSS) to PeopleSoft.

Installation

yarn add -D @highpoint/send-to-peoplesoft

Usage

In your package.json file's scripts section, add a script similar to this:

"send-to-peoplesoft": "send-to-peoplesoft -d ./dist

This will send all asset files in the ./dist directory to your PeopleSoft environment.

To function correctly, you must populate a .env file with the values found below. Use .env-sample as a starting point.

If you protect your PeopleSoft environment with HTTP Basic Authentication, then also include --with-auth in the command.

Environment

Copy .env-sample to .env and fill in the required fields.

VariableRequiredExample
PS_HOSTNAMETrueexample.com
PS_ENVIRONMENTTruecsdev92
PS_NODETrueSA
PS_USERNAMETrueuser
PS_PASSWORDTruepassword
ISCRIPT_RECORDFalseWEBLIB_H_DEV
HTTP_USERNAMEFalseuser
HTTP_PASSWORDFalsepassword
1.0.0

4 years ago

1.0.0-alpha4

4 years ago

1.0.0-alpha2

4 years ago

1.0.0-alpha3

4 years ago

1.0.0-alpha0

4 years ago

1.0.0-alpha1

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago