Skip to content

Releases: bensallen/duocli

v1.0.0-pre1

21 Oct 00:33
7886656

Choose a tag to compare

Changelog

  • 62b54c8 Add fix in duo_api_golang/admin's user.URLValues() to skip pointer values that are empty similar to how it already skips empty strings
  • 5691242 Update duo_api_golang to 0.2.0, urfave/cli to 2.3.0, Go toolchain to 1.24 or later. Fixup goreleaser config to be version: 2 compatible.

v0.99.0-pre3

09 Mar 15:26
7886656

Choose a tag to compare

Changelog

7886656 Add setting realName attribute via create and modify user

v0.99.0-pre2

08 Mar 19:42
76b87f7

Choose a tag to compare

Changelog

633df64 Rename add command to create, remove to delete to match API naming. Add --create flag for modify to create the user if it doesn't already exist. Detect if a user is already alread member of a group before trying to associate the group. Cleanup log text.
76b87f7 Update README.md

v0.99.0-pre1

04 Mar 16:48
689b527

Choose a tag to compare

Changelog

689b527 Add more self-generating documentation, add an example configuration file
bac6394 Initial commit
9d8d504 Initial implementation with User get, add, modify, and remove.