Skip to content

Add status printing for Bitwarden access manager #11

@yannickhilber

Description

@yannickhilber

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}",
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bootcampGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions