Skip to content

[ZT] Posture check environment variables - #29328

Merged
ranbel merged 3 commits into
productionfrom
ranbel/posture-check-variables
Mar 25, 2026
Merged

[ZT] Posture check environment variables#29328
ranbel merged 3 commits into
productionfrom
ranbel/posture-check-variables

Conversation

@ranbel

@ranbel ranbel commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

PCX-21023

@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/cloudflare-one/ @ranbel, @cloudflare/pcx-technical-writing
* @cloudflare/pcx-technical-writing

File paths can include environment variables to account for differences across devices.

- **Windows**: Use `%VAR%` syntax. For example, `%PROGRAMFILES%\myfolder\myfile.exe`.
- **macOS/Linux**: Use `${VAR}` syntax. For example, `${HOME}/myfolder/myfile`.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use another example since ${HOME} won't make sense from the daemon context.

Maybe RUNTIME_DIRECTORY?

This would also be good to call out since it's not necessarily intuitive. Environment variables would need to be set in the daemon runtime context.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proposed update: db6b4c2

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah looks good - the "runtime environment" also applies to windows, so maybe it could be located in the description and not in the macOS/Linux section

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ranbel
ranbel merged commit fc5fe50 into production Mar 25, 2026
16 checks passed
@ranbel
ranbel deleted the ranbel/posture-check-variables branch March 25, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants