Skip to content

Conversation

@Coddo-Python
Copy link
Contributor

@Coddo-Python Coddo-Python commented Nov 6, 2025

Summary of changes

Changed the casing of the property read by the jq command in the example given on using ephemeral machines to automatically inject build secrets from Name to name

The current example doesn't work since the output of the flyctl secrets list --json command outputs name for every environment variable, not Name, causing the jq command to simply return null.

Fixes #2215

Copy link
Contributor

@kcmartin kcmartin left a comment

Choose a reason for hiding this comment

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

  • Confirmed the JSON property is name not Name
  • Fixed typo found by linter

@kcmartin kcmartin merged commit a10dde7 into superfly:main Nov 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue with the "Build Secrets" doc

2 participants