WP Manifestindependent plugin directory
manifest / updates / git-remote-updater

Git Remote Updater

A REST API based remote updater for GitHub Updater

by Andy Fragen · github.com/afragen/git-remote-updater · website

11stars
5forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/afragen/git-remote-updater/archive/refs/heads/develop.zip

Declares an update source (https://github.com/afragen/git-remote-updater), so updates arrive through the plugin's own updater.

From the readme

Git Remote Updater Author: Andy Fragen Author URI: https://github.com/afragen Donate link: https://thefragens.com/git-updater-donate License: MIT Requires PHP: 7.2 Requires at least: 5.9 Description Allows you to easily update Git Updater repositories in bulk via REST API endpoint updating. The Git Remote Updater page allows updating via repository or site. Setup Requires Git Updater v12.0.0 or higher and an active license running on the sites you use with Git Remote Updater. You can obtain the needed data from your Git Updater Remote Management tab and then copy it into the Settings Add Site form. You will only need to update data if your REST API key changes. Update feedback will show at the top of the page. If you have debug logging set on your site, it is also added to the debug.log. I recommend running Git Remote Updater from a local development environment installation of WordPress, though you can run it from any WordPress site. Usage By using the Site URL and the REST API key you can add sites to the Settings page. Once you have site data added, the Update page will present options for you to update repositorie

Read the full README on GitHub →