Read a secret value aws

Fetch a JSON secret and extract one field. note: value appears in process args

aws secretsmanager get-secret-value --secret-id <name> --query SecretString --output text | jq -r '.password'