the collectoss github api-keys CLI output prints the full api key each time. This isnt great for preventing shoulder surfing.
I think we should make use of the existing mask_key helper function that we have to mask the keys unless a --show-keys command line flag is supplied to the command indicating that the full key should be shown.
the
collectoss github api-keysCLI output prints the full api key each time. This isnt great for preventing shoulder surfing.I think we should make use of the existing
mask_keyhelper function that we have to mask the keys unless a --show-keys command line flag is supplied to the command indicating that the full key should be shown.