conjur-cli 4.25.2 → 4.26.0

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.
@@ -30,6 +30,7 @@ ENV['CONJURRC'] = '/dev/null'
30
30
 
31
31
  require 'conjur/cli'
32
32
  require 'conjur/api'
33
+ require 'conjur/complete'
33
34
 
34
35
  shared_context "fresh config" do
35
36
  before {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.25.2
4
+ version: 4.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafal Rzepecki
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-02 00:00:00.000000000 Z
12
+ date: 2015-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -254,8 +254,7 @@ email:
254
254
  - rafal@conjur.net
255
255
  - kgilpin@conjur.net
256
256
  executables:
257
- - _conjur_completions
258
- - _conjur_completions.yaml
257
+ - _conjur
259
258
  - conjur
260
259
  - conjurize
261
260
  - jsonfield
@@ -272,8 +271,7 @@ files:
272
271
  - PUBLISH.md
273
272
  - README.md
274
273
  - Rakefile
275
- - bin/_conjur_completions
276
- - bin/_conjur_completions.yaml
274
+ - bin/_conjur
277
275
  - bin/conjur
278
276
  - bin/conjurize
279
277
  - bin/jsonfield
@@ -326,8 +324,10 @@ files:
326
324
  - lib/conjur/command/rspec/output_matchers.rb
327
325
  - lib/conjur/command/script.rb
328
326
  - lib/conjur/command/secrets.rb
327
+ - lib/conjur/command/shellinit.rb
329
328
  - lib/conjur/command/users.rb
330
329
  - lib/conjur/command/variables.rb
330
+ - lib/conjur/complete.rb
331
331
  - lib/conjur/config.rb
332
332
  - lib/conjur/conjurenv.rb
333
333
  - lib/conjur/conjurize.rb
@@ -352,6 +352,7 @@ files:
352
352
  - spec/command/users_spec.rb
353
353
  - spec/command/variables_spec.rb
354
354
  - spec/command_spec.rb
355
+ - spec/complete_spec.rb
355
356
  - spec/config_spec.rb
356
357
  - spec/conjurrc
357
358
  - spec/dsl/runner_spec.rb
@@ -417,6 +418,7 @@ test_files:
417
418
  - spec/command/users_spec.rb
418
419
  - spec/command/variables_spec.rb
419
420
  - spec/command_spec.rb
421
+ - spec/complete_spec.rb
420
422
  - spec/config_spec.rb
421
423
  - spec/conjurrc
422
424
  - spec/dsl/runner_spec.rb
@@ -1,106 +0,0 @@
1
- ---
2
- :help: true
3
- :asset:
4
- :create: true
5
- :show: true
6
- :exists: true
7
- :list: true
8
- :members:
9
- :add: true
10
- :remove: true
11
- :audit:
12
- :all: true
13
- :role: true
14
- :resource: true
15
- :authn:
16
- :login: true
17
- :authenticate: true
18
- :logout: true
19
- :whoami: true
20
- :bootstrap: true
21
- :env:
22
- :run: true
23
- :check: true
24
- :template: true
25
- :help: true
26
- :group:
27
- :create: true
28
- :list: true
29
- :show: true
30
- :update: true
31
- :gidsearch: true
32
- :retire: true
33
- :members:
34
- :list: true
35
- :add: true
36
- :remove: true
37
- :host:
38
- :create: true
39
- :show: true
40
- :retire: true
41
- :list: true
42
- :enroll: true
43
- :layers: true
44
- :id:
45
- :create: true
46
- :init: true
47
- :layer:
48
- :create: true
49
- :list: true
50
- :show: true
51
- :provision: true
52
- :hosts:
53
- :permit: true
54
- :deny: true
55
- :permitted_roles: true
56
- :add: true
57
- :remove: true
58
- :policy:
59
- :load: true
60
- :pubkeys:
61
- :show: true
62
- :names: true
63
- :add: true
64
- :delete: true
65
- :resource:
66
- :create: true
67
- :show: true
68
- :exists: true
69
- :permit: true
70
- :deny: true
71
- :check: true
72
- :give: true
73
- :permitted_roles: true
74
- :annotate: true
75
- :annotation: true
76
- :annotations: true
77
- :list: true
78
- :role:
79
- :create: true
80
- :exists: true
81
- :memberships: true
82
- :members: true
83
- :grant_to: true
84
- :revoke_from: true
85
- :graph: true
86
- :script:
87
- :execute: true
88
- :secret:
89
- :create: true
90
- :value: true
91
- :user:
92
- :create: true
93
- :show: true
94
- :retire: true
95
- :list: true
96
- :update_password: true
97
- :update: true
98
- :uidsearch: true
99
- :variable:
100
- :create: true
101
- :show: true
102
- :retire: true
103
- :list: true
104
- :values:
105
- :add: true
106
- :value: true