conoha 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bba341ad5843b6533ad8eb71b9c422b24ab79f3
4
- data.tar.gz: 343c61e0b27f778a2a338078562cf15ea579ba8d
3
+ metadata.gz: 8138e24b52ed1c5a4023775b0684fe795f06aa92
4
+ data.tar.gz: 20f742039466b4821723a56fa79fa8ad22ac0d99
5
5
  SHA512:
6
- metadata.gz: 19a0f02a6debe27af3537a56b03dd2efe5ae6259f7e8e5c4cbf4346e447382fd45c133d038f0a5538200717848679821aea5f11cdf3e1a5a2ed95bfd9ef843ad
7
- data.tar.gz: 2d2873c4271e5c3633e65153909b3b50c82a046711a07618f2ccc552cf2e0ad6395e58be85671cf9b8da70f841b6e8f2a4d48e83c83a8c1259d34252c5fb8055
6
+ metadata.gz: c1ef16539ecbd2ec8a3ef33c8b1e0eab1e44936b110529cae743e45e2d8abf77e4100cafc1e8a536cb7790c471f3fa0b5f31e94bf995c331a2b254348640cf4f
7
+ data.tar.gz: 6c72c0488c04caa126ddc0b2f0165f8747f058e6cc7e6cba5f6302dd096972d8a887f5302e0577108a1436c9ad58b57ad6b970a46bd8b32b9246185d342acc52
data/README.md CHANGED
@@ -138,8 +138,13 @@ ram: g-1gb
138
138
  tagprefix: tagnameprefixasyoulike
139
139
  ```
140
140
 
141
+ You should ignore `.conoharant` directory if you manage `Conoharantfile` with VCS.
142
+
143
+ ### Simple usage
144
+
141
145
  ```sh
142
- # conoharant up
146
+ conoharant up
147
+ conoharant status
143
148
  conoharant ssh
144
149
  conoharant ssh root
145
150
  conoharant mosh
data/exe/conoharant CHANGED
@@ -51,6 +51,8 @@ arg = ARGV.first
51
51
  case arg
52
52
  when 'version', '--version', '-v'
53
53
  puts ConohaVersion::ITSELF
54
+ when 'status'
55
+ puts status['status']
54
56
  when 'up'
55
57
  begin
56
58
  server_id = Conoha.create config['os'], config['ram']
@@ -1,3 +1,3 @@
1
1
  module ConohaVersion
2
- ITSELF = "0.2.3"
2
+ ITSELF = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conoha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-21 00:00:00.000000000 Z
11
+ date: 2015-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler