From 84d4ba48f32e2359af70ff8472745115b82b2f3e Mon Sep 17 00:00:00 2001 From: Qasim Date: Thu, 12 Mar 2026 17:05:16 -0400 Subject: [PATCH] docs: add cli.nylas.com website link across project Add documentation site URL to README badges, docs index, CLI help output, and goreleaser release notes. --- .goreleaser.yml | 4 +++- README.md | 3 ++- docs/INDEX.md | 2 ++ internal/cli/root.go | 4 +++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a93cd8c..91aad2a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: | @@ -98,6 +98,8 @@ release: header: | ## Nylas CLI {{ .Version }} + **Documentation:** https://cli.nylas.com/ + ### Installation **macOS/Linux (Homebrew):** diff --git a/README.md b/README.md index cac4af1..67178cf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/INDEX.md b/docs/INDEX.md index 9c5538b..6123617 100644 --- a/docs/INDEX.md +++ b/docs/INDEX.md @@ -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. --- diff --git a/internal/cli/root.go b/internal/cli/root.go index 62c3218..aae3803 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -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, }