This repository contains code for a unified command line tool for Google Cloud SDK client library configuration, generation and releasing.
See CONTRIBUTING.md for a guide to contributing to this repository, and the doc/ folder for more detailed project documentation.
The Librarian project supports the Google Cloud SDK ecosystem, and we do not expect it to be of use to external users. That is not intended to discourage anyone from reading the code and documentation; it's only to set expectations. (For example, we're unlikely to accept feature requests for external use cases.)
To see the current set of commands available, run:
go run ./cmd/librarian
Use the -h
flag for any individual command to see detailed
documentation for its purpose and associated flags. For example:
go run ./cmd/librarian generate -h
Most commands require a language-specific image to be available; there are no such images published at the moment.
See https://pkg.go.dev/github.com/googleapis/librarian/cmd/librarian for additional documentation.
Apache 2.0 - See LICENSE for more information.