Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add status printing for Bitwarden access manager #11

Open
yannickhilber opened this issue Mar 30, 2023 · 0 comments
Open

Add status printing for Bitwarden access manager #11

yannickhilber opened this issue Mar 30, 2023 · 0 comments
Labels
bootcamp Good for newcomers

Comments

@yannickhilber
Copy link
Contributor

The Bitwarden access manager script is retrieving objects from the Bitwarden public API. Currently there is no progress status information when the script runs.

If they are a consequent numbers of collections, members and groups the script may run for a long time without informing the user.

It would be nice to print how many objects the script is retrieving and at which one he's looking to like we're doing in the Github access manager script:

[x/y Retrieving collection ...]

print_status_stderr(
f"[{i + 1} / {len(members)}] Retrieving membership: {username}",
)

@yannickhilber yannickhilber added the bootcamp Good for newcomers label Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootcamp Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant