Save 20% off the retail price of all currently available books with code NEWLOOK (Online Only)
Save 30% off all preorders with code CANTWAIT (Online Only)
Free USPS Shipping on orders of $55 or more!
Save 20% off the retail price of all currently available books with code NEWLOOK (Online Only)
Save 30% off all preorders with code CANTWAIT (Online Only)
Free USPS Shipping on orders of $55 or more!
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 |