lib/conjur/command/roles.rb in conjur-cli-4.7.4 vs lib/conjur/command/roles.rb in conjur-cli-4.7.5
- old
+ new
@@ -36,10 +36,10 @@
if ownerid = options.delete(:ownerid)
options[:acting_as] = ownerid
end
role.create(options)
- puts "Created #{role}"
+ display(role, options)
end
end
desc "Determines whether a role exists"
arg_name "role"
\ No newline at end of file