Skip to content

Commit

Permalink
Update readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
bgwdotdev committed Nov 6, 2019
1 parent 66b2ec3 commit 481ae3e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 481ae3e

Please sign in to comment.