Show / Hide Table of Contents

Class CliConsts

Inheritance
object
CliConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class CliConsts

Fields

AppSettingsJsonFileName

Declaration
public const string AppSettingsJsonFileName = "appsettings.json"
Field Value
Type Description
string

AppSettingsSecretJsonFileName

Declaration
public const string AppSettingsSecretJsonFileName = "appsettings.secrets.json"
Field Value
Type Description
string

BranchPrefix

Declaration
public const string BranchPrefix = "branch@"
Field Value
Type Description
string

Command

Declaration
public const string Command = "AbpCliCommand"
Field Value
Type Description
string

DocsLink

Declaration
public const string DocsLink = "https://abp.io/docs"
Field Value
Type Description
string

GithubHttpClientName

Declaration
public const string GithubHttpClientName = "GithubHttpClient"
Field Value
Type Description
string

HttpClientName

Declaration
public const string HttpClientName = "AbpHttpClient"
Field Value
Type Description
string

LicenseCodePlaceHolder

Declaration
public const string LicenseCodePlaceHolder = "<LICENSE_CODE/>"
Field Value
Type Description
string

LogoutUrl

Declaration
public const string LogoutUrl = "https://abp.io/api/license/logout"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform