-
Notifications
You must be signed in to change notification settings - Fork 42
librarian: update-image: implement CLI command #2546
Copy link
Copy link
Closed
Description
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels