Open coryan opened 6 days ago
We will need to repeatedly run the generator to keep the protos up to date. The generator should gain some subcommands so we can run things like:
.sidekick.toml
rust
google-cloud-rust
https://github.com/googleapis/googleapis@{SHA}
sidekick
The generate and refresh commands work. generate saves the options in a .sidekick.toml file, that refresh can use to do its job.
generate
refresh
We will need to repeatedly run the generator to keep the protos up to date. The generator should gain some subcommands so we can run things like:
.sidekick.toml
file).rust
in thegoogle-cloud-rust
directory.https://github.com/googleapis/googleapis@{SHA}
(or something similar) as a source for protobuf.sidekick
should download the specified version in that case, and provide the path to each directory.