LIBRARY

캐드소스/캐드디테일/캐드프로젝트/모델링/판넬/실측자료/견적서/기타자료

까칠주임(레벨6) 게시판입니다.


Md Command Health Login May 2026

Here’s a piece of documentation for an md command health login command, written as if for a CLI tool manual or help system. Description Authenticates a user or service account to the MD Health platform, retrieving an access token for subsequent API requests. This command is typically the first step in an automated health data workflow. Syntax md command health login [OPTIONS] Options | Option | Alias | Description | Required | |--------|-------|-------------|----------| | --username | -u | Account username or email | Yes* | | --password | -p | Account password | Yes* | | --client-id | -c | OAuth2 client ID (for service accounts) | No | | --client-secret | -s | OAuth2 client secret (for service accounts) | No | | --tenant | -t | Tenant/organization ID for multi-tenant setups | No | | --token-file | -f | File path to save the access token (default: ~/.md/health/token.json ) | No | | --expiry-warning | -w | Show warning when token expires in less than N minutes (default: 10) | No | | --json | -j | Output raw JSON response instead of human-readable format | No | | --quiet | -q | Suppress all non-error output | No |


알림 0