pass team
is an extension for
pass - the standard unix password manager.
pass team
allows team members to share passwords among themselves using
Role-based Access Control.
# Create a new role in your team
pass team role create dev
# Assign your team members
pass team role assign dev ali@example.org mia@example.org
# Share passwords with them
pass team share set dir/in/my/password-store dev
See Examples for extensive usage examples.
pass team init ([--trusted] <gpg-id>)...
pass team role ...
pass team share
For more information about the available commands see the Man Page.
pass team
is still work-in-progress. It’s first official release is version
0.1.0. It covers basic Role-based Access Control features.
Warning: pass team
has not been tested with a git setup yet. It is
planned for the future release 0.2 to test this and add convenient .gitignore
and config settings for sharing pass team data over git repositories.
See the Roadmap and the Vision and Goals for more information.
pass team
implements Role-based Access Control for passwords in the password
store.
See a more technical description in concepts.md.