-
Prepare XML file for import
Prepare
import.xmlfile. You can override filename with--xml-fileoption. -
Prepare app config:
cp spt.yml-dist spt.yml
Edit and put valid credentials, tokens, etc.
-
Run:
./spt set [OPTIONS] --xml-file import.xmlOptions:
--resume- try to continue process based on file cache.
Looking for accounts with empty permissions and print results in JSON format.
Run:
./spt get-empty [OPTIONS]Options:
-
--resume- try to continue process based on file cache. -
Account filters:
--category <name>--client <name>--login-starts-with <name>--name-starts-with <name>
Example output:
[
{
"name": "i.petrov",
"login": "Ivan Petrov",
"client": "AppStore",
"category": "Frogs Ltd"
}
]