wearerequired / traduttore

🗼 A WordPress plugin to improve the I18N workflow for your own projects based on @GlotPress.
https://wearerequired.github.io/traduttore/
72 stars 12 forks source link

Add CLI command to edit project meta information #78

Open swissspidy opened 6 years ago

swissspidy commented 6 years ago

Basically like https://github.com/wp-cli/entity-command, but for project meta, I'd want an easy way to set project meta information like VCS type and things like that using WP-CLI.

Not sure how easy it would be to require that command and extend \WP_CLI\CommandWithMeta. Otherwise we'd have to copy the code a bit.

Also, this might be something for GlotPress itself and not specifically Traduttore.