## docs Browse docs.stripe.com from the terminal. Read any documentation page by passing its path, or use the `api` and `search` subcommands to look up API reference pages and search documentation by keyword. **Command:** `stripe docs` ### Arguments - `` Path of the docs.stripe.com page to read (for example, `/payments` or `/api/customers`). ### Flags - `--no-pager` Write output directly to stdout instead of opening an interactive pager. - `--non-interactive` Write output directly to stdout without the interactive browser. ### Examples **Read a documentation page** ```sh stripe docs /payments ``` **Read an API reference page** ```sh stripe docs /api/customers ```