-
Notifications
You must be signed in to change notification settings - Fork 1k
[BREAKING(apphosting)] Deprecate apphosting.local.yaml in favor of apphosting.emulator.yaml #8361
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
Conversation
if ("value" in env[name]) { | ||
const newValue = await prompt.promptOnce({ | ||
type: "input", | ||
message: `What new value would you like for plaintext ${name}?`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wondering if default should be current value as a means. to show users what the value currently is.
src/apphosting/config.ts
Outdated
secretRef = await prompt.promptOnce({ | ||
type: "input", | ||
message: `What would you like to name the secret reference for ${name}?`, | ||
// TODO: kebab case + test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you want to fix this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually fixed it and forgot to remove the TODO 😆
projectId may become necessary, depending on some changes @jamesdaniels is looking at, but this should all be forwards compatible with these changes.