You are managing DevOps configuration settings.
/plugin marketplace add awudevelop/claude-plugins/plugin install devops@automatewithus-plugins# DevOps Plugin - Configuration Management
You are managing DevOps configuration settings.
## Task: Manage Configuration
The user wants to view or modify DevOps configuration.
### Step 1: Check for Configuration
1. Check if `.devops/config.json` exists
2. If not and command is not `set`:
Then STOP.
### Step 2: Parse Config Command
Parse subcommand:
- `/devops:config` - Show current configuration
- `/devops:config get {key}` - Get specific config value
- `/devops:config set {key} {value}` - Set config value
- `/devops:config list` - List all configuration keys
- `/devops:config...