AppCenterAliases.

AppCenterAppsSetCurrentWithResult(ICakeContext, AppCenterAppsSetCurrentSettings, string) Method

Summary

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.
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static IEnumerable<string> AppCenterAppsSetCurrentWithResult(this ICakeContext context, AppCenterAppsSetCurrentSettings settings, string app)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterAppsSetCurrentSettings The settings.
app string The app.

Return Value

Type Description
IEnumerable<string> Output lines.