AppCenter aliases

Cake.AppCenter addin

Contains functionality for working with appcenter commands.

Analytics

AppCenterAnalyticsAppVersions(AppCenterAnalyticsAppVersionsSettings)
Alias from Cake.AppCenter addin
Shows versions of the application
AppCenterAnalyticsAppVersionsWithResult(AppCenterAnalyticsAppVersionsSettings)
Alias from Cake.AppCenter addin
Shows versions of the application
AppCenterAnalyticsAudience(AppCenterAnalyticsAudienceSettings)
Alias from Cake.AppCenter addin
Show audience statistics
AppCenterAnalyticsAudienceWithResult(AppCenterAnalyticsAudienceSettings)
Alias from Cake.AppCenter addin
Show audience statistics
AppCenterAnalyticsEventsDelete(AppCenterAnalyticsEventsDeleteSettings)
Alias from Cake.AppCenter addin
Delete event
AppCenterAnalyticsEventsDeleteWithResult(AppCenterAnalyticsEventsDeleteSettings)
Alias from Cake.AppCenter addin
Delete event
AppCenterAnalyticsEventsShow(AppCenterAnalyticsEventsShowSettings)
Alias from Cake.AppCenter addin
Show statistics for events
AppCenterAnalyticsEventsShowWithResult(AppCenterAnalyticsEventsShowSettings)
Alias from Cake.AppCenter addin
Show statistics for events
AppCenterAnalyticsLogFlow(AppCenterAnalyticsLogFlowSettings)
Alias from Cake.AppCenter addin
Command to see the incoming logs in real time
AppCenterAnalyticsLogFlowWithResult(AppCenterAnalyticsLogFlowSettings)
Alias from Cake.AppCenter addin
Command to see the incoming logs in real time
AppCenterAnalyticsSessions(AppCenterAnalyticsSessionsSettings)
Alias from Cake.AppCenter addin
Show statistics for sessions
AppCenterAnalyticsSessionsWithResult(AppCenterAnalyticsSessionsSettings)
Alias from Cake.AppCenter addin
Show statistics for sessions

Apps

AppCenterAppsCreate(AppCenterAppsCreateSettings)
Alias from Cake.AppCenter addin
Create a new app
AppCenterAppsCreateWithResult(AppCenterAppsCreateSettings)
Alias from Cake.AppCenter addin
Create a new app
AppCenterAppsDelete(AppCenterAppsDeleteSettings)
Alias from Cake.AppCenter addin
Delete an app
AppCenterAppsDeleteWithResult(AppCenterAppsDeleteSettings)
Alias from Cake.AppCenter addin
Delete an app
AppCenterAppsGetCurrent(AppCenterAppsGetCurrentSettings)
Alias from Cake.AppCenter addin
Get the application that's set as default for all CLI commands
AppCenterAppsGetCurrentWithResult(AppCenterAppsGetCurrentSettings)
Alias from Cake.AppCenter addin
Get the application that's set as default for all CLI commands
AppCenterAppsList(AppCenterAppsListSettings)
Alias from Cake.AppCenter addin
Get list of configured applications
AppCenterAppsListWithResult(AppCenterAppsListSettings)
Alias from Cake.AppCenter addin
Get list of configured applications
AppCenterAppsSetCurrent(AppCenterAppsSetCurrentSettings, string)
Alias from Cake.AppCenter addin
Set default application for all CLI commands. Not compatible when authenticating with '--token' or an environment variable. Use environment variable 'MOBILE_CENTER_CURRENT_APP' to set the default app instead.
AppCenterAppsSetCurrentWithResult(AppCenterAppsSetCurrentSettings, string)
Alias from Cake.AppCenter addin
Set default application for all CLI commands. Not compatible when authenticating with '--token' or an environment variable. Use environment variable 'MOBILE_CENTER_CURRENT_APP' to set the default app instead.
AppCenterAppsShow(AppCenterAppsShowSettings)
Alias from Cake.AppCenter addin
Get the details of an app
AppCenterAppsShowWithResult(AppCenterAppsShowSettings)
Alias from Cake.AppCenter addin
Get the details of an app
AppCenterAppsUpdate(AppCenterAppsUpdateSettings)
Alias from Cake.AppCenter addin
Update an app
AppCenterAppsUpdateWithResult(AppCenterAppsUpdateSettings)
Alias from Cake.AppCenter addin
Update an app

Build

Codepush

AppCenterCodepushDeploymentAdd(AppCenterCodepushDeploymentAddSettings, string)
Alias from Cake.AppCenter addin
Add a new deployment to an app
AppCenterCodepushDeploymentAddWithResult(AppCenterCodepushDeploymentAddSettings, string)
Alias from Cake.AppCenter addin
Add a new deployment to an app
AppCenterCodepushDeploymentClear(AppCenterCodepushDeploymentClearSettings, string)
Alias from Cake.AppCenter addin
Clear the release history associated with a deployment
AppCenterCodepushDeploymentClearWithResult(AppCenterCodepushDeploymentClearSettings, string)
Alias from Cake.AppCenter addin
Clear the release history associated with a deployment
AppCenterCodepushDeploymentHistory(AppCenterCodepushDeploymentHistorySettings, string)
Alias from Cake.AppCenter addin
Display the release history for a CodePush deployment
AppCenterCodepushDeploymentHistoryWithResult(AppCenterCodepushDeploymentHistorySettings, string)
Alias from Cake.AppCenter addin
Display the release history for a CodePush deployment
AppCenterCodepushDeploymentList(AppCenterCodepushDeploymentListSettings)
Alias from Cake.AppCenter addin
List the deployments associated with an app
AppCenterCodepushDeploymentListWithResult(AppCenterCodepushDeploymentListSettings)
Alias from Cake.AppCenter addin
List the deployments associated with an app
AppCenterCodepushDeploymentRemove(AppCenterCodepushDeploymentRemoveSettings, string)
Alias from Cake.AppCenter addin
Remove CodePush deployment
AppCenterCodepushDeploymentRemoveWithResult(AppCenterCodepushDeploymentRemoveSettings, string)
Alias from Cake.AppCenter addin
Remove CodePush deployment
AppCenterCodepushDeploymentRename(AppCenterCodepushDeploymentRenameSettings, string, string)
Alias from Cake.AppCenter addin
Rename CodePush deployment
AppCenterCodepushDeploymentRenameWithResult(AppCenterCodepushDeploymentRenameSettings, string, string)
Alias from Cake.AppCenter addin
Rename CodePush deployment
AppCenterCodepushPatch(AppCenterCodepushPatchSettings, string)
Alias from Cake.AppCenter addin
Update the metadata for an existing CodePush release
AppCenterCodepushPatchWithResult(AppCenterCodepushPatchSettings, string)
Alias from Cake.AppCenter addin
Update the metadata for an existing CodePush release
AppCenterCodepushPromote(AppCenterCodepushPromoteSettings)
Alias from Cake.AppCenter addin
Create a new release for the destination deployment, which includes the exact code and metadata from the latest release of the source deployment
AppCenterCodepushPromoteWithResult(AppCenterCodepushPromoteSettings)
Alias from Cake.AppCenter addin
Create a new release for the destination deployment, which includes the exact code and metadata from the latest release of the source deployment
AppCenterCodepushRelease(AppCenterCodepushReleaseSettings)
Alias from Cake.AppCenter addin
Release an update to an app deployment
AppCenterCodepushReleaseCordova(AppCenterCodepushReleaseCordovaSettings)
Alias from Cake.AppCenter addin
Release a Cordova update to an app deployment
AppCenterCodepushReleaseCordovaWithResult(AppCenterCodepushReleaseCordovaSettings)
Alias from Cake.AppCenter addin
Release a Cordova update to an app deployment
AppCenterCodepushReleaseElectron(AppCenterCodepushReleaseElectronSettings)
Alias from Cake.AppCenter addin
Release an Electron update to a deployment
AppCenterCodepushReleaseElectronWithResult(AppCenterCodepushReleaseElectronSettings)
Alias from Cake.AppCenter addin
Release an Electron update to a deployment
AppCenterCodepushReleaseReact(AppCenterCodepushReleaseReactSettings)
Alias from Cake.AppCenter addin
Release a React Native update to an app deployment
AppCenterCodepushReleaseReactWithResult(AppCenterCodepushReleaseReactSettings)
Alias from Cake.AppCenter addin
Release a React Native update to an app deployment
AppCenterCodepushReleaseWithResult(AppCenterCodepushReleaseSettings)
Alias from Cake.AppCenter addin
Release an update to an app deployment
AppCenterCodepushRollback(AppCenterCodepushRollbackSettings, string)
Alias from Cake.AppCenter addin
Rollback a deployment to a previous release
AppCenterCodepushRollbackWithResult(AppCenterCodepushRollbackSettings, string)
Alias from Cake.AppCenter addin
Rollback a deployment to a previous release

Crashes

AppCenterCrashesUploadMappings(AppCenterCrashesUploadMappingsSettings)
Alias from Cake.AppCenter addin
Upload the Android mappings for the application
AppCenterCrashesUploadMappingsWithResult(AppCenterCrashesUploadMappingsSettings)
Alias from Cake.AppCenter addin
Upload the Android mappings for the application
AppCenterCrashesUploadMissingSymbols(AppCenterCrashesUploadMissingSymbolsSettings, string)
Alias from Cake.AppCenter addin
Upload missing crash symbols for the application (only from macOS)
AppCenterCrashesUploadMissingSymbolsWithResult(AppCenterCrashesUploadMissingSymbolsSettings, string)
Alias from Cake.AppCenter addin
Upload missing crash symbols for the application (only from macOS)
AppCenterCrashesUploadSymbols(AppCenterCrashesUploadSymbolsSettings)
Alias from Cake.AppCenter addin
Upload the crash symbols for the application
AppCenterCrashesUploadSymbolsWithResult(AppCenterCrashesUploadSymbolsSettings)
Alias from Cake.AppCenter addin
Upload the crash symbols for the application

Distribute

AppCenterDistributeGroupsCreate(AppCenterDistributeGroupsCreateSettings)
Alias from Cake.AppCenter addin
Create new distribution group
AppCenterDistributeGroupsCreateWithResult(AppCenterDistributeGroupsCreateSettings)
Alias from Cake.AppCenter addin
Create new distribution group
AppCenterDistributeGroupsDelete(AppCenterDistributeGroupsDeleteSettings)
Alias from Cake.AppCenter addin
Deletes the distribution group
AppCenterDistributeGroupsDeleteWithResult(AppCenterDistributeGroupsDeleteSettings)
Alias from Cake.AppCenter addin
Deletes the distribution group
AppCenterDistributeGroupsDownload(AppCenterDistributeGroupsDownloadSettings)
Alias from Cake.AppCenter addin
Download release package for the distribution group
AppCenterDistributeGroupsDownloadWithResult(AppCenterDistributeGroupsDownloadSettings)
Alias from Cake.AppCenter addin
Download release package for the distribution group
AppCenterDistributeGroupsList(AppCenterDistributeGroupsListSettings)
Alias from Cake.AppCenter addin
Lists all distribution groups of the app
AppCenterDistributeGroupsListWithResult(AppCenterDistributeGroupsListSettings)
Alias from Cake.AppCenter addin
Lists all distribution groups of the app
AppCenterDistributeGroupsPublish(AppCenterDistributeGroupsPublishSettings)
Alias from Cake.AppCenter addin
Publish an app file to a group
AppCenterDistributeGroupsPublishWithResult(AppCenterDistributeGroupsPublishSettings)
Alias from Cake.AppCenter addin
Publish an app file to a group
AppCenterDistributeGroupsShow(AppCenterDistributeGroupsShowSettings)
Alias from Cake.AppCenter addin
Shows information about the distribution group
AppCenterDistributeGroupsShowWithResult(AppCenterDistributeGroupsShowSettings)
Alias from Cake.AppCenter addin
Shows information about the distribution group
AppCenterDistributeGroupsUpdate(AppCenterDistributeGroupsUpdateSettings)
Alias from Cake.AppCenter addin
Update existing distribution group
AppCenterDistributeGroupsUpdateWithResult(AppCenterDistributeGroupsUpdateSettings)
Alias from Cake.AppCenter addin
Update existing distribution group
AppCenterDistributeRelease(AppCenterDistributeReleaseSettings)
Alias from Cake.AppCenter addin
Upload release binary and trigger distribution, at least one of --store or --group must be specified
AppCenterDistributeReleasesAddDestination(AppCenterDistributeReleasesAddDestinationSettings)
Alias from Cake.AppCenter addin
Distribute an existing release to an additional destination
AppCenterDistributeReleasesAddDestinationWithResult(AppCenterDistributeReleasesAddDestinationSettings)
Alias from Cake.AppCenter addin
Distribute an existing release to an additional destination
AppCenterDistributeReleasesDelete(AppCenterDistributeReleasesDeleteSettings)
Alias from Cake.AppCenter addin
Deletes the release
AppCenterDistributeReleasesDeleteWithResult(AppCenterDistributeReleasesDeleteSettings)
Alias from Cake.AppCenter addin
Deletes the release
AppCenterDistributeReleasesEdit(AppCenterDistributeReleasesEditSettings, string)
Alias from Cake.AppCenter addin
Toggles enabling and disabling the specified release
AppCenterDistributeReleasesEditNotes(AppCenterDistributeReleasesEditNotesSettings)
Alias from Cake.AppCenter addin
Update release notes
AppCenterDistributeReleasesEditNotesWithResult(AppCenterDistributeReleasesEditNotesSettings)
Alias from Cake.AppCenter addin
Update release notes
AppCenterDistributeReleasesEditWithResult(AppCenterDistributeReleasesEditSettings, string)
Alias from Cake.AppCenter addin
Toggles enabling and disabling the specified release
AppCenterDistributeReleasesList(AppCenterDistributeReleasesListSettings)
Alias from Cake.AppCenter addin
Shows the list of all releases for the application
AppCenterDistributeReleasesListWithResult(AppCenterDistributeReleasesListSettings)
Alias from Cake.AppCenter addin
Shows the list of all releases for the application
AppCenterDistributeReleasesShow(AppCenterDistributeReleasesShowSettings)
Alias from Cake.AppCenter addin
Shows full details about release
AppCenterDistributeReleasesShowWithResult(AppCenterDistributeReleasesShowSettings)
Alias from Cake.AppCenter addin
Shows full details about release
AppCenterDistributeReleaseWithResult(AppCenterDistributeReleaseSettings)
Alias from Cake.AppCenter addin
Upload release binary and trigger distribution, at least one of --store or --group must be specified
AppCenterDistributeStoresList(AppCenterDistributeStoresListSettings)
Alias from Cake.AppCenter addin
Lists all stores of the app
AppCenterDistributeStoresListWithResult(AppCenterDistributeStoresListSettings)
Alias from Cake.AppCenter addin
Lists all stores of the app
AppCenterDistributeStoresPublish(AppCenterDistributeStoresPublishSettings)
Alias from Cake.AppCenter addin
Publish an app file to a store
AppCenterDistributeStoresPublishWithResult(AppCenterDistributeStoresPublishSettings)
Alias from Cake.AppCenter addin
Publish an app file to a store

Login

Logout

Orgs

AppCenterOrgsAppsCreate(AppCenterOrgsAppsCreateSettings)
Alias from Cake.AppCenter addin
Create a new app in an organization
AppCenterOrgsAppsCreateWithResult(AppCenterOrgsAppsCreateSettings)
Alias from Cake.AppCenter addin
Create a new app in an organization
AppCenterOrgsAppsList(AppCenterOrgsAppsListSettings)
Alias from Cake.AppCenter addin
Lists applications of organization
AppCenterOrgsAppsListWithResult(AppCenterOrgsAppsListSettings)
Alias from Cake.AppCenter addin
Lists applications of organization
AppCenterOrgsCollaboratorsList(AppCenterOrgsCollaboratorsListSettings)
Alias from Cake.AppCenter addin
Lists collaborators of organization
AppCenterOrgsCollaboratorsListWithResult(AppCenterOrgsCollaboratorsListSettings)
Alias from Cake.AppCenter addin
Lists collaborators of organization
AppCenterOrgsCollaboratorsUpdate(AppCenterOrgsCollaboratorsUpdateSettings)
Alias from Cake.AppCenter addin
Update list of organization collaborators
AppCenterOrgsCollaboratorsUpdateWithResult(AppCenterOrgsCollaboratorsUpdateSettings)
Alias from Cake.AppCenter addin
Update list of organization collaborators
AppCenterOrgsCreate(AppCenterOrgsCreateSettings)
Alias from Cake.AppCenter addin
Create a new organization
AppCenterOrgsCreateWithResult(AppCenterOrgsCreateSettings)
Alias from Cake.AppCenter addin
Create a new organization
AppCenterOrgsList(AppCenterOrgsListSettings)
Alias from Cake.AppCenter addin
Lists organizations in which current user is collaborator
AppCenterOrgsListWithResult(AppCenterOrgsListSettings)
Alias from Cake.AppCenter addin
Lists organizations in which current user is collaborator
AppCenterOrgsShow(AppCenterOrgsShowSettings)
Alias from Cake.AppCenter addin
Show information about organization
AppCenterOrgsShowWithResult(AppCenterOrgsShowSettings)
Alias from Cake.AppCenter addin
Show information about organization
AppCenterOrgsUpdate(AppCenterOrgsUpdateSettings)
Alias from Cake.AppCenter addin
Update organization information
AppCenterOrgsUpdateWithResult(AppCenterOrgsUpdateSettings)
Alias from Cake.AppCenter addin
Update organization information

Profile

AppCenterProfileList(AppCenterProfileListSettings)
Alias from Cake.AppCenter addin
Get information about logged in user
AppCenterProfileListWithResult(AppCenterProfileListSettings)
Alias from Cake.AppCenter addin
Get information about logged in user
AppCenterProfileUpdate(AppCenterProfileUpdateSettings)
Alias from Cake.AppCenter addin
Update user information
AppCenterProfileUpdateWithResult(AppCenterProfileUpdateSettings)
Alias from Cake.AppCenter addin
Update user information

Setup Autocomplete

Telemetry

AppCenterTelemetryOff(AppCenterTelemetryOffSettings)
Alias from Cake.AppCenter addin
Turn off the sending of telemetry
AppCenterTelemetryOffWithResult(AppCenterTelemetryOffSettings)
Alias from Cake.AppCenter addin
Turn off the sending of telemetry
AppCenterTelemetryOn(AppCenterTelemetryOnSettings)
Alias from Cake.AppCenter addin
Turn on the sending of telemetry
AppCenterTelemetryOnWithResult(AppCenterTelemetryOnSettings)
Alias from Cake.AppCenter addin
Turn on the sending of telemetry

Test

AppCenterTestDownload(AppCenterTestDownloadSettings)
Alias from Cake.AppCenter addin
Download the report artifacts, unpack and merge them. This command is only available for UITest and Appium test runs.
AppCenterTestDownloadWithResult(AppCenterTestDownloadSettings)
Alias from Cake.AppCenter addin
Download the report artifacts, unpack and merge them. This command is only available for UITest and Appium test runs.
AppCenterTestGenerateAppium(AppCenterTestGenerateAppiumSettings)
Alias from Cake.AppCenter addin
Generates an Appium project
AppCenterTestGenerateAppiumWithResult(AppCenterTestGenerateAppiumSettings)
Alias from Cake.AppCenter addin
Generates an Appium project
AppCenterTestGenerateUitest(AppCenterTestGenerateUitestSettings)
Alias from Cake.AppCenter addin
Generates a Xamarin.UITest project
AppCenterTestGenerateUitestWithResult(AppCenterTestGenerateUitestSettings)
Alias from Cake.AppCenter addin
Generates a Xamarin.UITest project
AppCenterTestPrepareAppium(AppCenterTestPrepareAppiumSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with Appium tests.
AppCenterTestPrepareAppiumWithResult(AppCenterTestPrepareAppiumSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with Appium tests.
AppCenterTestPrepareCalabash(AppCenterTestPrepareCalabashSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with Calabash tests.
AppCenterTestPrepareCalabashWithResult(AppCenterTestPrepareCalabashSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with Calabash tests.
AppCenterTestPrepareEspresso(AppCenterTestPrepareEspressoSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with Espresso tests.
AppCenterTestPrepareEspressoWithResult(AppCenterTestPrepareEspressoSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with Espresso tests.
AppCenterTestPrepareUitest(AppCenterTestPrepareUitestSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with Xamarin UI Tests.
AppCenterTestPrepareUitestWithResult(AppCenterTestPrepareUitestSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with Xamarin UI Tests.
AppCenterTestPrepareXcuitest(AppCenterTestPrepareXcuitestSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with XCUITest tests.
AppCenterTestPrepareXcuitestWithResult(AppCenterTestPrepareXcuitestSettings)
Alias from Cake.AppCenter addin
Creates an artifacts directory with XCUITest tests.
AppCenterTestRunAppium(AppCenterTestRunAppiumSettings)
Alias from Cake.AppCenter addin
Starts a test run with Appium tests.
AppCenterTestRunAppiumWithResult(AppCenterTestRunAppiumSettings)
Alias from Cake.AppCenter addin
Starts a test run with Appium tests.
AppCenterTestRunCalabash(AppCenterTestRunCalabashSettings)
Alias from Cake.AppCenter addin
Starts a test run with Calabash tests.
AppCenterTestRunCalabashWithResult(AppCenterTestRunCalabashSettings)
Alias from Cake.AppCenter addin
Starts a test run with Calabash tests.
AppCenterTestRunEspresso(AppCenterTestRunEspressoSettings)
Alias from Cake.AppCenter addin
Starts a test run with Espresso tests.
AppCenterTestRunEspressoWithResult(AppCenterTestRunEspressoSettings)
Alias from Cake.AppCenter addin
Starts a test run with Espresso tests.
AppCenterTestRunManifest(AppCenterTestRunManifestSettings)
Alias from Cake.AppCenter addin
Starts a test run with previously prepared artifacts.
AppCenterTestRunManifestWithResult(AppCenterTestRunManifestSettings)
Alias from Cake.AppCenter addin
Starts a test run with previously prepared artifacts.
AppCenterTestRunUitest(AppCenterTestRunUitestSettings)
Alias from Cake.AppCenter addin
Starts a test run with Xamarin UI Tests.
AppCenterTestRunUitestWithResult(AppCenterTestRunUitestSettings)
Alias from Cake.AppCenter addin
Starts a test run with Xamarin UI Tests.
AppCenterTestRunXcuitest(AppCenterTestRunXcuitestSettings)
Alias from Cake.AppCenter addin
Starts a test run with XCUITest tests.
AppCenterTestRunXcuitestWithResult(AppCenterTestRunXcuitestSettings)
Alias from Cake.AppCenter addin
Starts a test run with XCUITest tests.
AppCenterTestStatus(AppCenterTestStatusSettings)
Alias from Cake.AppCenter addin
Checks the status of the started test run.
AppCenterTestStatusWithResult(AppCenterTestStatusSettings)
Alias from Cake.AppCenter addin
Checks the status of the started test run.
AppCenterTestStop(AppCenterTestStopSettings)
Alias from Cake.AppCenter addin
Stop the started test run.
AppCenterTestStopWithResult(AppCenterTestStopSettings)
Alias from Cake.AppCenter addin
Stop the started test run.
AppCenterTestWizard(AppCenterTestWizardSettings)
Alias from Cake.AppCenter addin
Start a test run interactively. All the parameters will be prompted on-the-go.
AppCenterTestWizardWithResult(AppCenterTestWizardSettings)
Alias from Cake.AppCenter addin
Start a test run interactively. All the parameters will be prompted on-the-go.

Tokens