Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

addonupdater

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

addonupdater

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

addonupdater Build Status

Update dependencies in Community add-ons.
NB!: This package is intended only for maintainers of the community add-ons project.

Install

Require Python version 3.5.3+

pip install addonupdater

Example

addonupdater --token AAAAAAAAAAAAAAAAAAAAA --addon sqlite-web --test
Starting upgrade sequence for sqlite-web
Checking for apk uppdates
g++ Allready have the newest version 6.4.0-r9
gcc Allready have the newest version 6.4.0-r9
make Allready have the newest version 4.2.1-r2
python3-dev Allready have the newest version 3.6.6-r0
apache2-utils Allready have the newest version 2.4.35-r0
nginx Allready have the newest version 1.14.2-r0
python3 Allready have the newest version 3.6.6-r0
cython Allready have the newest version 0.28.2-r0
Checking for pip uppdates
flask Allready have the newest version 1.0.2
sqlite-web Allready have the newest version 0.3.5
:arrow_up: Upgrades peewee to version 3.8.0
Test was enabled, skipping commit
:arrow_up: Upgrades datasette to version 0.26
Test was enabled, skipping commit
CLI options
paramaliasdescription
--token-TAn GitHub Access token with repo permissions.
--addon-AName of the add-on, this has to match the dir that contains the Dockerfile.
--repo-RName of the repo for the add-on, this is optional and defaults to addon-ADDONNAME.
--testNoneIf this flag is used commits will be omitted.
--verboseNonePrint more stuff to the console.
--apk_versionNoneTarget version of apk packages, like 3.9.
--skip_apkNoneSkip apk updates.
--skip_customNoneSkip custom updates.
--skip_pipNoneSkip pip updates.
--skip_baseNoneSkip base image updates.
--orgNoneSpecify GitHub org, defaults to 'hassio-addons'.
-pull_request-PRCreate a PR instead of pushing directly to master.

BuyMeCoffee

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc