Skip to content

Conversation

@tmeckel
Copy link
Owner

@tmeckel tmeckel commented Dec 18, 2025

Closes: #124

Adds a new `create` command under `pipelines variable-group variable` that allows users to add variables to existing variable groups. Supports both regular and secret variables with options for read-only access and secure value prompting.

- Implements flag parsing for variable name, value, and attributes
- Handles secret value input via environment variables or secure prompt
- Validates against duplicate variable names (case-insensitive)
- Prevents modifications to Azure Key Vault-backed variable groups
- Supports JSON output for programmatic use
- Includes human-readable table output for CLI usage
Add comprehensive documentation for the new `azdo pipelines variable-group variable create` command, including usage examples, available flags, and JSON field references. Update the help reference and command index to include the new functionality.
@tmeckel tmeckel merged commit 9763b42 into master Dec 18, 2025
1 check passed
@tmeckel tmeckel deleted the tmeckel/issue124 branch December 18, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Implement azdo pipelines variable-group variable create command

2 participants