https://github.com/wpgitupdater/wpgitupdater
CI tool to automate WordPress asset updates for Git controlled websites
https://github.com/wpgitupdater/wpgitupdater
actions ci git go golang wordpress
Last synced: 5 months ago
JSON representation
CI tool to automate WordPress asset updates for Git controlled websites
- Host: GitHub
- URL: https://github.com/wpgitupdater/wpgitupdater
- Owner: wpgitupdater
- License: mit
- Created: 2020-11-30T18:52:42.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-19T12:22:35.000Z (over 5 years ago)
- Last Synced: 2024-11-27T11:08:38.119Z (over 1 year ago)
- Topics: actions, ci, git, go, golang, wordpress
- Language: Go
- Homepage: https://wpgitupdater.dev
- Size: 277 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Git Updater
[](https://github.com/wpgitupdater/wpgitupdater/actions)
[](https://github.com/wpgitupdater/wpgitupdater/releases)
[](https://github.com/wpgitupdater/wpgitupdater)
[](https://github.com/wpgitupdater/wpgitupdater/issues)
[](https://github.com/wpgitupdater/wpgitupdater/stargazers)
[](https://github.com/wpgitupdater/wpgitupdater)
Automated Source Controlled WordPress Updates
[](https://wpgitupdater.dev)
# Installation
[](#usage)
# Usage
```shell
# Install locally
curl https://install.wpgitupdater.dev/install.sh | bash -s -- -b $HOME/bin
# Optional flags in []
# Generates a .wpgitupdater.yml file with defaults
$ wpgitupdater init
# Generates a .github/workflows/wpgitupdater.yml workflow file
$ wpgitupdater init -ci -actions
# You will need the ENV var WP_GIT_UPDATER_GIT_TOKEN set as a personal access token for the following commands
$ export WP_GIT_UPDATER_GIT_TOKEN="***"
# Lists plugin version stats
$ wpgitupdater list [-plugins]
# Performs updates
$ wpgitupdater update [-dry-run]
```
For more detailed documentation visit the [Documentation](https://docs.wpgitupdater.dev).