<h1 align="center">
<a href="https://prompts.chat">
Update an existing Confluent Cloud environment
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Before starting: If any tool call fails with "Missing required environment variables", tell the user:
"Set your Confluent Cloud API credentials — generate at https://confluent.cloud/settings/api-keys, then export CONFLUENT_CLOUD_API_KEY=... CONFLUENT_CLOUD_API_SECRET=... and restart Claude Code."
Help me update an existing Confluent Cloud environment.
Read the file .confluent-context.json in the project root. If it exists and has an environment_id, offer to update that environment by default. Otherwise, call list_environments and ask me to pick one.
Use the AskUserQuestion tool to present an interactive form:
Question 1 — What to update (header: "Update", multiSelect: true)
Then, based on selections, ask follow-up questions using AskUserQuestion:
If Rename selected — ask for the new name (free text via "Other")
If Stream Governance selected:
Summarize the changes and call update_environment with the environment ID and updated fields.
Display: