What problem does it solve? Managing deployed Gcore FastEdge applications requires juggling multiple API endpoints for listing, updating, deleting apps, and keeping environment variables in sync, which is error-prone when done manually through curl or the web portal. ## Core Features & Use Cases - App Lifecycle Management: List, inspect, update, and delete FastEdge apps with confirmation safeguards for destructive operations. - Secrets Management: List secrets and resolve secret names to IDs for referencing in app configurations. - Dotenv Synchronization: Push environment variables, secrets, and response headers from .env files to a deployed app with tiered confirmation — additive changes auto-apply while removals require explicit approval. - Use Case: After editing .env.variables in your project, run the sync-env subcommand to diff local config against the deployed app and apply only the changes you approve. ## Quick Start Ask the assistant to list all your FastEdge apps or sync the local .env files to a specific deployed app by name or ID.