Back to list
認証ステータスを確認 — nylas 認証ステータスガイド
Check authentication status — nylas auth status Guide
Translated: 2026/4/25 2:00:37
Japanese Translation
すべてのメール、カレンダー、連絡先操作には認証が必要です。nylas auth status はそのレイヤーを管理します。
nylas auth status コマンドは、CLI が認証済みか、現在有効であるトークンを確認します。API 接続性、トークンの有効期限、およびギャンテの健全性をチェックします。
brew install nylas/nylas-cli/nylas
nylas init
nylas auth status
nylas auth status
ステータス確認:
nylas auth status
JSON スクリプティング:
nylas auth status --json
CLI はあなたのシステムの鍵チェーン(macOS のキーチェーン、Linux の秘密サービス、または Windows のcredential マネージャー)にセキュリティで保管します。トークンは自動的に更新されます——一度認証すると、コマンドが自動的に実行されます。
ステータスは「認証されていない」と表示
nylas auth config --api-key で API キーを設定するか、nylas auth login で OAuth を使用します。
トークンは有効ですが API 呼び出しは失敗
完全なドキュメント: nylas auth status リファレンス——すべてのフラグ、高度な例、およびトラブルシューティング。
すべてのコマンド: Nylas CLI コマンドリファレンス
始めるには: brew install nylas/nylas-cli/nylas——他のインストール方法
Original Content
Every email, calendar, and contact operation requires auth. nylas auth status manages that layer.
The nylas auth status command verifies whether the CLI is authenticated and the current token is valid. It checks API connectivity, token expiry, and grant health.
brew install nylas/nylas-cli/nylas
nylas init
nylas auth status
nylas auth status
Check status:
nylas auth status
JSON for scripting:
nylas auth status --json
The CLI stores credentials securely in your system keychain (macOS Keychain, Linux Secret Service, or Windows Credential Manager). Tokens are refreshed automatically — you authenticate once and commands just work.
Status shows unauthenticated
nylas auth config --api-key to set your API key, or nylas auth login for OAuth.
Token valid but API calls fail
Full docs: nylas auth status reference — all flags, advanced examples, and troubleshooting.
All commands: Nylas CLI Command Reference
Get started: brew install nylas/nylas-cli/nylas — other install methods