Sign inGet started

bird docs search

Usage

Ejemplo de código
bird docs search [flags]

Description

Search the documentation by keyword and return ranked sections with deep links, page slugs, and matching snippets. Use bird docs read with a result's slug to fetch the full page. Set contents to highlights to include matching passages. This operation requires no authentication.

Examples

Ejemplo de código
bird docs search <q>

Options

NameDescription
--contentsHow much of each matching section to return. snippet (the default) returns a short preview; highlights additionally returns the passages that match the query. For the full text, fetch a result's markdown_url. Possible values: snippet, highlights.
--limit <n>Maximum number of results to return (1–25).
--localeDocumentation locale to search, as a language-region code such as en-us. Defaults to en-us when omitted or unavailable.
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird docs readGet a documentation page