NAME
passwd_keyring - configure Passwd::Keyring::Auto and manage passwords created or used by this library
SYNOPSIS
General syntax:
passwd_keyring <command> [options]
Commands:
create-config Create initial version of the config file.
show-config Show current configuration.
set-password Create or change some password.
clear-password Remove some password.
help Show help
Run `passwd_keyring help <command>` for detailed description of given command.
EXAMPLES
passwd_keyring set-password --group=Scrappers somesite.com
passwd_keyring set-password --app=IntegrationTests --group=Testing admin@production-db
passwd_keyring clear-password --app=Demo --group=Helpers
Removes given password.
passwd_keyring dump-config
passwd_keyring set-password --group=PwdGroup blahblah.com
passwd_keyring set-password --group=PwdGroup --backend=Gnome blahblah.com
passwd_keyring clear-password --group=PwdGroup blahblah.com
(also --config=/some/path/to.cfg to create or use non-standard config file).
DESCRIPTION
Helper tool for Passwd::Keyring::Auto, making it easier for the user to configure his or her preferences and to manage saved passwords.
COMMANDS
create-config
Creates initial version of the configuration file (mostly commented out examples).
set-password
Sets (or changes) password for given site in given password group.
If backend parameter is given, uses this very backend, otherwise picks one just like Passwd::Keyring::Auto does.
clear-password
Removes password for given site in given password group.
If backend parameter is given, uses this very backend, otherwise picks one just like Passwd::Keyring::Auto does.