New command librarian update-image
Options:
| Option |
Required |
Description |
| -repo |
no |
Code repository for the generated code. Can be a remote URL (e.g., https://github.com/{owner}/{repo}) or a local path. If not specified, will try to detect the current working directory as a language repository. |
| -image |
no |
The new image to update to. If not provided, we will default to the latest SHA for the currently configured image. |
| -push |
no |
If specified, push the changes to GitHub and open a pull request. |
| -api-source |
no |
Location of the API repository. If not set, defaults to a new clone of https://github.com/googleapis/googleapis |
| -commit |
no |
Whether to commit the changes to the local git repository. |
| -build |
no |
Whether to run the build container command on the newly generated library code |
New command
librarian update-imageOptions: