diff --git a/pass.md b/pass.md index 853b3128a..2ac082bbb 100644 --- a/pass.md +++ b/pass.md @@ -6,27 +6,55 @@ category: CLI Reference --------- -{: .-three-column} -### Store and retrieve +### Create - $ pass insert twitter.com/rsc - $ pass twitter.com/rsc +``` bash +$ pass init [-p] +$ pass git init +$ pass git remote add origin +$ pass git push -u --all +``` + +### Store + +``` bash +$ pass insert [-m] twitter.com/rsc +$ pass generate [-n] twitter.com/rsc length +``` + +### Retreive + +``` bash +$ pass ls twitter.com/ +$ pass show twitter.com/rsc +``` ### Search - $ pass find twitter.com +``` bash +$ pass find twitter.com +``` ### Management - $ pass mv twitter.com twitter.com/rsc - $ pass rm [-rf] twitter.com - $ pass cp twitter.com/rsc twitter.com/ricosc +``` bash +$ pass mv twitter.com twitter.com/rsc +$ pass rm [-rf] twitter.com +$ pass cp twitter.com/rsc twitter.com/ricosc +``` - $ pass edit twitter.com/rsc +``` bash +$ pass edit twitter.com/rsc +``` + +### Synchronize + +``` +$ pass git push +$ pass git pull +``` ## References -{: .-one-column} * -{: .-also-see}