mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-08 21:53:36 +00:00
Add inherit to gam create org
This commit is contained in:
@ -5662,6 +5662,9 @@ def doCreateOrg():
|
||||
elif sys.argv[i].lower() == u'noinherit':
|
||||
body[u'blockInheritance'] = True
|
||||
i += 1
|
||||
elif sys.argv[i].lower() == u'inherit':
|
||||
body[u'blockInheritance'] = False
|
||||
i += 1
|
||||
else:
|
||||
print u'ERROR: %s is not a valid argument for "gam create org"' % sys.argv[i]
|
||||
sys.exit(2)
|
||||
|
Reference in New Issue
Block a user