Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flux updates #1286

Merged
merged 11 commits into from
Jul 4, 2024
Merged

Flux updates #1286

merged 11 commits into from
Jul 4, 2024

Conversation

forgetso
Copy link
Member

@forgetso forgetso commented Jun 19, 2024

  • Make the CLI easier to use by not asking the user to specify --app. They can simply write the app name.
  • Add a CLI command for signing a payload
  • Add a CLI command for formatting the env file in the correct format for deploying on Flux
  • Add the first steps for updating env on enterprise nodes as a command

@forgetso
Copy link
Member Author

There will need to be a follow up PR in captcha-private once this is released.

.map((line) => {
const [key, ...value] = line.split('=')
if (!value[0]) return `"${key}="`
return `"${key}=${value.join('=').replace(/"/g, '\\"')}"`

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.
@goastler goastler enabled auto-merge (squash) July 3, 2024 11:00
@goastler goastler merged commit 607b790 into main Jul 4, 2024
12 of 13 checks passed
@goastler goastler deleted the flux-updates branch July 4, 2024 10:14
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.

2 participants