Skip to content

librarian: update-image: implement CLI command #2546

@chingor13

Description

@chingor13

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions