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 env and env_file in cartesi.toml [machine] section
Allow injecting environment variables into the Cartesi Machine build
beyond the Dockerfile ENV controlled by use_docker_env:
- env: an inline table of key/value pairs in [machine.env]
- env_file: a path to a .env file
Precedence (lowest to highest): docker image ENV (when use_docker_env
is enabled), env_file, then the env table. Also fixes a latent bug
where env values containing "=" were truncated at the first "=".
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016vnD51QAGwAvqaZuEZJypr
0 commit comments