dimension_shell 0.2.2 → 0.2.3
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/CHANGELOG.md +1 -0
- data/README.md +8 -1
- data/lib/dimension_shell/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: ce97af921d3a8a8c3d71d51ba80f39d61a3426d3
|
4
|
+
data.tar.gz: a81bab1d793c360be860f8997b915eb7d4a9e68f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 970195cfc4fefc7dc4241d9f821989b1a4ea3e8467c5017f7df5db9842bd2840c40a3e73ae74b8c3e5df40d06f7a364327118651b8e632bb70f74978a12ca32a
|
7
|
+
data.tar.gz: 18292d7800a7f203268209bb527d29cbc7125da549a4f6153a41f15cb02ceb53d491b643505a8459832a6f3c1edc8cc7d2afdebeb1ef6e248701d0d84e85e3b2
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
# Dimension-Shell
|
2
2
|
|
3
|
-
A small (and very incomplete) ssh wrapper, to ssh your servers in the Public Cloud of dimensiodata.com
|
3
|
+
A small (and very incomplete) ssh wrapper, to ssh your servers in the Public Cloud of dimensiodata.com easily via their server-name:
|
4
|
+
|
5
|
+
```
|
6
|
+
florianb$ dsh connect my-host
|
7
|
+
dsh: Server "my-host" found, opening secure shell to 33a0:47c0:110:1211:468:ac2d:62de:191f.
|
8
|
+
root@2a00:33a0:47c0:110:1211:468:ac2d:62de:191f's password: *
|
9
|
+
```
|
10
|
+
|
4
11
|
|
5
12
|
## Usage
|
6
13
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dimension_shell
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Florian Breisch
|
@@ -41,7 +41,7 @@ files:
|
|
41
41
|
- lib/dimension_shell/cli.rb
|
42
42
|
- lib/dimension_shell/cloud_control.rb
|
43
43
|
- lib/dimension_shell/version.rb
|
44
|
-
homepage: https://
|
44
|
+
homepage: https://github.com/florianb/dimension_shell
|
45
45
|
licenses:
|
46
46
|
- GPL-3.0
|
47
47
|
metadata: {}
|