gmr / consulate

Python client for the Consul HTTP API
http://consulate.readthedocs.org
BSD 3-Clause "New" or "Revised" License
342 stars 100 forks source link

CLI: Add support for manipulating individual ACLs #112

Open vhartikainen opened 6 years ago

vhartikainen commented 6 years ago

We'd like to manipulate individual ACLs via CLI, instead of creating the new ACL in Consul GUI and then backup & restore with appropriate changes.

e.g. consulate acl list -> for listing the current ACLs consulate acl get -> for showing the rules of a given ACL consulate acl create -> for creating a new ACL if it doesn't exist consulate acl set -> for setting rules of an existing ACL consulate acl rm -> for removing an ACL

aseppala commented 6 years ago

+1