wpmovejs: Wordmove replacement, written in TypeScript #681
samilempinen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The excellent wordmove utility has been a staple of our workflow for a good part of a decade already, but lately the dependency chain has become particularly problematic with OS upgrades and newer Ruby versions. Therefore, I decided to roll my own solution, heavily inspired by wordmove.
I've been using the current version now with a couple of projects already, and it covers my uses nicely. Support for FTP was dropped, and SSH uses key-based authentication. I have added a few features which I found myself wanting:
wpmovejs ssh -e <environment>launches an SSH shell in any remotewpmovejs db shell -e <environment>launches wp db cli in any remoteThe code is at https://github.com/Adarok/wpmovejs, and the NPM module can be installed with
npm i -g @adarok/wpmovejsfrom https://www.npmjs.com/package/@adarok/wpmovejs.You are most welcome to try it out. Remember to have good backups in place!
And thanks to everyone who contributed to wordmove. It has truly been a life-saver.
Beta Was this translation helpful? Give feedback.
All reactions