Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ changelog:
# branch: main
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# directory: Formula
# homepage: "https://github.com/nylas/cli"
# homepage: "https://cli.nylas.com/"
# description: "CLI for Nylas API - manage email, calendar, and contacts"
# license: "MIT"
# install: |
Expand All @@ -98,6 +98,8 @@ release:
header: |
## Nylas CLI {{ .Version }}

**Documentation:** https://cli.nylas.com/

### Installation

**macOS/Linux (Homebrew):**
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
![Go Version](https://img.shields.io/badge/Go-1.24-00ADD8?logo=go&logoColor=white)
![License](https://img.shields.io/badge/license-MIT-green)
![Release](https://img.shields.io/github/v/release/nylas/cli)
[![Website](https://img.shields.io/badge/docs-cli.nylas.com-blue)](https://cli.nylas.com/)

Unified CLI for [Nylas API](https://www.nylas.com/) - manage email, calendar, and contacts across providers (Google, Microsoft, IMAP) with a single interface.
**[Documentation](https://cli.nylas.com/)** | Unified CLI for [Nylas API](https://www.nylas.com/) - manage email, calendar, and contacts across providers (Google, Microsoft, IMAP) with a single interface.

## Installation

Expand Down
2 changes: 2 additions & 0 deletions docs/INDEX.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Documentation Index

> **Website:** [cli.nylas.com](https://cli.nylas.com/)

Quick navigation guide to find the right documentation for your needs.

---
Expand Down
4 changes: 3 additions & 1 deletion internal/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ OTP MANAGEMENT:
nylas otp list List configured accounts

INTERACTIVE TUI:
nylas tui Launch k9s-style terminal UI for emails`,
nylas tui Launch k9s-style terminal UI for emails

Documentation: https://cli.nylas.com/`,
SilenceUsage: true,
SilenceErrors: true,
}
Expand Down
Loading