This guide provides instructions for migrating Appcircle CLI commands from version 2.0 to version 2.x. It outlines the changes in the command structure and provides examples for updating your commands accordingly.
This guide outlines the changes required to migrate your existing Appcircle CLI commands from version 2.0 to version 2.x. Below, you'll find a list of all commands along with the corresponding changes needed for each.
- appcircle distribution upload
- appcircle distribution profile list
- appcircle distribution profile create
Old Command:
$ appcircle distribution upload [options] [arguments]
New Command:
$ appcircle testing-distribution upload [options] [arguments]
Old Command:
$ appcircle distribution profile list [options] [arguments]
New Command:
$ appcircle testing-distribution profile list [options] [arguments]
Old Command:
$ appcircle distribution profile create [options] [arguments]
New Command:
$ appcircle testing-distribution profile create [options] [arguments]