TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/buttondown/cli/llms.txt
Use this file to discover all available pages before exploring further.
Configuration type contains all the settings required to connect to the Buttondown API and manage local sync operations.
Type Definition
Properties
The base URL for the Buttondown API. Typically
https://api.buttondown.email.Your Buttondown API key for authentication. Used in the
Authorization header as Token {apiKey}.Optional username for the Buttondown account. Used for filtering resources that belong to a specific user.
The local directory path where synced resources will be stored. This is the root directory for all sync operations.
Usage
TheConfiguration type is passed to all resource operations to provide API credentials and local storage settings:
Client Construction
The configuration is used to construct an authenticated API client:- Sets the Authorization header with your API key
- Adds a User-Agent header identifying the CLI version
- Directs all requests to the configured base URL