Add a generate-all step and auto-generate settings.md (#5080)

## Summary

Ensures that `generate-all` generates both the JSON Schema and the
`settings.md` API reference.
This commit is contained in:
Charlie Marsh 2024-07-15 15:58:53 -04:00 committed by GitHub
parent 6275b54d51
commit 41cd4bee58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 287 additions and 25 deletions

View file

@ -2,6 +2,7 @@ use std::path::PathBuf;
use clap::Parser;
use tracing::info;
use uv_cache::{Cache, CacheArgs};
use uv_python::{EnvironmentPreference, PythonEnvironment, PythonRequest};