This is the home of semaloop, a way of interacting with Semaloop from the command line.
Note
The Semaloop CLI is currently in early access. If you're interested in using it, please get in touch with us.
Download the latest binary for your platform from the releases page.
On macOS, you can also install via Homebrew:
brew tap semaloop/tap
brew install semaloop
First, you'll need to authenticate using your Semaloop API key. You can specify this using the SEMALOOP_API_KEY environment variable, or you can run:
semaloop auth login
For help on using semaloop, run:
semaloop --help
The Semaloop CLI supports:
semaloop auth: Authenticate with the Semaloop API.semaloop build push: Push an iOS build artifact (.appor.ipa) for testing.
Information on contributing can be found in CONTRIBUTING.md.