I'm using docker with the wordpress:cli image to perform many actions like updating, activating themes and plugins, etc, on the system.
I come up with a brand new updated system that has everything in it I want, except for the translations. Wordpress-admin informs me that there are updates for translations and I can manually click and update but I obviously want to continue with the cli-style.
Is there any command to achieve such? Following the documentation in https://developer.wordpress.org/cli/commands/language
I cannot find anything.
Can this be done in any way?