Skip to main content

run

Function run 

Source
pub async fn run(server_url: &str, token: Option<&str>) -> Result<()>
Expand description

Fetch schema metadata from server_url and print as a formatted table.

ยงErrors

Returns an error if the HTTP request fails, the server responds with a non-2xx status, or the response body cannot be parsed as the expected JSON shape.