Provide a brief description of the changes in this PR. Important to list all the changes made in overall. Describe any improvements, follow up tasks or edge cases related to this PR
This PR add to the intro printer the machineId if added via env variable by process.env.CURRENTS_MACHINE_ID and accept CURRENTS_MACHINE_ID as env variable. Also being sent in the createRun request.
PR Checklist
[x] I performed manual tests or added tests that prove my fix is effective or that my feature works.
[x] I have performed a self-review of my code.
[x] I have annotated my PR with comments, particularly in hard-to-understand areas.
[x] I have considered the security implications of this work.
Release Plan
Do we need to update any environment variables? Is there any order of releases required?
Package release
Demo
Add screenshots or videos demonstrating the solution if applicable
Manual Testing
Describe in steps (support it with images if needed) how to try the changes of this PR. (Even the start/setup of the services needed to try it out). If it's a bug also include reproduction steps
Add a value to CURRENTS_MACHINE_ID environment variable can be via CLI or in env file
Execute the run and you will be able to see in the intro print the machineId value assigned.
Description
This PR add to the intro printer the machineId if added via env variable by
process.env.CURRENTS_MACHINE_ID
and acceptCURRENTS_MACHINE_ID
as env variable. Also being sent in thecreateRun
request.PR Checklist
Release Plan
Demo
Manual Testing
CURRENTS_MACHINE_ID
environment variable can be via CLI or in env file