add ec2 credentials to the cli
This commit is contained in:
@@ -165,12 +165,17 @@ class User(ClientCommand):
|
||||
pass
|
||||
|
||||
|
||||
class Ec2(ClientCommand):
|
||||
pass
|
||||
|
||||
|
||||
CMDS = {'db_sync': DbSync,
|
||||
'role': Role,
|
||||
'service': Service,
|
||||
'token': Token,
|
||||
'tenant': Tenant,
|
||||
'user': User,
|
||||
'ec2': Ec2,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user