knife-ec2find 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abd8cd015cdd41505f84ec426c045edd922e2cf7
4
- data.tar.gz: 53465cce26bb3b38c684ed777379902333790e6c
3
+ metadata.gz: 76df5f5cf876bfe9e34d7960d98ed72e21e2adf6
4
+ data.tar.gz: 64f79d1789c07af5a11f89b86106549e06b29a1b
5
5
  SHA512:
6
- metadata.gz: ddc07fc27d79a20bc134fd44e664cfab6af1712a5e9e245e21d9ff3afcf2824f474e8748588df29947c9a4a5ab9455834bcbbd8f3218eccab5aaab4cbe0d6b59
7
- data.tar.gz: 06b11205ec2adb41bf60d99d3d8febae80eb857b28d789596dbbe65fd8dba65c04add4ba5445f9e37a17f1a517d778976b434fc38538f7976ee8fcd75de7e99b
6
+ metadata.gz: 80d8921c07a1f57acffd2f8e04465fbd0e1f6c50c866e981e96622ad5c310148b069c611442f16c2f3bee3d2a9c531571c1b5e9ebdb6815654e3db8dc88808b5
7
+ data.tar.gz: 0f7f6e4934009d23da73ba26fb7b91a4c8475d0f5d88bd9fe10d04c86bcf4f32dc861f5253ff8bf5cf1803add5d1e29da0da92cae795ca9fb8d643811efd6ca6
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  .idea
2
+ knife-ec2find*.gem
@@ -7,7 +7,7 @@ module EC2Find
7
7
  option :tags,
8
8
  :short => "-T T=V[,T=V[,T=V...]]",
9
9
  :long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
10
- :description => "Lists instances created with set of tags"
10
+ :description => "Lists Network ACLs created with set of tags"
11
11
 
12
12
  option :aws_access_key_id,
13
13
  :long => "--aws-access-key-id KEY",
@@ -7,7 +7,7 @@ module EC2Find
7
7
  option :tags,
8
8
  :short => "-T T=V[,T=V[,T=V...]]",
9
9
  :long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
10
- :description => "Lists instances created with set of tags"
10
+ :description => "Lists customer gateways created with set of tags"
11
11
 
12
12
  option :aws_access_key_id,
13
13
  :long => "--aws-access-key-id KEY",
@@ -7,7 +7,7 @@ module EC2Find
7
7
  option :tags,
8
8
  :short => "-T T=V[,T=V[,T=V...]]",
9
9
  :long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
10
- :description => "Lists instances created with set of tags"
10
+ :description => "Lists internet gateways created with set of tags"
11
11
 
12
12
  option :aws_access_key_id,
13
13
  :long => "--aws-access-key-id KEY",
@@ -7,7 +7,7 @@ module EC2Find
7
7
  option :tags,
8
8
  :short => "-T T=V[,T=V[,T=V...]]",
9
9
  :long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
10
- :description => "Lists instances created with set of tags"
10
+ :description => "Lists AMIs created with set of tags"
11
11
 
12
12
  option :aws_access_key_id,
13
13
  :long => "--aws-access-key-id KEY",
@@ -7,7 +7,7 @@ module EC2Find
7
7
  option :tags,
8
8
  :short => "-T T=V[,T=V[,T=V...]]",
9
9
  :long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
10
- :description => "Lists instances created with set of tags"
10
+ :description => "Lists routing tables created with set of tags"
11
11
 
12
12
  option :aws_access_key_id,
13
13
  :long => "--aws-access-key-id KEY",
@@ -7,7 +7,7 @@ module EC2Find
7
7
  option :tags,
8
8
  :short => "-T T=V[,T=V[,T=V...]]",
9
9
  :long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
10
- :description => "Lists instances created with set of tags"
10
+ :description => "Lists security groups created with set of tags"
11
11
 
12
12
  option :aws_access_key_id,
13
13
  :long => "--aws-access-key-id KEY",
@@ -7,7 +7,7 @@ module EC2Find
7
7
  option :tags,
8
8
  :short => "-T T=V[,T=V[,T=V...]]",
9
9
  :long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
10
- :description => "Lists instances created with set of tags"
10
+ :description => "Lists subnet created with set of tags"
11
11
 
12
12
  option :aws_access_key_id,
13
13
  :long => "--aws-access-key-id KEY",
@@ -7,7 +7,7 @@ module EC2Find
7
7
  option :tags,
8
8
  :short => "-T T=V[,T=V[,T=V...]]",
9
9
  :long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
10
- :description => "Lists instances created with set of tags"
10
+ :description => "Lists vpcs created with set of tags"
11
11
 
12
12
  option :aws_access_key_id,
13
13
  :long => "--aws-access-key-id KEY",
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module EC2Find
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-ec2find
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikhail Advani