wf-env

View, merge, and replace environment variables for Willform Kubernetes deployments.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/willform-ai/willform-plugins --skill wf-env
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wf-env
Source: https://github.com/willform-ai/willform-plugins/tree/main/skills/wf-env
Command: npx skills add https://github.com/willform-ai/willform-plugins --skill wf-env

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to easily view and update environment variables for their deployments on the Willform Agent platform, ensuring applications have the correct configuration.

Core Features & Use Cases

  • View Environment Variables: Inspect current environment variables for a specific deployment.
  • Set Environment Variables (Merge): Add or update environment variables without affecting existing ones.
  • Replace All Environment Variables: Overwrite all existing variables with a new set.
  • Use Case: A developer needs to update the DATABASE_URL for their web application deployment. They can use this Skill to safely update the variable, triggering a rolling restart to apply the changes.

Quick Start

Use the wf-env skill to view the environment variables for the deployment named 'my-app'.

Frequently Asked Questions about wf-env

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update environment variables for a Kubernetes deployment without losing existing configuration?

You can update Kubernetes environment variables by merging new values, which adds or updates specific variables while preserving the existing deployment configuration. This triggers a rolling restart to apply changes.

Can I view current environment variables for a specific deployment on the Willform platform?

Yes, you can view current environment variables for a specific deployment on the Willform platform. The system retrieves and inspects the active configuration to display all configured variables for that deployment.

What is the best way to replace all environment variables for an application deployment at once?

The best way to replace all environment variables is to overwrite the existing set entirely with a new configuration. This action replaces all current variables, ensuring the deployment uses only the newly provided values.

Does the Willform environment variable manager support API integration for deployment updates?

Yes, the Willform environment variable manager integrates with Willform's API for deployment management. It uses MCP for specific update operations and provides robust error handling for API and deployment issues.

Why does updating an environment variable trigger a rolling restart in Kubernetes?

Updating an environment variable triggers a rolling restart because Kubernetes deployments require a restart to apply new configuration values. This ensures the application instances load the updated variables during the deployment process.