UNPKG

915 BMarkdownView Raw
1# pwpush-cli [![Build Status](https://travis-ci.org/lnfnunes/pwpush-cli.svg?branch=master)](https://travis-ci.org/lnfnunes/pwpush-cli)
2
3> A nodeJS CLI wrapper to easily push passwords to pwpush.com
4
5![image](https://user-images.githubusercontent.com/2450417/37249539-122d2056-24c8-11e8-860c-ca4609ef4073.png)
6
7## Install
8```bash
9npm install -g pwpush-cli
10```
11
12## Usage
13```bash
14pwpush <password> [parameters] [options]
15
16# Example
17pwpush MySuperSecretPassword --days 1 --views 2
18```
19
20## Parameters
21
22### --days | -d
23
24Type: `integer` \
25Default value: `7`
26
27Days until the password is deleted.
28
29### --views | -v
30
31Type: `integer` \
32Default value: `5`
33
34Number of visualizations until the password is deleted.
35
36## Options
37
38### --version
39Display package version.
40
41### --help | -h
42Display help usage information.
43
44## Contributing
45Bug reports and Pull Requests are welcome!
46
47## License
48[MIT License](LICENSE) © Leandro Nunes