Quick Start¶
Get up and running with bnerd in 5 minutes.
Step 1: Install¶
See Installation for all options. The fastest way:
Step 2: Initialize Configuration¶
This creates ~/.bnerd.yaml with default settings.
Step 3: Authenticate¶
The easiest way to set up authentication:
Follow the interactive prompts to enter your API URL, credentials, and select your organization.
Alternatively, configure manually:
bnerd config set api-url https://api.bnerd.net
bnerd config set token YOUR_TOKEN
bnerd config set org-id YOUR_ORG_ID
Step 4: Verify Setup¶
Step 5: Explore¶
# List your DNS zones
bnerd dns zones list
# List your domains
bnerd domains list
# Check billing
bnerd billing overview
# Launch the interactive TUI
bnerd x
What's Next?¶
- Configuration — Understand all configuration options
- Authentication — Learn about auth methods and precedence
- Command Reference — See all available commands
- Interactive TUI — Master the terminal UI