kpitt / gopass

An experimental fork of gopass, the "slightly more awesome standard unix password manager for teams"
https://www.gopass.pw/
MIT License
0 stars 0 forks source link

Remove the `setup` command #16

Closed kpitt closed 1 year ago

kpitt commented 1 year ago

The setup command seems to be rather buggy. It doesn't properly detect conditions such as setting up a team store when the root password store has already been initialized, and may even commit incorrect information to the team repository. It also exhibits some strange behaviors, such as asking to add a Git remote even when a team remote was already specified on the command line.

The init and clone commands are more flexible, and with a few tweaks they can accomplish everything that the setup command was intended to do. This makes the setup command redundant and unnecessary.