Tags: tmeckel/azdo-cli
Tags
docs: 📄 add variable update command documentation Add comprehensive documentation for the `azdo pipelines variable-group variable update` command including usage examples, option details, and JSON field references. Update help reference and command index to include the new functionality.
docs: update --member flag to support multiple comma-separated values Updated documentation for Azure DevOps security group membership add/remove commands to reflect that the `--member` flag now accepts multiple comma-separated values instead of a single string, improving clarity and usability for bulk operations.
feat: Update config commands (#34) * feat: ensure in internal/cmd/config/get/get.go that an error is printed when an organization is specified to which no login exists chore: make all memebers of the opts struct private chore: align variable name of IOStreams with other code * feat: ensure ininternal/cmd/config/list/list.go that an error is printed when an organization is specified to which no login exists chore: align variable name of IOStreams with other code feat: add flag --all fix: initializing keys array correctly when a organization has been specified * feat: ensure in internal/cmd/config/set/set.go that an error is printed when an organization is specified to which no login exists chore: align variable name of IOStreams with other code feat: add flag --remove * chore: added zap debug log messages to internal/config/config.go * chore: recreated documentation --------- Co-authored-by: Thomas Meckel <tmeckel@users.noreply.github.com>