jossh 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -5
- data/lib/jossh/bin_handler.rb +2 -0
- data/lib/jossh/templates/docopt.txt +2 -1
- data/lib/jossh/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5a7bc05faadf72af68a9027dad8602338571954
|
|
4
|
+
data.tar.gz: a36cb1169e2eee219085707d5b864da328a967a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16bd07b55f06ae0bb1835785f5a79599cd5616992f5010b5c87516000f9c0a4a7eed2a4868402ab08d282826c566f1516644b32e6002601e98a6ad7bcadd7877
|
|
7
|
+
data.tar.gz: 8f4ac49af1c5a098c73a9b8a18585b7a143bbf1e695300ec3a8080eb46ed6257314abb92c63ea012f7887006a2a1982cbdeaf0ad7a959e1853b433cb5b2abb67
|
data/README.md
CHANGED
|
@@ -40,8 +40,8 @@ Or install manually
|
|
|
40
40
|
After installing, you can call `jossh` from the command line to run arbitrary
|
|
41
41
|
commands or a local script over SSH.
|
|
42
42
|
|
|
43
|
-
$ jossh -h
|
|
44
|
-
|
|
43
|
+
$ jossh -h
|
|
44
|
+
|
|
45
45
|
Jossh
|
|
46
46
|
|
|
47
47
|
Usage:
|
|
@@ -61,7 +61,8 @@ commands or a local script over SSH.
|
|
|
61
61
|
|
|
62
62
|
<script>
|
|
63
63
|
can be:
|
|
64
|
-
- a
|
|
64
|
+
- a file in the current directory
|
|
65
|
+
- a file in ~/jossh directory
|
|
65
66
|
- one or more direct command
|
|
66
67
|
|
|
67
68
|
<arguments>...
|
|
@@ -81,8 +82,8 @@ commands or a local script over SSH.
|
|
|
81
82
|
jossh :production "git status"
|
|
82
83
|
jossh jack@server.com "cd ~ && ls -l"
|
|
83
84
|
jossh server.com deploy
|
|
84
|
-
jossh server.com rake -- db:migrate
|
|
85
|
-
|
|
85
|
+
jossh server.com rake -- db:migrate
|
|
86
|
+
|
|
86
87
|
---
|
|
87
88
|
|
|
88
89
|
## Library Usage
|
data/lib/jossh/bin_handler.rb
CHANGED
data/lib/jossh/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jossh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danny Ben Shitrit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colsole
|