Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 597 Bytes

File metadata and controls

46 lines (31 loc) · 597 Bytes

How to use

0. Prerequisites

Run chrome driver

1. Set permissions

  1. Prepare XML file for import

    Prepare import.xml file. You can override filename with --xml-file option.

  2. Prepare app config:

    cp spt.yml-dist spt.yml

    Edit and put valid credentials, tokens, etc.

  3. Run:

    ./spt set

2. Get empty permissions

Run:

./spt get-empty

Example output:

[
   {
     "name": "i.petrov",
     "login": "Ivan Petrov",
     "client": "AppStore",
     "category": "Frogs Ltd"
   }
]