Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.6 KB

2.0-to-2.x.md

File metadata and controls

64 lines (42 loc) · 1.6 KB

Appcircle CLI Migration Guide from Version 2.0 to 2.x

Introduction

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.

Command Migration Guide

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

Old Command:

$ appcircle distribution upload [options] [arguments]

New Command:

$ appcircle testing-distribution upload [options] [arguments]

appcircle distribution profile list

Old Command:

$ appcircle distribution profile list [options] [arguments]

New Command:

$ appcircle testing-distribution profile list [options] [arguments]

appcircle distribution profile create

Old Command:

$ appcircle distribution profile create [options] [arguments]

New Command:

$ appcircle testing-distribution profile create [options] [arguments]