This repository was archived by the owner on Apr 16, 2023. It is now read-only.
Releases: Genzer/bitbucklet
Releases · Genzer/bitbucklet
bitbucklet 0.5.0
bitbucklet v0.4.0
- Add
reposfor granting/revoking accesses of members/groups. - Add
accessesfor getting granted accesses (by repositories or by groups) of an user.
bitbucklet v0.3.1
This version simply removes the need of BitBucket username and password which previously though to be mandatory in the OAuth2 flow. In practice, it seems the credential of the OAuth Consumer is enough.
bitbucklet 0.3.0
This release adapts with BitBucket changed policy (removal of username, introducing account_id, user can only be invited by email address).
CLI was enhanced
bitbucklet groups list-user developers
bitbucklet users listThese commands now list users in a tabular format showing account_id, uuid. The output can then be piped into awk or grep.
CLI was added
# Invite a new users
bitbucklet users invite [email protected] developers
# See pending invitations
bitbucklet users list-pending
# Drop an invitations
bitbucklet users del-invitation [email protected]