2.0.3 • Published 4 years ago

apex-publish-static-files v2.0.3

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

APEX Publish Static Files

npm Build Status Dependency Status XO code style

Uploads all files from a local directory or a single file to Oracle APEX. Destination can be:

  • Application Static Files
  • Workspace Static Files
  • Theme Files
  • Plugin Files

demo

Requirements

Install

npm install apex-publish-static-files

Usage

var publisher = require('apex-publish-static-files');

publisher.publish({
    connectString: "user/pass@server:port/sid",
    directory: "/Users/vmorneau/Documents/project/www",
    appID: 111
});

Options

NameTypeDefaultDescription
sqlclPathstringsqlPath to SQLcl (example: /Users/vmorneau/sqlcl/bin/sql)
connectStringstringuser/pass@server:port/sid
directorystringLocal directory that contains the files or file path
appIDnumericApplication ID to export the files to
destinationstringDetermines where the files should be uploaded in APEX (choices: application, workspace, theme, plugin)

Methods

NameTypeDescription
publishfunctionPublishes the files to APEX

Changelog

See changelog.

License

MIT © Vincent Morneau

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago