You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): support loading auth-token from env var
Support loading the auth token and Mermaid Chart base URL from
environment variables using `MERMAID_CHART_AUTH_TOKEN` and
`MERMAID_CHART_BASE_URL`.
The order of priority is:
1. CLI --options
2. Environment variables
3. Config file
4. Default values
0 commit comments