def add_to_accounts(account_or_ou): """ Add the parameter to the account list of the manifest file :param account_or_ou: A dict describing the the account or the ou to be added """ cli_commands.add_to_accounts(account_or_ou)
def add_to_accounts(account_or_ou_file_path): cli_commands.add_to_accounts( yaml.safe_load(account_or_ou_file_path) )