conjur-cli 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/conjur/command/roles.rb +2 -4
- data/lib/conjur/version.rb +1 -1
- metadata +2 -2
data/lib/conjur/command/roles.rb
CHANGED
@@ -36,8 +36,7 @@ class Conjur::Command::Roles < Conjur::Command
|
|
36
36
|
end
|
37
37
|
|
38
38
|
desc "Grant a role to another role. You must have admin permission on the granting role."
|
39
|
-
arg_name "role"
|
40
|
-
arg_name "member"
|
39
|
+
arg_name "role member"
|
41
40
|
command :grant_to do |c|
|
42
41
|
c.desc "Whether to grant with admin option"
|
43
42
|
c.switch :admin
|
@@ -51,8 +50,7 @@ class Conjur::Command::Roles < Conjur::Command
|
|
51
50
|
end
|
52
51
|
|
53
52
|
desc "Revoke a role from another role."
|
54
|
-
arg_name "role"
|
55
|
-
arg_name "member"
|
53
|
+
arg_name "role member"
|
56
54
|
command :revoke_from do |c|
|
57
55
|
c.action do |global_options,options,args|
|
58
56
|
id = require_arg(args, 'role')
|
data/lib/conjur/version.rb
CHANGED
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: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-04-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: conjur-api
|