1
1
[ ![ PyPi Version] ( https://img.shields.io/pypi/v/jsnapy.svg )] ( https://pypi.python.org/pypi/jsnapy/ ) [ ![ Coverage Status] ( https://travis-ci.org/Juniper/jsnapy.svg?branch=master )] ( https://travis-ci.org/Juniper/jsnapy )
2
2
3
- # jsnapy
3
+ # JSNAPy
4
4
Python version of Junos Snapshot Administrator
5
5
6
6
Inspired by https://github.com/Juniper/junos-snapshot-administrator
@@ -20,7 +20,7 @@ Installation requires Python 2.7 and associated pip tool
20
20
sudo pip install jsnapy
21
21
2. Install using pip command from github
22
22
sudo pip install git+https://github.com/Juniper/jsnapy.git
23
- 3. Updating using pip command
23
+ 3. Updating using pip command (from github)
24
24
sudo pip install -U git+https://github.com/Juniper/jsnapy.git
25
25
4. Download or clone the source code from this git repository
26
26
git clone https://github.com/Juniper/jsnapy
@@ -62,7 +62,8 @@ To run this test execute following command:
62
62
```
63
63
1. jsnapy --snap pre -f config_check.yml (for taking pre snapshot)
64
64
2. jsnapy --snap post -f config_check.yml (for taking post snapshot after some modification)
65
- 3. jsnapy --check pre post -f config_check.yml
65
+ 3. jsnapy --check pre post -f config_check.yml (compares pre post snapshot as per test cases)
66
+ 4. jsnapy --diff -f config_check.yml (compares pre post snapshot files, shows the diff in 2 Columns)
66
67
```
67
68
68
69
Output will look something like this:
@@ -118,7 +119,6 @@ CONTRIBUTORS
118
119
Juniper Networks is actively contributing to and maintaining this repo. Please contact
[email protected] for any queries.
119
120
120
121
Contributors:
121
- [ Priyal Jain] (https://github.com/jainpriyal )
122
- [ Nitin Kumar] (https://github.com/vnitinv/ )
123
-
124
122
123
+ * v1.0.0: [ Priyal Jain] ( https://github.com/jainpriyal ) , [ Nitin Kumar] ( https://github.com/vnitinv )
124
+ * v1.1.0: [ Ishaan Kumar] ( https://github.com/eeishaan )
0 commit comments