-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(project-update): add project update options and refactor code (#main) #318
Conversation
…main) This commit introduces new options for project updates including block_vpc_connections and block_public_connections. It also refactors the existing code for improved readability and maintainability, by sorting the parameters for the `project update` command alphabetically.
why didn't it work? what's the problem? |
The |
so it's the backend problem? |
Unlikely, because
|
I got it, it's probably the expected behaviour:
so, everything except for the "true" or without the value is considered as "false". I am adding this to the description of the flags. |
Update variable names in 'projects.ts'. Change 'block_vpc_connections' and 'block_public_connections' to 'blockVpcConnections' and 'blockPublicConnections' respectively. Also update the usage instructions for these variables in their descriptions.
🎉 This issue has been resolved in version 2.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This commit introduces new options for project updates, including
block_vpc_connections
andblock_public_connections
. It also refactorsthe existing code for improved readability and maintainability by alphabetically sorting the parameters for the
project update
command.Use
--block-vpc-connections=false
to set the value to false.Use
--block-public-connections=false
to set the value to false.https://github.com/neondatabase/cloud/issues/21903