copado-mock

1.0.3 • Public • Published

Mock for Copado command

view on npm view on npm license npm module downloads GitHub closed issues GitHub releases

This very simple mock-version of copado seeks to allow developers local testing without the need of uploading their code to Copado functions online.

Currently the functionality is limited to checking if parameters are correct without actually implementing anything but a console.log for each correct command.

Install

npm install -g copado-mock

Supported options

  • --progress "your message" (alias: -p)
  • --error-message "your message" -p "Error" (aliases: -e, --error) - note that adding -p is required!
  • --result-data "your message" -p "Done" (alias: -r) - note that adding -p is required!
  • --uploadfile "temp/file/path.js" --name "somefile.js" --parentid (alias: -u); adding --name seems to be optional
    • --name "name of file.js"
    • --parentid "salesforce id to which a file shall be uploaded to"
  • --downloadfiles "temp/file/path.js"
    • --parentid "salesforce id to which a file shall be uploaded to"

Examples

copado --error-message "help, we are sinking!" -p "Error"
copado --uploadfile "temp/file/path.js" --parentid "0015500000WOHciAAH" --name "best-file-ever.js"

Readme

Keywords

none

Package Sidebar

Install

npm i copado-mock

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

19.9 kB

Total Files

27

Last publish

Collaborators

  • joern.berkefeld