aspire docs api command
Konten ini belum tersedia dalam bahasa Anda.
aspire docs api - Browse, search, and retrieve Aspire API reference documentation from aspire.dev.
Synopsis
Section titled “Synopsis”aspire docs api [command] [options]Description
Section titled “Description”The aspire docs api command group provides access to the Aspire API reference documentation published on aspire.dev. Unlike the aspire docs commands that work with prose documentation pages, the aspire docs api commands are backed by the API reference index built from aspire.dev’s sitemap.
You can browse the API catalog by scope, search for specific types or members by keyword, or retrieve the full reference content for a specific API entry. Both C# and TypeScript API hierarchies are supported.
Options
Section titled “Options”The following options are available:
-
-?, -h, --helpPrints help and usage documentation for the available commands and options.
-
-l, --log-level <Critical|Debug|Error|Information|None|Trace|Warning>Set the minimum log level for console output. Use this option to increase diagnostics while troubleshooting or reduce output in scripted runs.
-
--non-interactiveRun the command in non-interactive mode, disabling all interactive prompts and spinners.
-
--nologoSuppress the startup banner and telemetry notice.
-
--bannerDisplay the animated Aspire CLI welcome banner.
-
--wait-for-debuggerWait for a debugger to attach before running a command.
Commands
Section titled “Commands”The following commands are available:
| Command | Status | Function |
|---|---|---|
aspire docs api list <scope> | Stable | Browse API reference entries under a given scope. |
aspire docs api search <query> | Stable | Search Aspire API reference by keyword. |
aspire docs api get <id> | Stable | Get the full content of an API reference entry by identifier. |