Skip to content

Copado functions mock. see JoernBerkefeld/copado-git-get-mock for sibling method

License

Notifications You must be signed in to change notification settings

JoernBerkefeld/copado-mock

Repository files navigation

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"

About

Copado functions mock. see JoernBerkefeld/copado-git-get-mock for sibling method

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published