Setting up the Source Push CLI for Over-the-Air Updates
The Source Push CLI makes it easy to manage your OTA deployments from the command line. To get started:
npm install -g srcpush
srcpush login --accessKey <your-access-key>After logging in, you can create deployments and release updates to your users.
For more detailed usage examples, see the CLI documentation.