https://github.com/nathanborror/itc
The beginnings of a command line tool for managing an iTunes Connect account.
https://github.com/nathanborror/itc
Last synced: 11 months ago
JSON representation
The beginnings of a command line tool for managing an iTunes Connect account.
- Host: GitHub
- URL: https://github.com/nathanborror/itc
- Owner: nathanborror
- Created: 2018-04-04T23:47:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T01:50:24.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T13:26:18.698Z (12 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# itc
The beginnings of a command line tool for managing an iTunes Connect account.
# Usage
Create a config file in your home directory ~/.itc.yaml with the following
properties:
```yaml
appleID: YOUR_APPLE_ID_EMAIL
appleIDPassword: YOUR_APPLE_ID_PASSWORD
```
Then run `itc --help` to see a list of commands.