-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI command for debugging #67
Comments
Added a description to explain my thinking here :-) |
More thoughts:
|
So sort of like the API endpoint? Maybe we could use a separate command for that to show a proper list with different |
I don't think we store that information yet. We store the last build date for language packs, but nothing for the import. Unless GlotPress does that ...? |
Adds two new WP-CLI commands: * `wp traduttore project info <project>` (similar to `wp traduttore info`) * `wp traduttore project list <project>` Also adds the `wp traduttore build` and `wp traduttore update` commands to the `project` namespace for increased consistency. So the commands now work like this: * `wp traduttore project build <project>` * `wp traduttore project update <project>` Fixes #67.
Looking at |
Some thoughts about possible WP-CLI commands for easier debugging:
wp traduttore info
This could show some status information, e.g. things like:
wp traduttore debug <project>
The text was updated successfully, but these errors were encountered: