1.0.0 • Published 5 years ago

@highpoint/send-to-peoplesoft v1.0.0

Weekly downloads
45
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0-alpha4

5 years ago

1.0.0-alpha2

5 years ago

1.0.0-alpha3

5 years ago

1.0.0-alpha0

5 years ago

1.0.0-alpha1

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

6 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago