googleapis / google-cloud-rust

Google Cloud Platform Rust [Experimental] Client Libraries
Apache License 2.0
264 stars 18 forks source link

Automate common library maintenance tasks #188

Open coryan opened 6 days ago

coryan commented 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:

coryan commented 5 days ago

The generate and refresh commands work. generate saves the options in a .sidekick.toml file, that refresh can use to do its job.