You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a system that brings up a clone of my WordPress instance (running wpgraphql and this plugin) in a dev environment, alongside a development instance of my nextjs app. Because of the timing, I need to generate the refreshToken before the wp server is available publicly (I need to write the token value to the .env file being injected into the nextjs container). It would be exceptionally handy to have a wp-cli command for generating the token so I could attach it to the pre-deploy hook.
I've written the code to do so as a separate plugin, but am wondering if you'd be interested in a PR to add it officially?
The text was updated successfully, but these errors were encountered:
I have a system that brings up a clone of my WordPress instance (running wpgraphql and this plugin) in a dev environment, alongside a development instance of my nextjs app. Because of the timing, I need to generate the refreshToken before the wp server is available publicly (I need to write the token value to the .env file being injected into the nextjs container). It would be exceptionally handy to have a wp-cli command for generating the token so I could attach it to the pre-deploy hook.
I've written the code to do so as a separate plugin, but am wondering if you'd be interested in a PR to add it officially?
The text was updated successfully, but these errors were encountered: