Back to list
Nylas Auth Providers: Developer Reference 一覧例
nylas auth providers: Developer Reference with Examples
Translated: 2026/4/25 2:00:58
Japanese Translation
利用可能なプロバイダーの一覧が必要ですか?1 つのコマンドで完了します。
nylas auth providers コマンドは、CLI に対応する全てのメールプロバイダー(Gmail、Outlook、Exchange、Yahoo、iCloud、IMAP)をすべて一覧表示します。各項目には、プロバイダー名、認証方法(OAuth または認証情報)、サポートされている機能が示されます。
brew install nylas/nylas-cli/nylas
nylas init
nylas auth providers
nylas auth providers
CLI は、信頼性の高いシステムキーチェーン(macOS Keychain、Linux Secret Service、Windows Credential Manager)に認証情報を安全に保存します。トークンのリフレッシュは自動的に実行され、一度認証すればコマンドがそのまま機能します。
プロバイダー一覧表示:
nylas auth providers
JSON 出力:
nylas auth providers --json
nylas auth config — Nylas CLI の API 認証情報を設定します
nylas auth login — プロバイダー(Gmail、Outlook など)で認証を行い、メールボックスを接続します
nylas auth list — 全ての接続済みアカウント(Grant)を一覧表示します
nylas auth whoami — アクティブなアカウントの現在のユーザー情報を表示します
完全なドキュメント: Nylas Auth Providers リファレンス — すべてのフラグ、高度な例、トラブルシューティング。
全コマンド一覧: Nylas CLI Command Reference
開始方法: brew install nylas/nylas-cli/nylas — 他のインストール方法も利用可能
Original Content
Need to list available providers? One command.
The nylas auth providers command lists every email provider the CLI supports — Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP. Each entry shows the provider name, authentication method (OAuth or credentials), and supported features.
brew install nylas/nylas-cli/nylas
nylas init
nylas auth providers
nylas auth providers
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.
List providers:
nylas auth providers
JSON output:
nylas auth providers --json
nylas auth config — Configure API credentials for the Nylas CLI
nylas auth login — Authenticate with a provider (Gmail, Outlook, etc.) to connect your mailbox
nylas auth list — List all connected accounts (grants)
nylas auth whoami — Show current user info for the active account
Full docs: nylas auth providers reference — all flags, advanced examples, and troubleshooting.
All commands: Nylas CLI Command Reference
Get started: brew install nylas/nylas-cli/nylas — other install methods