From 481ae3e015321c3b882be5a67ec1ce94e1a65ac6 Mon Sep 17 00:00:00 2001 From: fffnite Date: Wed, 6 Nov 2019 20:52:10 +0000 Subject: [PATCH] Update readme info --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7838a..88c8d21 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # Oneroster API to CSV for ASM -CSV SIS syncing tool for Apple Schools Manager from a Oneroster compliant API using CSV files +A powershell script to create Apple School Manager compatible csv files +from a Oneroster compliant API. + +## Usage + +Requires: Powershell Core + +``` +$VerbosePreference = 'continue' +$env:GOORS_URL = 'https://my-oneroster-api/ims/oneroster/v1p1' +$env:GOORS_CI = read-host #clientid +$env:GOORS_CS = read-host #clientsecret + +. ConvertFrom-K12.ps1 +./sds-asm.ps1 +``` + +Use sftp to drop the `csv-asm-$(unix-date).zip` file to your ASM sftp instance.