Skip to content

A small utility to scan projects in file system and update dependencies.

Notifications You must be signed in to change notification settings

bibekaryal86/app-dependency-update

Repository files navigation

app-dependency-update

  • Things to add:

    • Tests
    • Documentation
  • System Requirements:

  • App Arguments

    • Required
      • repo_home: Hard disk location where repos are cloned
      • mongo_user: User name of mongo database where plugins and dependencies are stored
      • mongo_pwd: Password of the mongo database
    • Optional
      • send_email: Flag to send email of current log file at the end of scheduled update
      • mj_public: Public API Key of MailJet Email Service
        • Required if send_email is true
      • mj_private: Private API Key of MailJet Email Service
        • Required if send_email is true
      • mj_email: Email address that the email will be sent from
        • Required if send_email is true
  • Example:

    • java -jar -Drepo_home=/home/pi/zava/projects -Dmongo_user=something_user -Dmongo_pwd=something_password app-dependency-update.jar

About

A small utility to scan projects in file system and update dependencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published