Skip to content

Tags: tmeckel/azdo-cli

Tags

v0.6.0

Toggle v0.6.0's commit message
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.

v0.5.0

Toggle v0.5.0's commit message
test: 🧪 added unit tests for 'permission reset' command

v0.4.0

Toggle v0.4.0's commit message
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.

v0.3.0

Toggle v0.3.0's commit message
docs: updated CLI docs after implementing 'azdo project show' command

v0.2.0

Toggle v0.2.0's commit message
chore: 💅🏼 corrected indention for heredoc in internal/cmd/repo/create…

…/create.go

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tmeckel Thomas Meckel
chore: updated .gitignore so that the azdo binary is currectly exclud…

…ed and that *.local.* files are excluded as well

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Ensure that organization names are always converted to lower-case (

#32)

Co-authored-by: Thomas Meckel <tmeckel@users.noreply.github.com>

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Using golangci-lint-action and gopfumpt in .github/workflows/lint.yml (

…#24)

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tmeckel Thomas Meckel
Initial check of code