botframework-cli - @microsoft/botframework-cli 4.10.0-dev.20200720.c635ff5


botframework-cli

oclif Version Downloads License

Usage

$ npm install -g @microsoft/botframework-cli

Commands

bf chatdown

Converts chat dialog files in

USAGE
  $ bf chatdown

OPTIONS
  -h, --help  Chatdown command help

See code: @microsoft/bf-chatdown

bf chatdown:convert

Converts chat dialog files in

USAGE
  $ bf chatdown:convert

OPTIONS
  -f, --force    If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help     Chatdown command help

  -i, --in=in    The path of the chat file or directory to be parsed. A glob expression may be passed containing chat
                 files to be processed all at once, ex. ./**/*.chat. If flag is omitted, stdin will be used. If an
                 output directory is not present (-o), it will default the output to the current working directory.

  -o, --out=out  Path to the directory where the output of the multiple chat file processing (-o) will be placed.

  -p, --prefix   Prefix stdout with package name.

  -s, --stamp    Use static timestamps when generating timestamps on activities.

EXAMPLE

     $ bf chatdown
     $ bf chatdown --in=./path/to/file/sample.chat
     $ bf chatdown --in ./test/utils/*.sample.chat -o ./
     $ (echo user=Joe && [ConversationUpdate=MembersAdded=Joe]) | bf chatdown --static

See code: @microsoft/bf-chatdown

bf config

Configure various settings within the cli.

USAGE
  $ bf config

OPTIONS
  -h, --help  config help

See code: @microsoft/bf-cli-config

bf config:set

Adds the specified key and value to the config file

USAGE
  $ bf config:set

OPTIONS
  -h, --help         config:set help
  -k, --key=key      (required) Name of the key to add or override
  -v, --value=value  (required) Value associated with the specified key

See code: @microsoft/bf-cli-config

bf config:set:luis

Stores default LUIS application values in global config.

USAGE
  $ bf config:set:luis

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      LUIS application Id
  --authoringKey=authoringKey        LUIS cognitive services authoring key (aka Ocp-Apim-Subscription-Key).
  --endpoint=endpoint                LUIS application endpoint hostname, ex: <region>.api.cognitive.microsoft.com
  --subscriptionKey=subscriptionKey  LUIS cognitive services subscription key (aka Ocp-Apim-Subscription-Key)
  --versionId=versionId              LUIS version Id

EXAMPLE

       $ bf config:set:luis --appId {APPLICATION_ID} --authoringKey {AUTHORING_KEY} --subscriptionKey {SUBSCRIPTION_KEY} 
  --versionId {VERSION_ID} --endpoint {ENDPOINT}

See code: @microsoft/bf-cli-config

bf config:set:qnamaker

Set the QnAMaker config data

USAGE
  $ bf config:set:qnamaker

OPTIONS
  -h, --help                         config:set:qnamaker help
  --endpointKey=endpointKey          QnAMaker endpointKey to be set
  --hostname=hostname                QnAMaker hostname to be set
  --kbId=kbId                        QnAMaker kbId to be set
  --subscriptionKey=subscriptionKey  QnAMaker subscriptionkey to be set

EXAMPLE

     {
       "qnamaker_kbId": "3bda64af-dddd-dddd-dddd-021906b093b1",
       "qnamaker_subscriptionKey": "nnnnnnnnnnnnnnnnnnnnnnnnn",
       "qnamaker_endpointKey": "6b5ecf9c-kkkk-kkkk-kkkk-761489817e5f",
       "qnamaker_hostname": "https://{qnaservice-hostname}.azurewebsites.net"
     }

See code: @microsoft/bf-cli-config

bf config:set:telemetry

Enable or disable anonymous data collection to improve the products. (Command group calls and flags usage)

USAGE
  $ bf config:set:telemetry

OPTIONS
  -d, --disable  Disable tlemetry
  -e, --enable   Enable tlemetry
  -h, --help     config:set:telemetry help

See code: @microsoft/bf-cli-config

bf config:show

Displays the config file

USAGE
  $ bf config:show

OPTIONS
  -h, --help     config:show help
  -k, --key=key  Shows specific key value

See code: @microsoft/bf-cli-config

bf config:show:luis

Display LUIS settings

USAGE
  $ bf config:show:luis

OPTIONS
  -h, --help  config:show:luis help

See code: @microsoft/bf-cli-config

bf config:show:qnamaker

Display QnAMaker settings

USAGE
  $ bf config:show:qnamaker

OPTIONS
  -h, --help  config:show:qnamaker help

See code: @microsoft/bf-cli-config

bf config:show:telemetry

Display telemetry settings

USAGE
  $ bf config:show:telemetry

OPTIONS
  -h, --help  config:show:telemetry help

See code: @microsoft/bf-cli-config

bf dialog

Dialog related commands for working with .schema and .dialog files.

USAGE
  $ bf dialog

OPTIONS
  -h, --help  Dialog command help

See code: @microsoft/bf-dialog

bf dialog:merge PATTERNS

Merge component .schema files into an app.schema.

USAGE
  $ bf dialog:merge PATTERNS

ARGUMENTS
  PATTERNS  Any number of glob regex patterns to match .schema, .csproj, or package.json files.

OPTIONS
  -h, --help           show CLI help
  -o, --output=output  [default: app.schema] Output path and filename for merged schema.
  -v, --verbose        Show verbose logging of files as they are processed.

EXAMPLES
  $ bf dialog:merge *.csproj
  $ bf dialog:merge libraries/**/*.schema **/*.csproj -o app.schema

See code: @microsoft/bf-dialog

bf dialog:verify PATTERNS

Verify .dialog files match their app.schema.

USAGE
  $ bf dialog:verify PATTERNS

ARGUMENTS
  PATTERNS  Any number of glob regex patterns to match .dialog files.

OPTIONS
  -h, --help     show CLI help
  -v, --verbose  Show verbose output

See code: @microsoft/bf-dialog

bf help [COMMAND]

display help for bf

USAGE
  $ bf help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bf lg

Parse, collate, expand and translate lg files.

USAGE
  $ bf lg

OPTIONS
  -h, --help  lg command help

See code: @microsoft/bf-lg-cli

bf lg:expand

Expand one or all templates in .lg file(s). Expand an inline expression.

USAGE
  $ bf lg:expand

OPTIONS
  -f, --force              If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help               lg:expand help
  -i, --in=in              (required) Folder that contains .lg file.
  -o, --out=out            Output file or folder name. If not specified stdout will be used as output
  -r, --recurse            Consider sub-folders to find .lg file(s)
  --all                    When set, all templates in the .lg file be expanded.
  --expression=expression  Inline expression provided as a string to evaluate.
  --interactive            Interactively prompt for all missing entity value references required for expansion.
  --template=template      Name of the template to expand. Template names with spaces must be enclosed in quotes.
  --testInput=testInput    Path to a JSON file containing test input for all variable references.

See code: @microsoft/bf-lg-cli

bf lg:translate

Machine translate .lg files using Microsoft Translator Text API.

USAGE
  $ bf lg:translate

OPTIONS
  -f, --force                  If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help                   lg:translate help
  -i, --in=in                  (required) Folder that contains .lg file.
  -o, --out=out                Output file or folder name. If not specified stdout will be used as output
  -r, --recurse                Consider sub-folders to find .lg file(s)
  --srclang=srclang            Source lang code. Auto detect if missing.
  --tgtlang=tgtlang            (required) Comma separated list of target languages.
  --translate_comments         Machine translate all comments found in .lg file
  --translate_link_text        Machine translate link description in .lg file
  --translatekey=translatekey  (required) Machine translation endpoint key.

See code: @microsoft/bf-lg-cli

bf lg:verify

Verify .lg file(s) and collate them into a single file.

USAGE
  $ bf lg:verify

OPTIONS
  -f, --force    If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help     lg:verify help
  -i, --in=in    (required) Folder that contains .lg file.
  -o, --out=out  Output file or folder name. If not specified stdout will be used as output
  -r, --recurse  Considere sub-folders to find .lg file(s)

See code: @microsoft/bf-lg-cli

bf luis

Manages LUIS assets on service and/or locally.

USAGE
  $ bf luis

OPTIONS
  -h, --help  LUIS command help

See code: @microsoft/bf-luis-cli

bf luis:application:assignazureaccount

Assign a LUIS azure accounts to an application

USAGE
  $ bf luis:application:assignazureaccount

OPTIONS
  -h, --help                                 show CLI help
  --accountName=accountName                  (required) Account name
  --appId=appId                              (required) LUIS application Id (defaults to config:LUIS:appId)

  --armToken=armToken                        (required) The bearer authorization header to use; containing the user`s
                                             ARM token used to validate azure accounts information

  --azureSubscriptionId=azureSubscriptionId  (required) Azure Subscription Id

  --endpoint=endpoint                        LUIS endpoint hostname

  --json                                     Display output as JSON

  --resourceGroup=resourceGroup              (required) Resource Group

  --subscriptionKey=subscriptionKey          (required) LUIS cognitive services subscription key (default:
                                             config:LUIS:subscriptionKey)

See code: @microsoft/bf-luis-cli

bf luis:application:create

Creates a new LUIS application

USAGE
  $ bf luis:application:create

OPTIONS
  -h, --help                           show CLI help
  --culture=culture                    Specify culture language (default: en-us)
  --description=description            Description of LUIS application
  --endpoint=endpoint                  LUIS endpoint hostname
  --json                               Display output as JSON
  --name=name                          (required) Name of LUIS application
  --save                               Save configuration settings from imported app (appId & endpoint)

  --subscriptionKey=subscriptionKey    (required) LUIS cognitive services subscription key (default:
                                       config:LUIS:subscriptionKey)

  --tokenizerVersion=tokenizerVersion  Version specifies how sentences are tokenized (optional). See also:
                                       https://aka.ms/luistokens

  --versionId=versionId                (required) LUIS version Id. (defaults to config:LUIS:versionId)

EXAMPLE

       $ bf luis:application:create --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --name {NAME} --culture 
  {CULTURE}
       --domain {DOMAIN} --description {DESCRIPTION} --versionId {INITIAL_VERSION_ID} --usageScenario {USAGE_SCENARIO}

See code: @microsoft/bf-luis-cli

bf luis:application:delete

Deletes a LUIS application

USAGE
  $ bf luis:application:delete

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --endpoint=endpoint                LUIS endpoint hostname
  --force                            Force delete with no confirmation
  --json                             Display output as JSON

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

EXAMPLE

       $ bf luis:application:delete --appId {APP_ID} --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY}

See code: @microsoft/bf-luis-cli

bf luis:application:import

Imports LUIS application from JSON or LU content.

USAGE
  $ bf luis:application:import

OPTIONS
  -h, --help                         show CLI help

  -i, --in=in                        (required) File path containing LUIS application contents, uses STDIN if not
                                     specified

  --endpoint=endpoint                (required) LUIS endpoint hostname

  --json                             Display output as JSON

  --name=name                        LUIS application name (optional)

  --save                             Save configuration settings from imported app (appId, subscriptionKey & endpoint)

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default: config
                                     subscriptionKey)

EXAMPLE

       $ bf luis:application:import --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --name {NAME} --in 
  {PATH_TO_JSON}
       $ echo {SERIALIZED_JSON} | bf luis:application:import --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} 
  --name {NAME}

See code: @microsoft/bf-luis-cli

bf luis:application:list

Lists all applications on LUIS service.

USAGE
  $ bf luis:application:list

OPTIONS
  -f, --force                        If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help                         show CLI help

  -o, --out=out                      Output results to specified file in JSON format, otherwise prints to STDOUT
                                     (optional)

  --endpoint=endpoint                LUIS endpoint hostname

  --skip=skip                        Number of entries to skip. Default: 0 (no skips)

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --take=take                        Number of etnries to return. Maximum page size is 500. Default: 100

EXAMPLE

       $ bf luis:application:list --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --take 3
       $ bf luis:application:list --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --out {PATH_TO_JSON_FILE}

See code: @microsoft/bf-luis-cli

bf luis:application:publish

Publishes application's version

USAGE
  $ bf luis:application:publish

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)

  --direct                           Available only in direct version query. Do not publish to staging or production
                                     (default: false)

  --endpoint=endpoint                LUIS endpoint hostname

  --staging                          Publishes application version to Staging slot, otherwise publish to production
                                     (default: false)

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --versionId=versionId              (required) Version to publish (defaults to config:LUIS:versionId)

EXAMPLE

       $ bf luis:application:publish --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --versionId 
  {INITIAL_VERSION_ID} --appId {APP_ID} --staging {BOOLEAN}

See code: @microsoft/bf-luis-cli

bf luis:application:query

Queries application for intent predictions

USAGE
  $ bf luis:application:query

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --endpoint=endpoint                LUIS endpoint hostname
  --log                              Logs query operation on service (default: true)
  --query=query                      (required) Query string to predict
  --staging                          Presence of flag targets the staging app, if no flag passed defaults to production

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --timezoneOffset=timezoneOffset    Timezone offset for the location of the request in minutes (optional)

  --verbose                          Returns all intents, otherwise only top scoring intent. (default: false)

EXAMPLE

       $ bf luis:application:query --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --appId {APP_ID} --query 
  {QUERY} --prod {BOOLEAN}

See code: @microsoft/bf-luis-cli

bf luis:application:rename

Renames the application and updates its description

USAGE
  $ bf luis:application:rename

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --description=description          Description of LUIS application
  --endpoint=endpoint                LUIS endpoint hostname
  --json                             Display output as JSON
  --name=name                        (required) (required) Name of LUIS application

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

EXAMPLE

       $ bf luis:application:rename --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --appId {APP_ID} --name 
  {NAME} --description {DESCRIPTION}

See code: @microsoft/bf-luis-cli

bf luis:application:show

Shows application information

USAGE
  $ bf luis:application:show

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --endpoint=endpoint                LUIS endpoint hostname

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

EXAMPLE

       $ bf luis:application:show --appId {APPLICATION_ID} --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY}

See code: @microsoft/bf-luis-cli

bf luis:build

Build lu files to train and publish luis applications

USAGE
  $ bf luis:build

OPTIONS
  -f, --force                      If --dialog flag is provided, overwrites relevant dialog file
  -h, --help                       show CLI help
  -i, --in=in                      Lu file or folder

  -o, --out=out                    Output file or folder name. If not specified, current directory will be used as
                                   output

  --authoringKey=authoringKey      LUIS authoring key

  --botName=botName                Bot name

  --defaultCulture=defaultCulture  Culture code for the content. Infer from .lu if available. Defaults to en-us

  --deleteOldVersion               Delete old version of LUIS application after building new one.

  --dialog=dialog                  [default: multiLanguage] Write out .dialog files whose recognizer type
                                   [multiLanguage|crosstrained] is specified by --dialog

  --fallbackLocale=fallbackLocale  Locale to be used at the fallback if no locale specific recognizer is found. Only
                                   valid if --dialog is set

  --log                            write out log messages to console

  --luConfig=luConfig              Path to config for lu build which can contain switches for arguments

  --region=region                  [default: westus] LUIS authoring region [westus|westeurope|australiaeast]

  --suffix=suffix                  Environment name as a suffix identifier to include in LUIS app name. Defaults to
                                   current logged in user alias

EXAMPLE

       $ bf luis:build --in {INPUT_FILE_OR_FOLDER} --authoringKey {AUTHORING_KEY} --botName {BOT_NAME} --dialog 
  multiLanguage

See code: @microsoft/bf-luis-cli

bf luis:convert

Convert .lu file(s) to a LUIS application JSON model or vice versa

USAGE
  $ bf luis:convert

OPTIONS
  -f, --force                    If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help                     luis:convert help
  -i, --in=in                    Source .lu file(s) or LUIS application JSON model
  -o, --out=out                  Output file or folder name. If not specified stdout will be used as output
  -r, --recurse                  Indicates if sub-folders need to be considered to file .lu file(s)
  --culture=culture              Lang code for the LUIS application
  --description=description      Text describing the LUIS applicaion
  --log                          Enables log messages
  --name=name                    Name of the LUIS application
  --schemaversion=schemaversion  Schema version of the LUIS application
  --sort                         When set, intent, utterances, entities are alphabetically sorted in .lu files
  --versionid=versionid          Version ID of the LUIS application

See code: @microsoft/bf-luis-cli

bf luis:cross-train

Lu and Qna cross train tool

USAGE
  $ bf luis:cross-train

OPTIONS
  -h, --help               luis:cross-train help
  -i, --in=in              source lu and qna files folder

  -o, --out=out            output folder name. If not specified, the cross trained files will be wrote to cross-trained
                           folder under folder of current command

  --config=config          path to config file of mapping rules which is relative to folder specified by --in. If not
                           specified, it will read default config.json from the folder specified by --in

  --intentName=intentName  [default: _Interruption] Interruption intent name

  --rootDialog=rootDialog  rootDialog file path which is relative to folder specified by --in. If --config not
                           specified, cross-trian will automatically construct the config from file system based on root
                           dialog file

See code: @microsoft/bf-luis-cli

bf luis:endpoints:list

Returns available deployment endpoints

USAGE
  $ bf luis:endpoints:list

OPTIONS
  -f, --force                        If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help                         show CLI help

  -o, --out=out                      Output results to specified file in JSON format, otherwise prints to STDOUT
                                     (optional)

  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)

  --endpoint=endpoint                LUIS endpoint hostname

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

EXAMPLE

       $ bf luis:endpoints:list --appId {APPLICATION_ID} --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} 
  --out {PATH_TO_JSON_FILE}

See code: @microsoft/bf-luis-cli

bf luis:generate:cs

Generate:cs generates a strongly typed C# source code from an exported (json) LUIS model.

USAGE
  $ bf luis:generate:cs

OPTIONS
  -f, --force            If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help             luis:generate:cs help
  -i, --in=in            Path to the file containing the LUIS application JSON model
  -o, --out=out          Output file or folder name. If not specified stdout will be used as output
  --className=className  Name of the autogenerated class (can include namespace)

See code: @microsoft/bf-luis-cli

bf luis:generate:ts

Generate:ts generates a strongly typed typescript source code from an exported (json) LUIS model.

USAGE
  $ bf luis:generate:ts

OPTIONS
  -f, --force            If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help             luis:generate:ts help
  -i, --in=in            Path to the file containing the LUIS application JSON model
  -o, --out=out          Output file or folder name. If not specified stdout will be used as output
  --className=className  Name of the autogenerated class

See code: @microsoft/bf-luis-cli

bf luis:test

Test a .lu file or LUIS application JSON model against a published LUIS model

USAGE
  $ bf luis:test

OPTIONS
  -a, --appId=appId                      (required) LUIS application Id
  -h, --help                             luis:test help
  -i, --in=in                            Source .lu file or LUIS application JSON model for testing
  -o, --out=out                          Output file or folder name. If not specified stdout will be used as output
  -s, --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key

  --allowIntentsCount=allowIntentsCount  [default: 1] Top-scoring intent or top n Intent with score to show in the
                                         result

  --endpoint=endpoint                    [default: https://westus.api.cognitive.microsoft.com] LUIS endpoint hostname

  --force                                If --out flag is provided with the path to an existing file, overwrites that
                                         file

  --intentOnly                           Only test intent

  --staging                              Presence of flag targets the staging app, if no flag passed defaults to
                                         production

See code: @microsoft/bf-luis-cli

bf luis:train:run

Issues asynchronous training request for LUIS application

USAGE
  $ bf luis:train:run

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --endpoint=endpoint                LUIS endpoint hostname
  --json                             Display output as JSON

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --versionId=versionId              (required) Version to show training status (defaults to config:LUIS:versionId)

  --wait                             Wait until training complete and then display status

EXAMPLE

       $ bf luis:train:run --appId {APPLICATION_ID} --versionId {VERSION_ID} --endpoint {ENDPOINT} --subscriptionKey 
  {SUBSCRIPTION_KEY}

See code: @microsoft/bf-luis-cli

bf luis:train:show

Shows training status

USAGE
  $ bf luis:train:show

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --endpoint=endpoint                LUIS endpoint hostname

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --versionId=versionId              (required) Version to show training status (defaults to config:LUIS:versionId)

EXAMPLE

       $ bf luis:train:show --appId {APPLICATION_ID} --versionId {VERSION_ID} --endpoint {ENDPOINT} --subscriptionKey 
  {SUBSCRIPTION_KEY}

See code: @microsoft/bf-luis-cli

bf luis:translate

Translate given LUIS application JSON model or lu file(s)

USAGE
  $ bf luis:translate

OPTIONS
  -f, --force                  If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help                   luis:translate help
  -i, --in=in                  Source .lu file(s) or LUIS application JSON model
  -o, --out=out                Output folder name. If not specified stdout will be used as output
  -r, --recurse                Indicates if sub-folders need to be considered to file .lu file(s)
  --srclang=srclang            Source lang code. Auto detect if missing.
  --tgtlang=tgtlang            (required) Comma separated list of target languages.
  --translate_comments         When set, machine translate comments found in .lu file
  --translate_link_text        When set, machine translate link description in .lu file
  --translatekey=translatekey  (required) Machine translation endpoint key.

See code: @microsoft/bf-luis-cli

bf luis:version:clone

Creates a new version equivalent to the current snapshot of the selected application version.

USAGE
  $ bf luis:version:clone

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --endpoint=endpoint                LUIS endpoint hostname
  --json                             Display output as JSON
  --subscriptionKey=subscriptionKey  LUIS authoring (Ocp-Apim-subscription) key
  --targetVersionId=targetVersionId  (required) Destination version to create
  --versionId=versionId              (required) Source version to clone (defaults to config:LUIS:versionId)

EXAMPLE

       $ bf luis:version:clone --appId {APP_ID} --versionId {VERSION_ID} --targetVersionId {TARGET_VERSION_ID} 
  --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY}

See code: @microsoft/bf-luis-cli

bf luis:version:delete

Deletes a LUIS application version

USAGE
  $ bf luis:version:delete

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --endpoint=endpoint                LUIS endpoint hostname
  --json                             Display output as JSON

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --versionId=versionId              (required) Version to delete

EXAMPLE

       $ bf luis:version:delete --appId {APP_ID} --versionId {VERSION_ID} --endpoint {ENDPOINT} --subscriptionKey 
  {SUBSCRIPTION_KEY}

See code: @microsoft/bf-luis-cli

bf luis:version:export

Exports a LUIS application to JSON format

USAGE
  $ bf luis:version:export

OPTIONS
  -f, --force                        Overwrites output file if exists, otherwise creates a parallel numbered file
                                     (optional)

  -h, --help                         show CLI help

  -o, --out=out                      Save exported application to specified file, uses STDOUT if not specified
                                     (optional)

  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)

  --endpoint=endpoint                LUIS endpoint hostname

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --versionId=versionId              (required) Version to export (defaults to config:LUIS:versionId)

EXAMPLE

       $ bf luis:version:export --appId {APP_ID} --versionId {VERSION_ID} --out {FILENAME.json or PATH/FILENAME.json} 
  --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY}

See code: @microsoft/bf-luis-cli

bf luis:version:import

Imports a new version into a LUIS application from JSON or LU content.

USAGE
  $ bf luis:version:import

OPTIONS
  -h, --help                         show CLI help

  -i, --in=in                        (required) File path containing LUIS application contents, uses STDIN if not
                                     specified

  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)

  --endpoint=endpoint                LUIS endpoint hostname

  --json                             Display output as JSON

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --versionId=versionId              Version to export (defaults to config:LUIS:versionId)

EXAMPLE

       $ bf luis:version:import --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --appId {APP_ID} --in 
  {PATH_TO_JSON} --versionId {VERSION_ID}
       $ echo {SERIALIZED_JSON} | bf luis:version:import --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} 
  --appId {APP_ID}

See code: @microsoft/bf-luis-cli

bf luis:version:list

Returns application's versions

USAGE
  $ bf luis:version:list

OPTIONS
  -f, --force                        If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help                         show CLI help

  -o, --out=out                      Output results to specified folder and/or file in JSON format, otherwise prints to
                                     STDOUT (optional)

  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)

  --endpoint=endpoint                LUIS endpoint hostname

  --skip=skip                        Number of entries to skip. Default: 0 (no skips)

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --take=take                        Number of etnries to return. Maximum page size is 500. Default: 100

EXAMPLE

       $ bf luis:version:list --appId {APPLICATION_ID} --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --take 
  3
       $ bf luis:version:list --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --out {PATH_TO_JSON_FILE}

See code: @microsoft/bf-luis-cli

bf luis:version:rename

Renames application version

USAGE
  $ bf luis:version:rename

OPTIONS
  -h, --help                         show CLI help
  --appId=appId                      (required) LUIS application Id (defaults to config:LUIS:appId)
  --endpoint=endpoint                LUIS endpoint hostname
  --json                             Display output as JSON
  --newVersionId=newVersionId        (required) New version id

  --subscriptionKey=subscriptionKey  (required) LUIS cognitive services subscription key (default:
                                     config:LUIS:subscriptionKey)

  --versionId=versionId              (required) Version to update (defaults to config:LUIS:versionId)

EXAMPLE

       $ bf luis:version:rename --endpoint {ENDPOINT} --subscriptionKey {SUBSCRIPTION_KEY} --appId {APP_ID} --name 
  {NAME} --description {DESCRIPTION}

See code: @microsoft/bf-luis-cli

bf plugins

Install, uninstall and show installed plugins

USAGE
  $ bf plugins

OPTIONS
  --help  Display plugins commands help.

See code: @microsoft/bf-cli-plugins

bf plugins:install PLUGIN

Installs a plugin into the BF CLI

USAGE
  $ bf plugins:install PLUGIN

ARGUMENTS
  PLUGIN  plugin to install

OPTIONS
  -f, --force    yarn install with force flag
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  Installation of a user-installed plugin will override a core plugin.
  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command 
  will override the core plugin implementation. 
  This is useful if a user needs to update core plugin functionality in the CLI without the need to patch and update the 
  whole CLI.

ALIASES
  $ bf plugins:add

See code: @microsoft/bf-cli-plugins

bf plugins:list

List installed plugins

USAGE
  $ bf plugins:list

OPTIONS
  --core  show core plugins

See code: @microsoft/bf-cli-plugins

bf plugins:uninstall [PLUGIN]

Removes a plugin from the BF CLI

USAGE
  $ bf plugins:uninstall [PLUGIN]

ARGUMENTS
  PLUGIN  plugin to uninstall

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

See code: @microsoft/bf-cli-plugins

bf qnamaker

QnA Maker

USAGE
  $ bf qnamaker

OPTIONS
  -h, --help  Display QnA Maker CLI available commands

See code: @microsoft/bf-qnamaker

bf qnamaker:alterations

Commands for replacing and listing your alterations

USAGE
  $ bf qnamaker:alterations

OPTIONS
  -h, --help  display qnamaker:alterations available commands

See code: @microsoft/bf-qnamaker

bf qnamaker:alterations:list

Downloads all word alterations (synonyms) that have been added by the user.

USAGE
  $ bf qnamaker:alterations:list

OPTIONS
  -h, --help                         qnamaker:alterations:list command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:alterations:replace

Replaces word alterations (synonyms) for the KB with the give records.

USAGE
  $ bf qnamaker:alterations:replace

OPTIONS
  -h, --help                         qnamaker:alterations:replace command help
  -i, --in=in                        File path to the WordAlterationsDTO object to send in the body of the request
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:build

Build .qna files to create or update qnamaker knowledge bases and qnamaker alterations

USAGE
  $ bf qnamaker:build

OPTIONS
  -b, --botName=botName                  (required) Bot name
  -f, --force                            If --dialog flag is provided, overwirtes relevant dialog file
  -h, --help                             show CLI help
  -i, --in=in                            Source .qna file or folder

  -o, --out=out                          Output file or folder name. If not specified, current directory will be used as
                                         output

  -s, --subscriptionKey=subscriptionKey  (required) QnA maker subscription key

  --defaultCulture=defaultCulture        Culture code for the content. Infer from .qna if available. Defaults to en-us
                                         if not set

  --dialog=dialog                        [default: multiLanguage] Write out .dialog files whose recognizer type
                                         [multiLanguage|crosstrained] is specified by --dialog

  --fallbackLocale=fallbackLocale        Locale to be used at the fallback if no locale specific recognizer is found.
                                         Only valid if --dialog is set

  --log                                  write out log messages to console

  --region=region                        [default: westus] Overrides public endpoint
                                         https://<region>.api.cognitive.microsoft.com/qnamaker/v4.0/

  --suffix=suffix                        Environment name as a suffix identifier to include in qnamaker kb name.
                                         Defaults to current logged in user alias

EXAMPLE

       $ bf qnamaker:build --in {INPUT_FILE_OR_FOLDER} --subscriptionKey {SUBSCRIPTION_KEY} --botName {BOT_NAME} 
  --dialog

See code: @microsoft/bf-qnamaker

bf qnamaker:convert

Converts .qna file(s) to QnA application JSON models or vice versa.

USAGE
  $ bf qnamaker:convert

OPTIONS
  -f, --force    If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help     qnamaker:convert help
  -i, --in=in    Source .qna file(s) or QnA KB JSON file
  -o, --out=out  Output file or folder name. If not specified stdout will be used as output
  -r, --recurse  Indicates if sub-folders need to be considered to file .qna file(s)
  --alterations  Indicates if files is QnA Alterations
  --log          Enables log messages
  --name=name    Name of the QnA KB
  --sort         When set, questions collections are alphabetically sorted are alphabetically sorted in .qna files

See code: @microsoft/bf-qnamaker

bf qnamaker:cross-train

Lu and Qna cross train tool

USAGE
  $ bf qnamaker:cross-train

OPTIONS
  -h, --help               luis:cross-train help
  -i, --in=in              source lu and qna files folder

  -o, --out=out            output folder name. If not specified, the cross trained files will be wrote to cross-trained
                           folder under folder of current command

  --config=config          path to config file of mapping rules which is relative to folder specified by --in. If not
                           specified, it will read default config.json from the folder specified by --in

  --intentName=intentName  [default: _Interruption] Interruption intent name

  --rootDialog=rootDialog  rootDialog file path which is relative to folder specified by --in. If --config not
                           specified, cross-trian will automatically construct the config from file system based on root
                           dialog file

See code: @microsoft/bf-qnamaker

bf qnamaker:endpointkeys

Commands to refresh and list keys

USAGE
  $ bf qnamaker:endpointkeys

OPTIONS
  -h, --help  display qnamaker:endpointkeys available commands

See code: @microsoft/bf-qnamaker

bf qnamaker:endpointkeys:list

List all the currently valid endpointKeys for querying your private endpoint

USAGE
  $ bf qnamaker:endpointkeys:list

OPTIONS
  -h, --help                         qnamaker:endpointkeys:list command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:endpointkeys:refresh

Re-generates an endpoint key, in case you suspect your keys have been compromised

USAGE
  $ bf qnamaker:endpointkeys:refresh

OPTIONS
  -h, --help                         qnamaker:endpoints:refresh command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/
  --keyType=keyType                  (required) Type of Key. (PrimaryKey/SecondaryKey)

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:endpointsettings

Commands to get and update endpoint settings

USAGE
  $ bf qnamaker:endpointsettings

OPTIONS
  -h, --help  display qnamaker:update available commands

See code: @microsoft/bf-qnamaker

bf qnamaker:endpointsettings:get

Gets endpoint settings for an endpoint.

USAGE
  $ bf qnamaker:endpointsettings:get

OPTIONS
  -h, --help                         qnamaker:endpointsettings:get command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/
  --kbId=kbId                        Knowledgebase id to get metadata.

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:endpointsettings:update

Updates endpoint settings for an endpoint.

USAGE
  $ bf qnamaker:endpointsettings:update

OPTIONS
  -h, --help                         qnamaker:endpointsettings:update command help
  --activelearning                   Enable active learning. Disables if flag not set
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:init

Initializes the config file with settings.

USAGE
  $ bf qnamaker:init

OPTIONS
  -h, --help           qnamaker:init command help
  --endpoint=endpoint  Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

See code: @microsoft/bf-qnamaker

bf qnamaker:kb

Commands for manipulating your knowledge base

USAGE
  $ bf qnamaker:kb

OPTIONS
  -h, --help  display qnamaker:kb available commands

See code: @microsoft/bf-qnamaker

bf qnamaker:kb:create

Creates a new knowledgebase

USAGE
  $ bf qnamaker:kb:create

OPTIONS
  -h, --help                         qnamaker:kb:create command help
  -i, --in=in                        File path to the CreateKbDTO object to send in the body of the request.
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --name=name                        Name of the kb you want to create. This will override the name of KB that might be
                                     present in the CreateKb DTO

  --save                             Save the kbId in config.

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:kb:delete

Delete a knowledgebase by id

USAGE
  $ bf qnamaker:kb:delete

OPTIONS
  -h, --help                         qnamaker:kb:delete command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/
  --force                            Do not prompt for confirmation, force the operation

  --kbId=kbId                        Knowledgebase id to be deleted. Overrides the knowledge base id present in the
                                     config

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:kb:export

Echos a knowledgebase in json or qna format to stdout

USAGE
  $ bf qnamaker:kb:export

OPTIONS
  -h, --help                         qnamaker:kb:export command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/
  --environment=environment          [default: Prod] Specifies whether environment is Test or Prod.

  --kbId=kbId                        Knowledgebase id to be exported. Overrides the knowledge base id present in the
                                     config

  --qnaFormat                        Specifies if the content should be exported to .qna format.

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:kb:get

Get metadata about a knowledgebase

USAGE
  $ bf qnamaker:kb:get

OPTIONS
  -h, --help                         qnamaker:kb:get command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --kbId=kbId                        Knowledgebase id to get metadata. Overrides the knowledge base id present in the
                                     config

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:kb:list

List all of your knowledgebases

USAGE
  $ bf qnamaker:kb:list

OPTIONS
  -h, --help                         qnamaker:kb:list command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:kb:publish

Publish all unpublished in the knowledgebase to the prod endpoint.

USAGE
  $ bf qnamaker:kb:publish

OPTIONS
  -h, --help                         qnamaker:kb:publish command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/
  --kbId=kbId                        Knowledgebase id to pubish. Overrides the knowledge base id present in the config

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:kb:replace

Replace a knowledgebase contents with new contents

USAGE
  $ bf qnamaker:kb:replace

OPTIONS
  -h, --help                         qnamaker:kb:replace command help

  -i, --in=in                        File path to the ReplaceKbDTO object to send in the body of the request.
                                     Alternately this can be path to a .qna file

  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --kbId=kbId                        Knowledgebase id. Overrides the knowledge base id present in the config

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:kb:update

Add or delete QnA Pairs and / or URLs to an existing knowledge base

USAGE
  $ bf qnamaker:kb:update

OPTIONS
  -h, --help                         qnamaker:kb:update command help

  -i, --in=in                        The file path to the UpdateKbOperationDTO object to send in the body of the
                                     request.

  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/

  --kbId=kbId                        Knowledgebase id. Overrides the knowledge base id present in the config

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

  --wait                             Wait for the operation to complete.

See code: @microsoft/bf-qnamaker

bf qnamaker:operationdetails

Command to get operation details

USAGE
  $ bf qnamaker:operationdetails

OPTIONS
  -h, --help  display qnamaker:operationdetails available commands

See code: @microsoft/bf-qnamaker

bf qnamaker:operationdetails:get

Gets details of a specific long running operation.

USAGE
  $ bf qnamaker:operationdetails:get

OPTIONS
  -h, --help                         qnamaker:operationdetails:get command help
  --endpoint=endpoint                Overrides public endpoint https://westus.api.cognitive.microsoft.com/qnamaker/v4.0/
  --operationId=operationId          (required) Operation id.

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in the config

See code: @microsoft/bf-qnamaker

bf qnamaker:query

Generate Answer for fetching the answer from Kb for a query

USAGE
  $ bf qnamaker:query

OPTIONS
  -h, --help                       qnamaker:query command help
  --context=context                Path to Context object json file with previous QnA

  --endpointKey=endpointKey        Specifies the endpoint key for your private QnA service (From qnamaker.ai portal user
                                   settings page). Overrides the value present in config

  --hostname=hostname              Specifies the url for your private QnA service. Overrides the value present in config

  --kbId=kbId                      Specifies the active qnamaker knowledgebase id. Overrides the value present in the
                                   config

  --qnaId=qnaId                    Exact qnaId to fetch from the knowledgebase, this field takes priority over question

  --question=question              (required) Query to get a prediction for

  --scorethreshold=scorethreshold  Specifies the confidence score threshold for the returned answer.

  --strictfilters=strictfilters    Path to json file with MetadataDTO[] e.g {"strictfilters": MetadataDTO[]}

  --test                           Query against the test index

  --top=top                        Specifies the number of matching results

See code: @microsoft/bf-qnamaker

bf qnamaker:train

Train call to add suggestions to the knowledgebase.

USAGE
  $ bf qnamaker:train

OPTIONS
  -h, --help                         qnamaker:get:kb command help

  --endpointKey=endpointKey          Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal
                                     user settings page). Overrides the value present in config.

  --hostname=hostname                Specifies the url for your private QnA service. Overrides the value present in
                                     config.

  --in=in                            File path to the FeedbackRecordDTO object to send in the body of the request.

  --kbId=kbId                        Specifies the active qnamaker knowledgebase id. Overrides the value present in the
                                     config

  --subscriptionKey=subscriptionKey  Specifies the qnamaker Ocp-Apim-Subscription Key (found in Keys under Resource
                                     Management section for your Qna Maker cognitive service). Overrides the
                                     subscriptionkey value present in config

See code: @microsoft/bf-qnamaker

bf qnamaker:translate

Translate given QnA maker application JSON model or qna file(s)

USAGE
  $ bf qnamaker:translate

OPTIONS
  -f, --force                  If --out flag is provided with the path to an existing file, overwrites that file
  -h, --help                   qnamaker:translate help
  -i, --in=in                  Source .qna file(s) or QnA maker application JSON model
  -o, --out=out                Output folder name. If not specified stdout will be used as output
  -r, --recurse                Indicates if sub-folders need to be considered to find .qna file(s)
  --srclang=srclang            Source lang code. Auto detect if missing.
  --tgtlang=tgtlang            (required) Comma separated list of target languages.
  --translate_comments         When set, machine translate comments found in .qna file
  --translate_link_text        When set, machine translate link description in .qna file
  --translatekey=translatekey  (required) Machine translation endpoint key.

See code: @microsoft/bf-qnamaker

Owners

ChrisM

Authors

Microsoft

Project URL

https://github.com/microsoft/botframework-cli

License

MIT

Keywords

oclif

Info

4041 total downloads
6 downloads for version 4.10.0-dev.20200720.c635ff5
Download (14.62 KB)

Dependencies

@microsoft/bf-chatdown@4.10.0-dev.20200720.c635ff5, @microsoft/bf-cli-config@4.10.0-dev.20200720.c635ff5, @microsoft/bf-luis-cli@4.10.0-dev.20200720.c635ff5, @microsoft/bf-qnamaker@4.10.0-dev.20200720.c635ff5, @microsoft/bf-cli-plugins@4.10.0-dev.20200720.c635ff5, @microsoft/bf-lg-cli@4.10.0-dev.20200720.c635ff5, @microsoft/bf-dialog@4.10.0-dev.20200720.c635ff5, @oclif/command@~1.5.19, @oclif/config@~1.13.3, @oclif/errors@~1.2.2, @oclif/plugin-help@~2.1.6, chalk@2.4.1, cli-ux@^5.3.0, fs-extra@^7.0.1, is-ci@2.0.0, latest-version@^4.0.0, semver@^5.5.1, tslib@^1.9.3

Dependencies (dev)

@oclif/dev-cli@^1.22.0, @oclif/test@^1.2.4, @oclif/tslint@^3.1.1, @types/chai@^4.1.7, @types/fs-extra@^5.0.5, @types/mocha@^5.2.6, @types/nock@^11.1.0, @types/node@^10.14.6, chai@^4.2.0, globby@^8.0.2, mocha@^6.2.2, nock@^11.7.0, nyc@^14.1.1, rimraf@^2.6.3, ts-node@^8.1.0, tslint@^5.16.0, typescript@^3.5.3

Package history

Version Size Last updated Downloads Mirrored?
4.10.0-preview.148066 14.61 KB Mon, 20 Jul 2020 04:04:42 GMT 37
4.10.0-preview.147978 14.61 KB Sun, 19 Jul 2020 00:24:35 GMT 2
4.10.0-preview.147970 14.61 KB Sat, 18 Jul 2020 22:21:46 GMT 2
4.10.0-preview.147574 14.61 KB Fri, 17 Jul 2020 09:03:07 GMT 3
4.10.0-preview.147526 14.61 KB Fri, 17 Jul 2020 07:10:29 GMT 3
4.10.0-preview.146618 14.61 KB Wed, 15 Jul 2020 02:08:00 GMT 6
4.10.0-preview.146521 14.61 KB Tue, 14 Jul 2020 21:32:44 GMT 2
4.10.0-preview.146517 14.61 KB Tue, 14 Jul 2020 21:28:42 GMT 2
4.10.0-preview.146512 14.61 KB Tue, 14 Jul 2020 21:18:55 GMT 3
4.10.0-preview.146508 14.61 KB Tue, 14 Jul 2020 21:13:43 GMT 2
4.10.0-preview.146502 14.61 KB Tue, 14 Jul 2020 21:02:58 GMT 2
4.10.0-preview.146500 14.61 KB Tue, 14 Jul 2020 21:00:15 GMT 2
4.10.0-preview.146490 14.61 KB Tue, 14 Jul 2020 20:57:25 GMT 2
4.10.0-preview.146482 14.61 KB Tue, 14 Jul 2020 20:38:43 GMT 2
4.10.0-preview.146469 14.61 KB Tue, 14 Jul 2020 20:32:46 GMT 2
4.10.0-preview.146458 14.61 KB Tue, 14 Jul 2020 20:23:58 GMT 2
4.10.0-preview.146427 14.61 KB Tue, 14 Jul 2020 19:50:11 GMT 2
4.10.0-preview.146110 14.61 KB Tue, 14 Jul 2020 04:26:04 GMT 5
4.10.0-preview.146107 14.61 KB Tue, 14 Jul 2020 04:23:05 GMT 2
4.10.0-preview.146096 14.61 KB Tue, 14 Jul 2020 04:19:47 GMT 2
4.10.0-preview.146082 14.61 KB Tue, 14 Jul 2020 03:46:27 GMT 2
4.10.0-preview.146075 14.61 KB Tue, 14 Jul 2020 03:36:09 GMT 2
4.10.0-preview.146067 14.61 KB Tue, 14 Jul 2020 03:27:06 GMT 2
4.10.0-preview.146060 14.61 KB Tue, 14 Jul 2020 03:08:37 GMT 2
4.10.0-preview.146053 14.61 KB Tue, 14 Jul 2020 02:28:38 GMT 2
4.10.0-preview.146040 14.61 KB Tue, 14 Jul 2020 01:42:29 GMT 2
4.10.0-preview.145500 14.61 KB Fri, 10 Jul 2020 23:57:32 GMT 14
4.10.0-preview.143744 14.61 KB Mon, 06 Jul 2020 19:58:41 GMT 38
4.10.0-preview.143701 14.6 KB Mon, 06 Jul 2020 19:24:40 GMT 2
4.10.0-preview.143677 14.6 KB Mon, 06 Jul 2020 18:50:38 GMT 2
4.10.0-preview.143194 14.6 KB Thu, 02 Jul 2020 22:07:11 GMT 26
4.10.0-preview.143144 14.6 KB Thu, 02 Jul 2020 18:15:41 GMT 4
4.10.0-preview.142426 14.6 KB Tue, 30 Jun 2020 21:22:33 GMT 23
4.10.0-preview.142067 14.6 KB Tue, 30 Jun 2020 03:02:13 GMT 14
4.10.0-preview.141983 14.6 KB Mon, 29 Jun 2020 23:01:31 GMT 5
4.10.0-preview.141651 14.62 KB Sun, 28 Jun 2020 03:25:41 GMT 4
4.10.0-preview.140487 14.62 KB Tue, 23 Jun 2020 19:42:45 GMT 26
4.10.0-preview.139191 14.62 KB Thu, 18 Jun 2020 05:48:21 GMT 48
4.10.0-preview.138415 14.62 KB Mon, 15 Jun 2020 17:21:42 GMT 29
4.10.0-preview.137911 14.62 KB Fri, 12 Jun 2020 04:59:01 GMT 18
4.10.0-preview.137905 14.63 KB Fri, 12 Jun 2020 04:35:51 GMT 2
4.10.0-preview.137831 14.62 KB Fri, 12 Jun 2020 00:08:45 GMT 1
4.10.0-preview.137611 14.62 KB Thu, 11 Jun 2020 13:33:39 GMT 18
4.10.0-preview.136150 14.62 KB Fri, 05 Jun 2020 04:56:28 GMT 3
4.10.0-preview.136144 14.62 KB Fri, 05 Jun 2020 03:54:40 GMT 1
4.10.0-preview.136133 14.62 KB Fri, 05 Jun 2020 03:23:15 GMT 2
4.10.0-preview.136099 14.62 KB Fri, 05 Jun 2020 00:09:07 GMT 4
4.10.0-preview.135990 14.63 KB Thu, 04 Jun 2020 18:39:45 GMT 2
4.10.0-preview.135986 14.63 KB Thu, 04 Jun 2020 18:18:47 GMT 2
4.10.0-preview.135977 14.63 KB Thu, 04 Jun 2020 17:45:33 GMT 3
4.10.0-preview.135963 14.63 KB Thu, 04 Jun 2020 16:58:49 GMT 3
4.10.0-preview.135844 14.62 KB Thu, 04 Jun 2020 09:06:33 GMT 7
4.10.0-preview.135815 14.63 KB Thu, 04 Jun 2020 06:03:50 GMT 5
4.10.0-preview.135802 14.63 KB Thu, 04 Jun 2020 04:57:29 GMT 2
4.10.0-preview.135791 14.62 KB Thu, 04 Jun 2020 03:30:14 GMT 2
4.10.0-preview.135790 14.62 KB Thu, 04 Jun 2020 03:17:51 GMT 2
4.10.0-preview.135789 14.62 KB Thu, 04 Jun 2020 02:29:39 GMT 2
4.10.0-preview.135774 14.62 KB Thu, 04 Jun 2020 01:46:13 GMT 2
4.10.0-preview.135772 14.62 KB Thu, 04 Jun 2020 01:28:21 GMT 2
4.10.0-preview.135769 14.62 KB Thu, 04 Jun 2020 01:05:23 GMT 3
4.10.0-preview.135768 14.62 KB Thu, 04 Jun 2020 00:57:40 GMT 2
4.10.0-preview.135767 14.63 KB Thu, 04 Jun 2020 00:53:31 GMT 2
4.10.0-preview.135764 14.62 KB Wed, 03 Jun 2020 23:57:54 GMT 2
4.10.0-preview.135759 14.62 KB Wed, 03 Jun 2020 23:45:27 GMT 4
4.10.0-preview.135753 14.62 KB Wed, 03 Jun 2020 23:23:57 GMT 2
4.10.0-preview.135748 14.62 KB Wed, 03 Jun 2020 23:00:51 GMT 2
4.10.0-preview.135628 14.62 KB Wed, 03 Jun 2020 12:49:14 GMT 12
4.10.0-preview.135338 14.63 KB Tue, 02 Jun 2020 10:16:38 GMT 16
4.10.0-preview.135261 14.62 KB Tue, 02 Jun 2020 02:20:57 GMT 3
4.10.0-preview.135174 14.62 KB Mon, 01 Jun 2020 20:51:59 GMT 2
4.10.0-preview.135164 14.62 KB Mon, 01 Jun 2020 20:27:47 GMT 2
4.10.0-preview.135136 14.62 KB Mon, 01 Jun 2020 19:41:17 GMT 2
4.10.0-preview.135132 14.62 KB Mon, 01 Jun 2020 19:09:45 GMT 3
4.10.0-preview.135101 14.62 KB Mon, 01 Jun 2020 17:15:40 GMT 4
4.10.0-preview.135041 14.62 KB Mon, 01 Jun 2020 09:12:46 GMT 9
4.10.0-preview.134817 14.62 KB Sat, 30 May 2020 00:15:47 GMT 6
4.10.0-preview.134813 14.62 KB Sat, 30 May 2020 00:05:58 GMT 2
4.10.0-preview.134595 14.63 KB Fri, 29 May 2020 13:24:52 GMT 9
4.10.0-preview.134575 14.62 KB Fri, 29 May 2020 10:27:41 GMT 3
4.10.0-preview.134227 14.63 KB Thu, 28 May 2020 17:39:41 GMT 19
4.10.0-preview.134153 14.62 KB Thu, 28 May 2020 10:11:02 GMT 4
4.10.0-preview.134149 14.62 KB Thu, 28 May 2020 09:56:35 GMT 2
4.10.0-preview.134086 14.62 KB Thu, 28 May 2020 06:12:36 GMT 3
4.10.0-preview.134075 14.62 KB Thu, 28 May 2020 04:53:33 GMT 4
4.10.0-preview.134058 14.62 KB Thu, 28 May 2020 03:25:12 GMT 2
4.10.0-preview.134054 14.62 KB Thu, 28 May 2020 01:46:34 GMT 2
4.10.0-preview.133947 14.63 KB Wed, 27 May 2020 18:57:54 GMT 4
4.10.0-preview.133866 14.62 KB Wed, 27 May 2020 15:18:22 GMT 4
4.10.0-preview.133855 14.62 KB Wed, 27 May 2020 14:11:30 GMT 3
4.10.0-preview.133832 14.62 KB Wed, 27 May 2020 11:40:55 GMT 4
4.10.0-preview.133747 14.63 KB Wed, 27 May 2020 08:06:27 GMT 3
4.10.0-preview.133665 14.63 KB Tue, 26 May 2020 22:38:42 GMT 3
4.10.0-preview.133630 14.62 KB Tue, 26 May 2020 18:59:04 GMT 5
4.10.0-preview.133628 14.63 KB Tue, 26 May 2020 18:56:05 GMT 2
4.10.0-preview.133626 14.62 KB Tue, 26 May 2020 18:33:43 GMT 10
4.10.0-preview.133621 14.62 KB Tue, 26 May 2020 18:18:44 GMT 3
4.10.0-preview.133617 14.63 KB Tue, 26 May 2020 18:09:30 GMT 3
4.10.0-preview.133127 14.63 KB Fri, 22 May 2020 06:52:53 GMT 13
4.10.0-preview.133122 14.62 KB Fri, 22 May 2020 06:23:44 GMT 2
4.10.0-preview.133098 14.63 KB Fri, 22 May 2020 02:09:54 GMT 2
4.10.0-preview.133034 14.63 KB Thu, 21 May 2020 21:26:32 GMT 5
4.10.0-preview.132916 14.62 KB Thu, 21 May 2020 09:48:41 GMT 7
4.10.0-preview.132850 14.62 KB Thu, 21 May 2020 03:29:18 GMT 3
4.10.0-preview.132843 14.62 KB Thu, 21 May 2020 03:15:35 GMT 2
4.10.0-preview.132748 14.63 KB Wed, 20 May 2020 15:25:08 GMT 4
4.10.0-preview.132725 14.63 KB Wed, 20 May 2020 14:48:39 GMT 2
4.10.0-preview.132723 14.62 KB Wed, 20 May 2020 14:45:41 GMT 2
4.10.0-preview.132622 14.62 KB Wed, 20 May 2020 08:09:33 GMT 2
4.10.0-preview.132559 14.62 KB Wed, 20 May 2020 02:51:21 GMT 3
4.10.0-preview.132551 14.62 KB Tue, 19 May 2020 23:59:38 GMT 3
4.10.0-preview.132546 14.62 KB Tue, 19 May 2020 23:46:30 GMT 2
4.10.0-preview.132543 14.62 KB Tue, 19 May 2020 23:32:26 GMT 2
4.10.0-preview.132533 14.62 KB Tue, 19 May 2020 23:03:26 GMT 2
4.10.0-preview.132500 14.62 KB Tue, 19 May 2020 20:18:59 GMT 2
4.10.0-preview.132498 14.63 KB Tue, 19 May 2020 19:59:27 GMT 3
4.10.0-preview.132495 14.63 KB Tue, 19 May 2020 19:43:43 GMT 2
4.10.0-preview.132493 14.62 KB Tue, 19 May 2020 19:32:34 GMT 4
4.10.0-preview.132491 14.62 KB Tue, 19 May 2020 19:27:20 GMT 4
4.10.0-preview.132340 14.62 KB Tue, 19 May 2020 08:34:45 GMT 4
4.10.0-preview.132328 14.63 KB Tue, 19 May 2020 07:47:46 GMT 4
4.10.0-preview.132317 14.63 KB Tue, 19 May 2020 06:06:13 GMT 4
4.10.0-preview.132306 14.62 KB Tue, 19 May 2020 04:11:28 GMT 3
4.10.0-preview.132299 14.62 KB Tue, 19 May 2020 03:55:09 GMT 3
4.10.0-preview.132297 14.63 KB Tue, 19 May 2020 03:57:36 GMT 4
4.10.0-preview.132293 14.62 KB Tue, 19 May 2020 03:34:00 GMT 3
4.10.0-preview.132291 14.62 KB Tue, 19 May 2020 03:30:45 GMT 3
4.10.0-preview.132284 14.62 KB Tue, 19 May 2020 03:13:58 GMT 3
4.10.0-preview.132282 14.62 KB Tue, 19 May 2020 03:09:53 GMT 4
4.10.0-preview.132280 14.62 KB Tue, 19 May 2020 03:02:08 GMT 4
4.10.0-preview.132277 14.63 KB Tue, 19 May 2020 03:04:43 GMT 3
4.10.0-preview.132275 14.63 KB Tue, 19 May 2020 02:59:43 GMT 3
4.10.0-preview.132273 14.62 KB Tue, 19 May 2020 02:57:35 GMT 3
4.10.0-preview.132271 14.62 KB Tue, 19 May 2020 02:52:46 GMT 3
4.10.0-preview.132264 14.62 KB Tue, 19 May 2020 01:58:34 GMT 3
4.10.0-preview.132261 14.62 KB Tue, 19 May 2020 02:00:55 GMT 3
4.10.0-preview.132253 14.62 KB Tue, 19 May 2020 01:19:31 GMT 3
4.10.0-preview.132249 14.62 KB Tue, 19 May 2020 01:29:25 GMT 3
4.10.0-preview.132243 14.62 KB Tue, 19 May 2020 01:05:47 GMT 3
4.10.0-preview.132234 14.62 KB Tue, 19 May 2020 00:42:08 GMT 3
4.10.0-preview.132170 14.62 KB Mon, 18 May 2020 21:49:19 GMT 3
4.10.0-preview.132148 14.62 KB Mon, 18 May 2020 21:03:03 GMT 3
4.10.0-preview.132091 14.62 KB Mon, 18 May 2020 19:58:41 GMT 4
4.10.0-preview.131970 14.62 KB Mon, 18 May 2020 14:44:48 GMT 6
4.10.0-preview.131939 14.62 KB Mon, 18 May 2020 10:58:43 GMT 3
4.10.0-preview.131900 14.62 KB Mon, 18 May 2020 09:12:47 GMT 3
4.10.0-preview.131837 14.62 KB Sun, 17 May 2020 23:44:41 GMT 7
4.10.0-preview.131828 14.63 KB Sun, 17 May 2020 22:31:20 GMT 3
4.10.0-preview.130904 14.62 KB Thu, 14 May 2020 07:43:59 GMT 16
4.10.0-preview.130902 14.62 KB Thu, 14 May 2020 07:41:00 GMT 3
4.10.0-preview.130828 14.62 KB Wed, 13 May 2020 23:38:03 GMT 5
4.10.0-preview.130632 14.62 KB Wed, 13 May 2020 09:36:19 GMT 4
4.10.0-preview.130622 14.62 KB Wed, 13 May 2020 09:14:49 GMT 3
4.10.0-preview.130335 14.62 KB Tue, 12 May 2020 16:37:33 GMT 2
4.10.0-preview.130225 14.62 KB Tue, 12 May 2020 05:40:31 GMT 9
4.10.0-preview.130040 14.62 KB Mon, 11 May 2020 20:20:15 GMT 9
4.10.0-preview.130037 14.62 KB Mon, 11 May 2020 20:15:35 GMT 3
4.10.0-preview.130031 14.62 KB Mon, 11 May 2020 20:03:05 GMT 2
4.10.0-preview.129995 14.63 KB Mon, 11 May 2020 18:38:17 GMT 3
4.10.0-preview.129988 14.63 KB Mon, 11 May 2020 18:24:06 GMT 3
4.10.0-preview.129609 14.62 KB Fri, 08 May 2020 23:05:49 GMT 4
4.10.0-preview.129599 14.62 KB Fri, 08 May 2020 22:45:15 GMT 3
4.10.0-preview.129597 14.63 KB Fri, 08 May 2020 22:33:41 GMT 3
4.10.0-preview.129501 14.62 KB Fri, 08 May 2020 18:44:21 GMT 3
4.10.0-preview.129498 14.63 KB Fri, 08 May 2020 18:32:02 GMT 3
4.10.0-preview.129331 14.62 KB Fri, 08 May 2020 04:29:01 GMT 7
4.10.0-preview.129321 14.62 KB Fri, 08 May 2020 04:16:44 GMT 4
4.10.0-preview.129112 14.63 KB Thu, 07 May 2020 14:36:39 GMT 3
4.10.0-preview.129110 14.62 KB Thu, 07 May 2020 14:22:58 GMT 4
4.10.0-preview.128883 14.63 KB Wed, 06 May 2020 21:17:54 GMT 14
4.10.0-preview.128867 14.63 KB Wed, 06 May 2020 20:48:47 GMT 4
4.10.0-preview.128858 14.63 KB Wed, 06 May 2020 20:36:45 GMT 3
4.10.0-preview.128844 14.63 KB Wed, 06 May 2020 20:05:50 GMT 3
4.10.0-preview.128658 14.63 KB Wed, 06 May 2020 10:33:47 GMT 12
4.10.0-preview.128475 14.65 KB Tue, 05 May 2020 23:47:10 GMT 4
4.10.0-preview.128458 14.63 KB Tue, 05 May 2020 23:15:31 GMT 4
4.10.0-preview.128431 14.63 KB Tue, 05 May 2020 22:11:43 GMT 3
4.10.0-preview.128324 12.61 KB Tue, 05 May 2020 17:30:24 GMT 5
4.10.0-preview.128314 12.61 KB Tue, 05 May 2020 17:09:12 GMT 3
4.10.0-preview.128065 12.6 KB Mon, 04 May 2020 22:42:08 GMT 3
4.10.0-preview.128060 12.6 KB Mon, 04 May 2020 22:29:07 GMT 3
4.10.0-dev.20200730.3786d10 14.62 KB Thu, 30 Jul 2020 19:22:26 GMT 566
4.10.0-dev.20200721.8bb21ac 14.62 KB Tue, 21 Jul 2020 22:24:57 GMT 54
4.10.0-dev.20200721.5ee7854 14.62 KB Tue, 21 Jul 2020 01:04:46 GMT 9
4.10.0-dev.20200720.c635ff5 14.62 KB Mon, 20 Jul 2020 22:36:21 GMT 6
4.9.1 14.59 KB Wed, 27 May 2020 22:25:17 GMT 50
4.9.1-RC0 14.6 KB Wed, 27 May 2020 01:46:00 GMT 6
4.9.0 14.61 KB Tue, 12 May 2020 17:47:59 GMT 19
4.9.0-RC6 14.61 KB Fri, 08 May 2020 19:25:25 GMT 6
4.9.0-RC5 14.61 KB Fri, 08 May 2020 04:45:57 GMT 18
4.9.0-RC42 14.61 KB Fri, 08 May 2020 23:25:30 GMT 52
4.9.0-RC4 14.61 KB Thu, 07 May 2020 14:49:59 GMT 8
4.9.0-RC3 14.61 KB Wed, 06 May 2020 20:02:50 GMT 6
4.9.0-RC2 14.61 KB Wed, 06 May 2020 02:46:12 GMT 17
4.9.0-RC1 14.61 KB Wed, 06 May 2020 00:32:40 GMT 5
4.9.0-RC0 12.58 KB Mon, 04 May 2020 23:02:13 GMT 22
4.9.0-preview.128011 12.6 KB Mon, 04 May 2020 21:35:23 GMT 4
4.9.0-preview.127998 12.61 KB Mon, 04 May 2020 21:16:36 GMT 4
4.9.0-preview.127614 11.53 KB Sun, 03 May 2020 00:22:37 GMT 20
4.9.0-preview.127603 11.53 KB Sun, 03 May 2020 00:10:48 GMT 3
4.9.0-preview.127410 11.53 KB Fri, 01 May 2020 21:41:38 GMT 5
4.9.0-preview.127382 11.53 KB Fri, 01 May 2020 21:14:06 GMT 3
4.9.0-preview.127303 11.53 KB Fri, 01 May 2020 18:16:25 GMT 5
4.9.0-preview.127281 11.53 KB Fri, 01 May 2020 17:55:05 GMT 4
4.9.0-preview.127245 11.54 KB Fri, 01 May 2020 13:07:33 GMT 5
4.9.0-preview.127243 11.53 KB Fri, 01 May 2020 12:47:39 GMT 3
4.9.0-preview.127174 11.53 KB Fri, 01 May 2020 08:34:23 GMT 3
4.9.0-preview.126715 11.53 KB Thu, 30 Apr 2020 07:50:21 GMT 15
4.9.0-preview.126190 11.53 KB Wed, 29 Apr 2020 09:20:21 GMT 7
4.9.0-preview.126126 11.53 KB Wed, 29 Apr 2020 06:04:29 GMT 5
4.9.0-preview.125721 11.53 KB Tue, 28 Apr 2020 12:30:50 GMT 6
4.9.0-preview.125694 11.53 KB Tue, 28 Apr 2020 10:59:03 GMT 3
4.9.0-preview.125659 11.53 KB Tue, 28 Apr 2020 09:39:11 GMT 3
4.9.0-preview.125593 11.53 KB Tue, 28 Apr 2020 03:02:15 GMT 6
4.9.0-preview.125589 11.53 KB Tue, 28 Apr 2020 02:54:30 GMT 3
4.9.0-preview.125581 11.53 KB Tue, 28 Apr 2020 02:19:56 GMT 3
4.9.0-preview.125573 11.53 KB Tue, 28 Apr 2020 02:14:14 GMT 3
4.9.0-preview.125541 11.53 KB Mon, 27 Apr 2020 23:48:45 GMT 3
4.9.0-preview.125510 11.53 KB Mon, 27 Apr 2020 22:56:23 GMT 4
4.9.0-preview.125506 11.53 KB Mon, 27 Apr 2020 22:54:10 GMT 3
4.9.0-preview.125437 11.54 KB Mon, 27 Apr 2020 21:56:51 GMT 3
4.9.0-preview.125431 11.53 KB Mon, 27 Apr 2020 21:53:16 GMT 3
4.9.0-preview.125414 11.53 KB Mon, 27 Apr 2020 21:41:55 GMT 3
4.9.0-preview.125372 11.53 KB Mon, 27 Apr 2020 20:34:24 GMT 4
4.9.0-preview.125156 11.53 KB Mon, 27 Apr 2020 15:36:48 GMT 3
4.9.0-preview.125148 11.54 KB Mon, 27 Apr 2020 15:11:08 GMT 3
4.9.0-preview.125096 11.53 KB Mon, 27 Apr 2020 10:07:26 GMT 3
4.9.0-preview.124997 11.54 KB Mon, 27 Apr 2020 03:10:18 GMT 4
4.9.0-preview.124995 11.54 KB Mon, 27 Apr 2020 02:50:49 GMT 4
4.9.0-preview.124980 11.53 KB Sun, 26 Apr 2020 23:58:24 GMT 3
4.9.0-preview.124864 11.53 KB Sun, 26 Apr 2020 02:26:46 GMT 5
4.9.0-preview.124860 11.53 KB Sun, 26 Apr 2020 02:24:08 GMT 3
4.9.0-preview.124854 11.53 KB Sun, 26 Apr 2020 02:06:57 GMT 3
4.9.0-preview.124817 11.54 KB Sun, 26 Apr 2020 02:09:45 GMT 3
4.9.0-preview.124763 11.53 KB Sat, 25 Apr 2020 03:47:34 GMT 3
4.9.0-preview.124688 11.54 KB Fri, 24 Apr 2020 22:44:10 GMT 3
4.9.0-preview.124686 11.53 KB Fri, 24 Apr 2020 22:41:51 GMT 3
4.9.0-preview.124684 11.53 KB Fri, 24 Apr 2020 22:46:36 GMT 3
4.9.0-preview.124678 11.54 KB Fri, 24 Apr 2020 22:39:58 GMT 3
4.9.0-preview.124662 11.53 KB Fri, 24 Apr 2020 22:38:04 GMT 4
4.9.0-preview.124651 11.53 KB Fri, 24 Apr 2020 22:31:48 GMT 3
4.9.0-preview.124647 11.53 KB Fri, 24 Apr 2020 22:34:34 GMT 3
4.9.0-preview.124643 11.53 KB Fri, 24 Apr 2020 22:18:07 GMT 3
4.9.0-preview.124625 11.53 KB Fri, 24 Apr 2020 21:52:57 GMT 4
4.9.0-preview.124620 11.53 KB Fri, 24 Apr 2020 21:49:31 GMT 3
4.9.0-preview.124616 11.53 KB Fri, 24 Apr 2020 21:44:49 GMT 3
4.9.0-preview.124612 11.53 KB Fri, 24 Apr 2020 21:47:32 GMT 2
4.9.0-preview.124607 11.53 KB Fri, 24 Apr 2020 21:42:36 GMT 4
4.9.0-preview.124498 11.54 KB Fri, 24 Apr 2020 19:58:08 GMT 3
4.9.0-preview.124455 11.53 KB Fri, 24 Apr 2020 19:47:00 GMT 3
4.9.0-preview.124452 11.53 KB Fri, 24 Apr 2020 19:44:03 GMT 3
4.9.0-preview.124450 11.53 KB Fri, 24 Apr 2020 19:38:42 GMT 3
4.9.0-preview.124446 11.53 KB Fri, 24 Apr 2020 19:41:28 GMT 3
4.9.0-preview.124443 11.53 KB Fri, 24 Apr 2020 19:35:35 GMT 3
4.9.0-preview.124441 11.53 KB Fri, 24 Apr 2020 19:32:37 GMT 3
4.9.0-preview.124435 11.54 KB Fri, 24 Apr 2020 19:27:29 GMT 4
4.9.0-preview.124428 11.54 KB Fri, 24 Apr 2020 19:30:33 GMT 3
4.9.0-preview.124412 11.53 KB Fri, 24 Apr 2020 18:58:35 GMT 3
4.9.0-preview.124245 11.53 KB Fri, 24 Apr 2020 09:23:02 GMT 4
4.9.0-preview.123642 11.53 KB Thu, 23 Apr 2020 04:03:13 GMT 11
4.9.0-preview.121555 11.53 KB Mon, 20 Apr 2020 08:25:56 GMT 25
4.9.0-preview.121508 11.54 KB Mon, 20 Apr 2020 03:33:22 GMT 7
4.9.0-preview.121045 11.53 KB Fri, 17 Apr 2020 10:42:57 GMT 14
4.9.0-preview.121038 11.54 KB Fri, 17 Apr 2020 10:16:57 GMT 4
4.9.0-preview.120963 11.53 KB Fri, 17 Apr 2020 07:45:28 GMT 3
4.9.0-preview.120961 11.53 KB Fri, 17 Apr 2020 07:47:44 GMT 4
4.9.0-preview.120956 11.53 KB Fri, 17 Apr 2020 07:24:25 GMT 4
4.9.0-preview.120835 11.54 KB Thu, 16 Apr 2020 19:42:47 GMT 8
4.9.0-preview.120750 11.53 KB Thu, 16 Apr 2020 11:18:00 GMT 9
4.9.0-preview.120468 11.54 KB Wed, 15 Apr 2020 19:44:26 GMT 11
4.9.0-preview.120123 11.53 KB Wed, 15 Apr 2020 02:25:21 GMT 21
4.9.0-preview.120076 11.53 KB Tue, 14 Apr 2020 21:55:43 GMT 4
4.9.0-preview.119971 11.53 KB Tue, 14 Apr 2020 10:42:46 GMT 13
4.9.0-preview.119967 11.54 KB Tue, 14 Apr 2020 10:28:21 GMT 3
4.9.0-preview.119909 11.53 KB Tue, 14 Apr 2020 08:43:23 GMT 3
4.9.0-preview.119602 11.53 KB Mon, 13 Apr 2020 17:20:07 GMT 3
4.9.0-preview.119367 11.54 KB Sat, 11 Apr 2020 23:12:32 GMT 21
4.9.0-preview.119292 11.53 KB Sat, 11 Apr 2020 04:24:40 GMT 8
4.9.0-preview.118967 11.54 KB Thu, 09 Apr 2020 22:58:15 GMT 7
4.9.0-preview.118946 11.53 KB Thu, 09 Apr 2020 22:15:44 GMT 3
4.9.0-preview.118646 11.53 KB Thu, 09 Apr 2020 02:30:13 GMT 12
4.9.0-preview.118453 11.53 KB Wed, 08 Apr 2020 17:25:51 GMT 2
4.9.0-preview.118389 11.53 KB Wed, 08 Apr 2020 10:07:55 GMT 6
4.9.0-preview.118374 11.53 KB Wed, 08 Apr 2020 09:16:19 GMT 3
4.9.0-preview.118338 11.54 KB Wed, 08 Apr 2020 05:55:14 GMT 13
4.9.0-preview.118312 11.53 KB Wed, 08 Apr 2020 03:22:33 GMT 4
4.9.0-preview.118295 11.54 KB Wed, 08 Apr 2020 03:07:04 GMT 4
4.9.0-preview.118234 11.53 KB Tue, 07 Apr 2020 20:17:52 GMT 4
4.9.0-preview.118221 11.53 KB Tue, 07 Apr 2020 19:47:20 GMT 3
4.9.0-preview.118175 11.54 KB Tue, 07 Apr 2020 17:18:31 GMT 4
4.9.0-preview.118150 11.53 KB Tue, 07 Apr 2020 15:46:34 GMT 5
4.9.0-preview.118051 11.53 KB Tue, 07 Apr 2020 06:11:10 GMT 6
4.9.0-preview.118035 11.54 KB Tue, 07 Apr 2020 03:40:40 GMT 5
4.9.0-preview.117662 11.53 KB Fri, 03 Apr 2020 20:59:12 GMT 9
4.9.0-preview.117660 11.53 KB Fri, 03 Apr 2020 20:43:57 GMT 3
4.9.0-preview.117633 11.53 KB Fri, 03 Apr 2020 18:33:46 GMT 2
4.9.0-preview.117629 11.53 KB Fri, 03 Apr 2020 18:14:28 GMT 3
4.9.0-preview.117333 11.53 KB Thu, 02 Apr 2020 19:07:49 GMT 6
4.9.0-preview.117296 11.53 KB Thu, 02 Apr 2020 16:29:36 GMT 4
4.9.0-preview.116952 11.53 KB Wed, 01 Apr 2020 17:20:11 GMT 7
4.9.0-preview.116949 11.53 KB Wed, 01 Apr 2020 17:09:20 GMT 3
4.9.0-preview.116790 11.53 KB Tue, 31 Mar 2020 23:28:48 GMT 4
4.9.0-preview.116779 11.53 KB Tue, 31 Mar 2020 21:52:40 GMT 3
4.9.0-preview.116371 11.53 KB Mon, 30 Mar 2020 09:37:30 GMT 17
4.9.0-preview.116347 11.53 KB Mon, 30 Mar 2020 08:19:32 GMT 3
4.9.0-preview.116327 11.53 KB Mon, 30 Mar 2020 06:45:12 GMT 4
4.9.0-preview.116032 11.53 KB Fri, 27 Mar 2020 13:22:05 GMT 9
4.9.0-preview.115895 11.54 KB Fri, 27 Mar 2020 00:42:58 GMT 2
4.9.0-preview.115740 11.53 KB Thu, 26 Mar 2020 09:11:36 GMT 4
4.9.0-preview.115726 11.53 KB Thu, 26 Mar 2020 08:25:36 GMT 4
4.9.0-preview.115707 11.53 KB Thu, 26 Mar 2020 05:57:52 GMT 7
4.9.0-preview.115701 11.53 KB Thu, 26 Mar 2020 05:45:57 GMT 3
4.9.0-preview.115699 11.53 KB Thu, 26 Mar 2020 05:34:56 GMT 3
4.9.0-preview.115697 11.54 KB Thu, 26 Mar 2020 05:16:52 GMT 3
4.9.0-preview.115678 11.54 KB Thu, 26 Mar 2020 03:26:52 GMT 9
4.9.0-preview.115666 11.53 KB Thu, 26 Mar 2020 02:44:58 GMT 3
4.9.0-preview.115597 11.54 KB Wed, 25 Mar 2020 21:33:19 GMT 3
4.9.0-preview.115574 11.53 KB Wed, 25 Mar 2020 18:32:06 GMT 9
4.9.0-preview.115535 11.53 KB Wed, 25 Mar 2020 11:46:47 GMT 64
4.9.0-preview.115482 11.53 KB Wed, 25 Mar 2020 08:22:32 GMT 3
4.9.0-preview.115444 11.53 KB Wed, 25 Mar 2020 05:12:07 GMT 3
4.9.0-preview.115409 11.53 KB Wed, 25 Mar 2020 00:41:13 GMT 3
4.9.0-preview.115164 11.53 KB Tue, 24 Mar 2020 02:33:47 GMT 11
4.9.0-preview.115089 11.53 KB Mon, 23 Mar 2020 17:45:13 GMT 7
4.9.0-preview.115053 11.53 KB Mon, 23 Mar 2020 12:16:02 GMT 9
4.9.0-preview.115016 11.53 KB Mon, 23 Mar 2020 09:16:34 GMT 3
4.9.0-preview.114948 11.54 KB Mon, 23 Mar 2020 05:42:53 GMT 4
4.9.0-preview.114754 11.53 KB Fri, 20 Mar 2020 20:29:26 GMT 7
4.9.0-preview.114750 11.53 KB Fri, 20 Mar 2020 19:43:09 GMT 3
4.9.0-preview.114724 11.53 KB Fri, 20 Mar 2020 15:54:18 GMT 5
4.9.0-preview.114601 11.53 KB Fri, 20 Mar 2020 04:30:22 GMT 15
4.9.0-preview.114586 11.53 KB Fri, 20 Mar 2020 03:32:55 GMT 3
4.9.0-preview.114582 11.53 KB Fri, 20 Mar 2020 03:12:21 GMT 3
4.9.0-preview.114573 11.53 KB Fri, 20 Mar 2020 03:07:01 GMT 2
4.9.0-preview.114571 11.53 KB Fri, 20 Mar 2020 02:48:52 GMT 3
4.9.0-preview.114569 11.53 KB Fri, 20 Mar 2020 02:22:26 GMT 3
4.9.0-preview.114567 11.53 KB Fri, 20 Mar 2020 02:20:40 GMT 3
4.9.0-preview.114564 11.53 KB Fri, 20 Mar 2020 02:11:42 GMT 3
4.9.0-preview.114562 11.53 KB Fri, 20 Mar 2020 02:09:56 GMT 3
4.9.0-preview.114547 11.53 KB Fri, 20 Mar 2020 00:50:26 GMT 3
4.9.0-preview.114409 11.53 KB Thu, 19 Mar 2020 11:30:01 GMT 6
4.9.0-preview.114373 11.53 KB Thu, 19 Mar 2020 09:15:28 GMT 3
4.9.0-preview.114332 11.53 KB Thu, 19 Mar 2020 07:47:57 GMT 3
4.9.0-preview.114122 11.53 KB Wed, 18 Mar 2020 13:42:53 GMT 4
4.9.0-preview.114058 11.54 KB Wed, 18 Mar 2020 09:20:47 GMT 4
4.9.0-preview.113914 11.53 KB Tue, 17 Mar 2020 18:32:06 GMT 8
4.9.0-preview.113642 11.53 KB Mon, 16 Mar 2020 18:50:59 GMT 14
4.9.0-preview.113566 11.53 KB Mon, 16 Mar 2020 08:35:10 GMT 3
4.9.0-preview.113563 11.53 KB Mon, 16 Mar 2020 08:31:09 GMT 2
4.9.0-preview.113539 11.53 KB Mon, 16 Mar 2020 07:59:42 GMT 3
4.9.0-preview.113431 11.53 KB Mon, 16 Mar 2020 04:09:34 GMT 4
4.9.0-preview.113324 11.53 KB Sat, 14 Mar 2020 03:07:54 GMT 7
4.9.0-preview.113321 11.53 KB Sat, 14 Mar 2020 02:58:27 GMT 3
4.9.0-preview.113245 11.53 KB Fri, 13 Mar 2020 17:37:25 GMT 3
4.9.0-preview.113242 11.53 KB Fri, 13 Mar 2020 17:24:18 GMT 3
4.9.0-preview.113221 11.53 KB Fri, 13 Mar 2020 15:33:47 GMT 4
4.9.0-preview.113180 11.53 KB Fri, 13 Mar 2020 10:04:55 GMT 3
4.9.0-preview.112947 11.54 KB Thu, 12 Mar 2020 18:33:19 GMT 4
4.9.0-preview.112944 11.53 KB Thu, 12 Mar 2020 18:23:21 GMT 3
4.9.0-preview.112937 11.54 KB Thu, 12 Mar 2020 18:09:23 GMT 3
4.9.0-preview.112934 11.53 KB Thu, 12 Mar 2020 17:53:33 GMT 4
4.9.0-preview.112930 11.53 KB Thu, 12 Mar 2020 17:51:12 GMT 3
4.9.0-preview.112926 11.53 KB Thu, 12 Mar 2020 17:27:37 GMT 4
4.9.0-preview.112880 11.53 KB Thu, 12 Mar 2020 13:38:49 GMT 3
4.9.0-preview.112878 11.54 KB Thu, 12 Mar 2020 13:36:47 GMT 3
4.9.0-preview.112739 11.53 KB Thu, 12 Mar 2020 04:13:57 GMT 5
4.9.0-preview.112698 11.54 KB Thu, 12 Mar 2020 01:22:28 GMT 7
4.9.0-preview.112684 11.53 KB Wed, 11 Mar 2020 23:11:41 GMT 5
4.9.0-preview.112650 11.53 KB Wed, 11 Mar 2020 19:52:37 GMT 5
4.9.0-preview.112648 11.54 KB Wed, 11 Mar 2020 19:50:49 GMT 3
4.9.0-preview.112645 11.53 KB Wed, 11 Mar 2020 19:38:15 GMT 4
4.9.0-preview.112501 11.53 KB Wed, 11 Mar 2020 07:10:06 GMT 5
4.9.0-preview.112358 11.54 KB Tue, 10 Mar 2020 21:27:54 GMT 3
4.9.0-preview.112355 11.54 KB Tue, 10 Mar 2020 21:26:06 GMT 3
4.8.0 11.5 KB Wed, 18 Mar 2020 16:09:09 GMT 67
4.8.0-RC1 11.51 KB Thu, 12 Mar 2020 20:55:49 GMT 7
4.8.0-RC0 11.51 KB Thu, 12 Mar 2020 20:43:53 GMT 8
4.8.0-preview.112168 11.54 KB Tue, 10 Mar 2020 06:02:51 GMT 19
4.8.0-preview.112152 11.53 KB Tue, 10 Mar 2020 04:50:25 GMT 3
4.8.0-preview.112138 11.53 KB Tue, 10 Mar 2020 01:14:43 GMT 4
4.8.0-preview.112135 11.53 KB Tue, 10 Mar 2020 01:04:54 GMT 3
4.8.0-preview.111966 11.57 KB Mon, 09 Mar 2020 12:52:36 GMT 7
4.8.0-preview.111952 11.57 KB Mon, 09 Mar 2020 10:55:14 GMT 3
4.8.0-preview.111947 10.89 KB Mon, 09 Mar 2020 10:40:40 GMT 3
4.8.0-preview.111944 11.57 KB Mon, 09 Mar 2020 10:38:55 GMT 3
4.8.0-preview.111929 10.88 KB Mon, 09 Mar 2020 10:06:46 GMT 3
4.8.0-preview.111914 10.89 KB Mon, 09 Mar 2020 09:31:50 GMT 3
4.8.0-preview.111905 10.89 KB Mon, 09 Mar 2020 09:10:15 GMT 4
4.8.0-preview.111893 10.89 KB Mon, 09 Mar 2020 08:15:07 GMT 3
4.8.0-preview.111531 10.88 KB Sat, 07 Mar 2020 00:46:45 GMT 5
4.8.0-preview.111511 10.88 KB Fri, 06 Mar 2020 23:46:01 GMT 4
4.8.0-preview.111443 10.88 KB Fri, 06 Mar 2020 20:52:09 GMT 4
4.8.0-preview.111424 10.89 KB Fri, 06 Mar 2020 20:08:46 GMT 4
4.8.0-preview.111205 10.89 KB Fri, 06 Mar 2020 08:09:44 GMT 8
4.8.0-preview.111194 10.88 KB Fri, 06 Mar 2020 07:59:15 GMT 3
4.8.0-preview.111182 10.88 KB Fri, 06 Mar 2020 07:02:14 GMT 4
4.8.0-preview.110925 10.89 KB Thu, 05 Mar 2020 14:00:42 GMT 7
4.8.0-preview.110808 10.89 KB Thu, 05 Mar 2020 07:45:46 GMT 4
4.8.0-preview.110806 10.88 KB Thu, 05 Mar 2020 07:35:19 GMT 3
4.8.0-preview.110803 10.89 KB Thu, 05 Mar 2020 06:50:38 GMT 3
4.8.0-preview.110795 10.89 KB Thu, 05 Mar 2020 05:31:30 GMT 4
4.8.0-preview.110783 10.89 KB Thu, 05 Mar 2020 03:43:04 GMT 3
4.8.0-preview.110774 10.88 KB Thu, 05 Mar 2020 02:52:07 GMT 3
4.8.0-preview.110708 10.89 KB Wed, 04 Mar 2020 23:18:25 GMT 4
4.8.0-preview.110702 10.88 KB Wed, 04 Mar 2020 22:53:05 GMT 3
4.8.0-preview.110680 10.88 KB Wed, 04 Mar 2020 22:16:01 GMT 3
4.8.0-preview.110657 10.89 KB Wed, 04 Mar 2020 20:56:47 GMT 4
4.8.0-preview.110506 10.88 KB Wed, 04 Mar 2020 10:21:37 GMT 6
4.8.0-preview.110420 10.88 KB Wed, 04 Mar 2020 02:12:34 GMT 5
4.8.0-preview.110416 10.88 KB Wed, 04 Mar 2020 01:36:20 GMT 4
4.8.0-preview.110321 10.88 KB Tue, 03 Mar 2020 23:00:43 GMT 4
4.8.0-preview.110312 10.89 KB Tue, 03 Mar 2020 22:50:38 GMT 5
4.8.0-preview.110305 10.88 KB Tue, 03 Mar 2020 22:08:22 GMT 4
4.8.0-preview.110296 10.88 KB Tue, 03 Mar 2020 21:51:55 GMT 4
4.8.0-preview.110290 10.88 KB Tue, 03 Mar 2020 21:39:26 GMT 2
4.8.0-preview.110284 10.89 KB Tue, 03 Mar 2020 21:28:48 GMT 3
4.8.0-preview.110256 10.88 KB Tue, 03 Mar 2020 20:52:48 GMT 3
4.8.0-preview.110227 10.89 KB Tue, 03 Mar 2020 19:58:58 GMT 3
4.8.0-preview.110225 10.89 KB Tue, 03 Mar 2020 19:55:12 GMT 4
4.8.0-preview.110216 10.88 KB Tue, 03 Mar 2020 19:42:21 GMT 3
4.8.0-preview.110212 10.88 KB Tue, 03 Mar 2020 19:40:35 GMT 3
4.8.0-preview.110193 10.88 KB Tue, 03 Mar 2020 19:03:21 GMT 2
4.8.0-preview.110182 10.89 KB Tue, 03 Mar 2020 18:47:11 GMT 3
4.8.0-preview.110172 10.88 KB Tue, 03 Mar 2020 18:19:56 GMT 3
4.8.0-preview.110170 10.88 KB Tue, 03 Mar 2020 18:14:58 GMT 3
4.8.0-preview.110129 10.88 KB Tue, 03 Mar 2020 15:36:46 GMT 4
4.8.0-preview.110104 10.89 KB Tue, 03 Mar 2020 12:55:59 GMT 4
4.8.0-preview.109911 10.88 KB Mon, 02 Mar 2020 22:23:16 GMT 6
4.8.0-preview.109849 10.89 KB Mon, 02 Mar 2020 20:42:36 GMT 5
4.8.0-preview.109815 10.89 KB Mon, 02 Mar 2020 19:34:26 GMT 4
4.8.0-preview.109803 10.89 KB Mon, 02 Mar 2020 19:15:22 GMT 3
4.8.0-preview.109800 10.88 KB Mon, 02 Mar 2020 19:13:38 GMT 3
4.8.0-preview.109792 10.89 KB Mon, 02 Mar 2020 18:47:25 GMT 3
4.8.0-preview.109790 10.88 KB Mon, 02 Mar 2020 18:37:25 GMT 3
4.8.0-preview.109786 10.89 KB Mon, 02 Mar 2020 18:27:45 GMT 3
4.8.0-preview.109649 10.88 KB Mon, 02 Mar 2020 18:54:48 GMT 5
4.8.0-preview.109513 10.88 KB Sat, 29 Feb 2020 01:07:57 GMT 138
4.8.0-preview.109493 10.89 KB Sat, 29 Feb 2020 00:31:47 GMT 3
4.8.0-preview.109486 10.88 KB Sat, 29 Feb 2020 00:29:57 GMT 3
4.8.0-preview.109470 10.88 KB Fri, 28 Feb 2020 23:44:26 GMT 5
4.8.0-preview.109403 10.88 KB Fri, 28 Feb 2020 22:17:29 GMT 4
4.8.0-preview.109393 10.89 KB Fri, 28 Feb 2020 22:06:42 GMT 3
4.8.0-preview.109389 10.89 KB Fri, 28 Feb 2020 21:58:07 GMT 3
4.8.0-preview.109382 10.89 KB Fri, 28 Feb 2020 21:40:12 GMT 4
4.8.0-preview.109342 10.89 KB Fri, 28 Feb 2020 19:32:29 GMT 4
4.8.0-preview.109331 10.88 KB Fri, 28 Feb 2020 18:52:40 GMT 6
4.8.0-preview.109185 10.89 KB Fri, 28 Feb 2020 01:07:35 GMT 4
4.8.0-preview.109004 10.89 KB Thu, 27 Feb 2020 09:43:14 GMT 4
4.8.0-preview.108963 10.89 KB Thu, 27 Feb 2020 05:22:50 GMT 5
4.8.0-preview.108956 10.88 KB Thu, 27 Feb 2020 05:10:41 GMT 4
4.8.0-preview.108944 10.89 KB Thu, 27 Feb 2020 03:17:25 GMT 3
4.8.0-preview.108891 10.89 KB Thu, 27 Feb 2020 02:08:43 GMT 3
4.8.0-preview.108881 10.89 KB Thu, 27 Feb 2020 01:58:52 GMT 4
4.8.0-preview.108837 10.89 KB Wed, 26 Feb 2020 22:21:04 GMT 4
4.8.0-preview.108814 10.89 KB Wed, 26 Feb 2020 18:41:35 GMT 3
4.8.0-preview.108693 10.89 KB Wed, 26 Feb 2020 06:34:20 GMT 3
4.8.0-preview.108660 10.88 KB Wed, 26 Feb 2020 03:40:56 GMT 3
4.8.0-preview.108614 10.89 KB Wed, 26 Feb 2020 01:35:35 GMT 3
4.8.0-preview.108599 10.89 KB Wed, 26 Feb 2020 01:10:16 GMT 3
4.8.0-preview.108514 10.89 KB Tue, 25 Feb 2020 23:05:02 GMT 3
4.8.0-preview.108509 10.88 KB Tue, 25 Feb 2020 22:48:03 GMT 3
4.8.0-preview.108507 10.89 KB Tue, 25 Feb 2020 22:43:48 GMT 3
4.8.0-preview.108492 10.89 KB Tue, 25 Feb 2020 22:27:58 GMT 3
4.8.0-preview.108471 10.88 KB Tue, 25 Feb 2020 22:05:32 GMT 3
4.8.0-preview.108469 10.88 KB Tue, 25 Feb 2020 22:07:32 GMT 3
4.8.0-preview.108424 10.89 KB Tue, 25 Feb 2020 20:18:52 GMT 3
4.8.0-preview.108412 10.89 KB Tue, 25 Feb 2020 20:01:08 GMT 6
4.8.0-preview.108366 10.89 KB Tue, 25 Feb 2020 19:03:02 GMT 3
4.8.0-preview.108353 10.89 KB Tue, 25 Feb 2020 18:31:27 GMT 3
4.8.0-preview.108345 10.89 KB Tue, 25 Feb 2020 18:16:48 GMT 2
4.8.0-preview.108313 10.89 KB Tue, 25 Feb 2020 11:53:27 GMT 4
4.8.0-preview.108236 10.88 KB Tue, 25 Feb 2020 06:37:46 GMT 5
4.8.0-preview.108200 10.88 KB Tue, 25 Feb 2020 02:36:15 GMT 2
4.8.0-preview.108197 10.89 KB Tue, 25 Feb 2020 02:30:42 GMT 2
4.8.0-preview.108193 10.89 KB Tue, 25 Feb 2020 02:16:11 GMT 2
4.8.0-preview.108190 10.88 KB Tue, 25 Feb 2020 02:14:02 GMT 2
4.8.0-preview.108188 10.89 KB Tue, 25 Feb 2020 02:11:32 GMT 3
4.8.0-preview.108181 10.88 KB Tue, 25 Feb 2020 01:46:39 GMT 2
4.8.0-preview.108126 10.88 KB Mon, 24 Feb 2020 22:15:05 GMT 2
4.8.0-preview.108117 10.89 KB Mon, 24 Feb 2020 21:39:27 GMT 0
4.8.0-preview.108096 10.88 KB Mon, 24 Feb 2020 20:00:02 GMT 1
4.8.0-preview.107964 10.89 KB Mon, 24 Feb 2020 07:06:15 GMT 2
4.8.0-preview.107934 10.89 KB Mon, 24 Feb 2020 02:33:39 GMT 2
4.8.0-preview.107889 10.89 KB Sun, 23 Feb 2020 11:37:20 GMT 1
4.8.0-preview.107728 10.88 KB Fri, 21 Feb 2020 23:07:25 GMT 1
4.8.0-preview.107698 10.89 KB Fri, 21 Feb 2020 22:37:48 GMT 1
4.8.0-preview.107696 10.88 KB Fri, 21 Feb 2020 22:34:10 GMT 1
4.8.0-preview.107676 10.88 KB Fri, 21 Feb 2020 21:35:43 GMT 2
4.8.0-preview.107671 10.88 KB Fri, 21 Feb 2020 21:10:35 GMT 1
4.8.0-preview.107656 10.88 KB Fri, 21 Feb 2020 19:47:45 GMT 1
4.8.0-preview.107635 10.89 KB Fri, 21 Feb 2020 18:00:44 GMT 1
4.8.0-preview.107585 10.89 KB Fri, 21 Feb 2020 12:13:34 GMT 1
4.8.0-preview.107497 10.89 KB Fri, 21 Feb 2020 07:05:17 GMT 1
4.8.0-preview.107484 10.89 KB Fri, 21 Feb 2020 06:43:39 GMT 1
4.8.0-preview.107482 10.89 KB Fri, 21 Feb 2020 06:39:13 GMT 1
4.8.0-preview.107307 10.89 KB Thu, 20 Feb 2020 12:37:52 GMT 1
4.8.0-preview.107238 10.89 KB Thu, 20 Feb 2020 08:45:40 GMT 1
4.8.0-preview.107236 10.88 KB Thu, 20 Feb 2020 08:18:26 GMT 1
4.8.0-preview.107184 10.89 KB Thu, 20 Feb 2020 03:35:36 GMT 2
4.8.0-preview.107179 10.88 KB Thu, 20 Feb 2020 02:59:19 GMT 1
4.8.0-preview.107109 10.88 KB Wed, 19 Feb 2020 22:48:26 GMT 1
4.8.0-preview.107100 10.88 KB Wed, 19 Feb 2020 22:07:17 GMT 1
4.8.0-preview.107089 10.89 KB Wed, 19 Feb 2020 21:39:32 GMT 1
4.8.0-preview.107049 10.88 KB Wed, 19 Feb 2020 19:43:31 GMT 1
4.8.0-preview.107034 10.89 KB Wed, 19 Feb 2020 18:51:49 GMT 2
4.8.0-preview.107029 10.88 KB Wed, 19 Feb 2020 18:37:41 GMT 1
4.8.0-preview.107026 10.88 KB Wed, 19 Feb 2020 17:59:55 GMT 1
4.8.0-preview.107024 10.89 KB Wed, 19 Feb 2020 17:58:13 GMT 1
4.8.0-preview.107020 10.88 KB Wed, 19 Feb 2020 17:45:49 GMT 2
4.8.0-preview.107008 10.89 KB Wed, 19 Feb 2020 14:36:27 GMT 1
4.8.0-preview.106953 10.88 KB Wed, 19 Feb 2020 09:35:08 GMT 2
4.8.0-preview.106951 10.88 KB Wed, 19 Feb 2020 09:33:26 GMT 1
4.8.0-preview.106914 10.89 KB Wed, 19 Feb 2020 07:10:04 GMT 2
4.8.0-preview.106896 10.88 KB Wed, 19 Feb 2020 05:13:28 GMT 1
4.8.0-preview.106890 10.88 KB Wed, 19 Feb 2020 04:30:44 GMT 1
4.8.0-preview.106879 10.89 KB Wed, 19 Feb 2020 02:58:54 GMT 2
4.8.0-preview.106760 10.88 KB Tue, 18 Feb 2020 23:41:21 GMT 1
4.8.0-preview.106753 10.88 KB Tue, 18 Feb 2020 23:19:04 GMT 1
4.8.0-preview.106751 10.88 KB Tue, 18 Feb 2020 23:06:01 GMT 1
4.8.0-preview.106749 10.89 KB Tue, 18 Feb 2020 23:04:30 GMT 1
4.8.0-preview.106747 10.89 KB Tue, 18 Feb 2020 22:48:50 GMT 1
4.8.0-preview.106732 10.89 KB Tue, 18 Feb 2020 21:55:12 GMT 1
4.8.0-preview.106730 10.88 KB Tue, 18 Feb 2020 21:45:30 GMT 2
4.8.0-preview.106712 10.89 KB Tue, 18 Feb 2020 21:22:39 GMT 1
4.8.0-preview.106646 10.89 KB Tue, 18 Feb 2020 19:13:38 GMT 6
4.8.0-preview.106601 10.89 KB Tue, 18 Feb 2020 16:13:10 GMT 1
4.8.0-preview.106566 10.89 KB Tue, 18 Feb 2020 10:24:11 GMT 1
4.8.0-preview.106533 10.89 KB Tue, 18 Feb 2020 08:12:22 GMT 1
4.8.0-preview.106502 10.89 KB Mon, 17 Feb 2020 16:25:20 GMT 3
4.8.0-preview.106478 10.89 KB Mon, 17 Feb 2020 10:59:38 GMT 1
4.8.0-preview.106471 10.89 KB Mon, 17 Feb 2020 10:31:52 GMT 2
4.8.0-preview.106401 10.89 KB Sun, 16 Feb 2020 22:17:57 GMT 4
4.8.0-preview.106399 10.89 KB Sun, 16 Feb 2020 21:42:51 GMT 1
4.8.0-preview.106268 10.89 KB Sat, 15 Feb 2020 06:29:49 GMT 3
4.8.0-preview.106253 10.89 KB Sat, 15 Feb 2020 02:32:38 GMT 1
4.8.0-preview.106244 10.89 KB Sat, 15 Feb 2020 06:09:19 GMT 2
4.8.0-preview.106194 10.89 KB Fri, 14 Feb 2020 21:18:30 GMT 2
4.8.0-preview.106149 10.89 KB Fri, 14 Feb 2020 17:50:57 GMT 1
4.8.0-preview.106134 10.89 KB Fri, 14 Feb 2020 13:53:47 GMT 1
4.8.0-preview.106067 10.89 KB Fri, 14 Feb 2020 05:53:50 GMT 4
4.8.0-preview.106038 10.89 KB Fri, 14 Feb 2020 02:23:13 GMT 1
4.8.0-preview.106010 10.89 KB Thu, 13 Feb 2020 23:36:05 GMT 1
4.8.0-preview.106004 10.89 KB Thu, 13 Feb 2020 22:30:54 GMT 1
4.8.0-preview.106002 10.89 KB Thu, 13 Feb 2020 22:28:12 GMT 2
4.8.0-preview.105991 10.89 KB Thu, 13 Feb 2020 21:04:31 GMT 1
4.8.0-preview.105981 10.89 KB Thu, 13 Feb 2020 18:35:52 GMT 1
4.8.0-preview.105772 10.89 KB Wed, 12 Feb 2020 21:22:24 GMT 2
4.8.0-preview.105672 10.89 KB Wed, 12 Feb 2020 11:19:49 GMT 5
4.8.0-preview.105629 10.89 KB Wed, 12 Feb 2020 08:38:12 GMT 1
4.8.0-preview.105627 10.89 KB Wed, 12 Feb 2020 08:20:58 GMT 1
4.8.0-preview.105572 10.89 KB Wed, 12 Feb 2020 05:17:44 GMT 1
4.8.0-preview.105519 10.89 KB Wed, 12 Feb 2020 00:27:37 GMT 1
4.8.0-preview.105517 10.89 KB Wed, 12 Feb 2020 00:26:02 GMT 1
4.8.0-preview.105507 10.89 KB Tue, 11 Feb 2020 23:53:01 GMT 1
4.8.0-preview.105502 10.89 KB Tue, 11 Feb 2020 23:35:40 GMT 1
4.8.0-preview.105496 10.89 KB Tue, 11 Feb 2020 23:14:39 GMT 1
4.8.0-preview.105494 10.89 KB Tue, 11 Feb 2020 23:07:57 GMT 1
4.8.0-preview.105434 10.89 KB Tue, 11 Feb 2020 19:08:13 GMT 1
4.8.0-preview.105430 10.89 KB Tue, 11 Feb 2020 19:04:31 GMT 1
4.8.0-preview.105425 10.89 KB Tue, 11 Feb 2020 18:46:47 GMT 0
4.8.0-preview.105423 10.78 KB Tue, 11 Feb 2020 18:45:12 GMT 1
4.8.0-preview.105407 10.78 KB Tue, 11 Feb 2020 18:32:26 GMT 1
4.8.0-preview.105404 10.89 KB Tue, 11 Feb 2020 18:30:41 GMT 1
4.8.0-preview.105398 10.78 KB Tue, 11 Feb 2020 18:25:55 GMT 1
4.8.0-preview.105389 10.78 KB Tue, 11 Feb 2020 18:19:56 GMT 1
4.8.0-preview.105384 10.78 KB Tue, 11 Feb 2020 18:09:33 GMT 1
4.8.0-preview.105381 10.78 KB Tue, 11 Feb 2020 18:02:14 GMT 1
4.8.0-preview.105306 10.78 KB Tue, 11 Feb 2020 06:26:04 GMT 1
4.8.0-preview.105299 10.78 KB Tue, 11 Feb 2020 05:26:58 GMT 1
4.8.0-preview.105292 10.78 KB Tue, 11 Feb 2020 05:03:35 GMT 1
4.8.0-preview.105227 10.78 KB Tue, 11 Feb 2020 00:52:22 GMT 1
4.8.0-preview.105207 10.78 KB Mon, 10 Feb 2020 23:39:25 GMT 1
4.8.0-preview.105055 10.78 KB Mon, 10 Feb 2020 14:44:14 GMT 2
4.8.0-preview.104771 10.78 KB Sat, 08 Feb 2020 03:40:25 GMT 2
4.8.0-preview.104652 10.9 KB Fri, 07 Feb 2020 21:17:21 GMT 1
4.8.0-preview.104557 10.78 KB Fri, 07 Feb 2020 12:02:31 GMT 1
4.8.0-preview.104509 10.78 KB Fri, 07 Feb 2020 07:29:13 GMT 2
4.8.0-preview.104503 10.78 KB Fri, 07 Feb 2020 05:40:08 GMT 1
4.8.0-preview.104460 10.78 KB Fri, 07 Feb 2020 01:47:03 GMT 1
4.8.0-preview.104455 10.9 KB Fri, 07 Feb 2020 01:16:54 GMT 2
4.8.0-preview.104359 10.78 KB Thu, 06 Feb 2020 20:26:20 GMT 3
4.8.0-preview.104329 10.78 KB Thu, 06 Feb 2020 19:08:50 GMT 3
4.8.0-preview.104080 10.78 KB Thu, 06 Feb 2020 00:09:56 GMT 2
4.8.0-preview.103825 10.78 KB Wed, 05 Feb 2020 01:52:08 GMT 3
4.8.0-preview.103822 10.78 KB Wed, 05 Feb 2020 01:35:40 GMT 1
4.8.0-preview.103788 10.78 KB Wed, 05 Feb 2020 00:09:53 GMT 1
4.8.0-preview.103769 10.78 KB Tue, 04 Feb 2020 23:34:11 GMT 1
4.8.0-preview.103731 10.78 KB Tue, 04 Feb 2020 21:50:03 GMT 2
4.8.0-preview.103692 10.78 KB Tue, 04 Feb 2020 19:59:39 GMT 1
4.8.0-preview.103688 10.78 KB Tue, 04 Feb 2020 19:35:01 GMT 1
4.8.0-preview.103562 10.78 KB Tue, 04 Feb 2020 08:15:03 GMT 2
4.8.0-preview.103557 10.78 KB Tue, 04 Feb 2020 07:30:55 GMT 1
4.8.0-preview.103412 10.78 KB Mon, 03 Feb 2020 21:40:04 GMT 3
4.8.0-preview.103410 10.78 KB Mon, 03 Feb 2020 21:25:36 GMT 1
4.8.0-preview.103399 10.78 KB Mon, 03 Feb 2020 20:54:29 GMT 1
4.8.0-preview.103140 10.78 KB Sat, 01 Feb 2020 08:14:34 GMT 2
4.8.0-preview.103124 10.78 KB Sat, 01 Feb 2020 00:54:06 GMT 2
4.8.0-preview.103115 10.78 KB Sat, 01 Feb 2020 00:22:59 GMT 1
4.8.0-preview.103016 10.78 KB Fri, 31 Jan 2020 18:32:13 GMT 1
4.8.0-preview.102893 10.78 KB Fri, 31 Jan 2020 08:15:23 GMT 1
4.8.0-preview.102796 10.78 KB Thu, 30 Jan 2020 22:49:27 GMT 3
4.8.0-preview.102741 10.78 KB Thu, 30 Jan 2020 19:41:24 GMT 1
4.8.0-preview.102379 10.78 KB Wed, 29 Jan 2020 19:08:44 GMT 3
4.8.0-preview.102267 10.78 KB Wed, 29 Jan 2020 10:27:56 GMT 1
4.8.0-preview.102231 10.78 KB Wed, 29 Jan 2020 08:12:27 GMT 1
4.8.0-preview.102209 10.78 KB Wed, 29 Jan 2020 02:33:56 GMT 1
4.8.0-preview.102111 10.78 KB Tue, 28 Jan 2020 21:19:07 GMT 2
4.8.0-preview.101922 10.78 KB Tue, 28 Jan 2020 08:12:47 GMT 1
4.8.0-preview.101907 10.78 KB Tue, 28 Jan 2020 02:56:31 GMT 2
4.8.0-preview.101654 10.78 KB Sat, 25 Jan 2020 08:11:38 GMT 1
4.8.0-preview.101646 10.78 KB Sat, 25 Jan 2020 05:48:52 GMT 1
4.8.0-preview.101642 10.78 KB Sat, 25 Jan 2020 05:31:56 GMT 1
4.8.0-preview.101414 10.78 KB Fri, 24 Jan 2020 08:12:36 GMT 2
4.8.0-preview.101294 10.78 KB Thu, 23 Jan 2020 20:23:14 GMT 1
4.8.0-preview.101198 10.78 KB Thu, 23 Jan 2020 08:12:37 GMT 2
4.8.0-preview.101163 10.78 KB Thu, 23 Jan 2020 02:40:15 GMT 1
4.8.0-preview.101138 10.78 KB Thu, 23 Jan 2020 00:39:32 GMT 1
4.8.0-preview.100982 10.78 KB Wed, 22 Jan 2020 01:58:46 GMT 4
4.8.0-preview.100922 10.78 KB Tue, 21 Jan 2020 19:32:24 GMT 3
4.8.0-preview.100688 10.78 KB Mon, 20 Jan 2020 08:12:56 GMT 3
4.8.0-preview.100645 10.78 KB Mon, 20 Jan 2020 01:40:46 GMT 1
4.8.0-preview.100349 10.78 KB Fri, 17 Jan 2020 08:11:40 GMT 2
4.8.0-preview.100341 10.78 KB Fri, 17 Jan 2020 02:18:23 GMT 1
4.8.0-preview.100042 10.78 KB Wed, 15 Jan 2020 08:12:11 GMT 1
4.8.0-preview.99956 10.78 KB Tue, 14 Jan 2020 20:09:38 GMT 1
4.8.0-preview.99578 10.78 KB Sat, 11 Jan 2020 08:12:53 GMT 3
4.8.0-preview.99570 10.78 KB Sat, 11 Jan 2020 01:54:45 GMT 3
4.8.0-preview.99569 10.78 KB Sat, 11 Jan 2020 01:44:52 GMT 1
4.8.0-preview.99502 10.78 KB Fri, 10 Jan 2020 20:29:22 GMT 5
4.8.0-preview.99449 10.78 KB Fri, 10 Jan 2020 18:42:24 GMT 4
4.8.0-preview.99391 10.78 KB Fri, 10 Jan 2020 08:11:08 GMT 1
4.8.0-preview.99374 10.78 KB Fri, 10 Jan 2020 05:33:56 GMT 3
4.8.0-preview.99353 10.78 KB Fri, 10 Jan 2020 01:09:27 GMT 2
4.8.0-preview.99041 10.78 KB Wed, 08 Jan 2020 08:11:49 GMT 2
4.8.0-preview.98981 10.78 KB Tue, 07 Jan 2020 21:32:57 GMT 2
4.8.0-preview.98843 10.78 KB Tue, 07 Jan 2020 08:12:46 GMT 1
4.8.0-preview.98827 10.78 KB Tue, 07 Jan 2020 04:25:18 GMT 1
4.8.0-preview.98815 10.78 KB Tue, 07 Jan 2020 03:33:56 GMT 1
4.8.0-preview.98430 10.78 KB Fri, 03 Jan 2020 08:11:21 GMT 1
4.8.0-preview.98406 10.78 KB Thu, 02 Jan 2020 22:19:42 GMT 1
4.8.0-preview.98315 10.78 KB Thu, 02 Jan 2020 08:11:13 GMT 2
4.8.0-preview.98312 10.78 KB Wed, 01 Jan 2020 21:31:23 GMT 1
4.8.0-preview.97903 10.78 KB Fri, 27 Dec 2019 08:11:26 GMT 3
4.8.0-preview.97847 10.78 KB Thu, 26 Dec 2019 22:43:37 GMT 1
4.8.0-preview.97449 10.32 KB Sat, 21 Dec 2019 08:10:48 GMT 3
4.8.0-preview.97405 10.32 KB Fri, 20 Dec 2019 23:07:28 GMT 1
4.8.0-preview.97365 10.32 KB Fri, 20 Dec 2019 21:46:38 GMT 1
4.8.0-preview.97194 10.32 KB Fri, 20 Dec 2019 08:11:00 GMT 1
4.8.0-preview.97037 10.32 KB Thu, 19 Dec 2019 22:27:25 GMT 1
4.8.0-preview.96977 10.32 KB Thu, 19 Dec 2019 17:21:12 GMT 2
4.8.0-preview.96902 10.32 KB Thu, 19 Dec 2019 08:09:31 GMT 2
4.8.0-preview.96845 10.32 KB Thu, 19 Dec 2019 00:30:37 GMT 1
4.8.0-preview.96815 10.32 KB Wed, 18 Dec 2019 21:49:08 GMT 1
4.8.0-preview.96681 10.32 KB Wed, 18 Dec 2019 08:09:46 GMT 1
4.8.0-preview.96669 10.32 KB Wed, 18 Dec 2019 07:17:39 GMT 1
4.8.0-preview.96632 10.32 KB Wed, 18 Dec 2019 01:06:51 GMT 1
4.8.0-preview.96618 10.32 KB Wed, 18 Dec 2019 00:22:19 GMT 1
4.8.0-preview.96435 10.37 KB Tue, 17 Dec 2019 08:10:58 GMT 1
4.8.0-preview.96325 10.37 KB Mon, 16 Dec 2019 23:43:40 GMT 0
4.8.0-preview.95944 10.37 KB Sat, 14 Dec 2019 08:10:37 GMT 1
4.8.0-preview.95889 10.37 KB Sat, 14 Dec 2019 00:00:39 GMT 1
4.8.0-preview.95881 10.37 KB Fri, 13 Dec 2019 23:42:23 GMT 1
4.8.0-preview.95848 10.37 KB Fri, 13 Dec 2019 22:26:59 GMT 3
4.8.0-preview.95614 10.37 KB Fri, 13 Dec 2019 08:10:05 GMT 2
4.8.0-preview.95592 10.37 KB Fri, 13 Dec 2019 03:02:29 GMT 1
4.8.0-preview.95562 10.37 KB Fri, 13 Dec 2019 00:31:38 GMT 1
4.8.0-preview.95556 10.37 KB Fri, 13 Dec 2019 00:18:19 GMT 1
4.8.0-preview.95545 10.37 KB Fri, 13 Dec 2019 00:01:34 GMT 1
4.8.0-preview.95506 10.37 KB Thu, 12 Dec 2019 21:28:07 GMT 1
4.8.0-preview.95399 10.37 KB Thu, 12 Dec 2019 08:10:31 GMT 1
4.8.0-preview.95295 10.37 KB Wed, 11 Dec 2019 23:33:40 GMT 2
4.8.0-preview.95245 10.37 KB Wed, 11 Dec 2019 19:45:17 GMT 1
4.8.0-preview.95155 10.37 KB Wed, 11 Dec 2019 08:10:48 GMT 31
4.8.0-preview.95067 10.37 KB Tue, 10 Dec 2019 23:55:30 GMT 1
4.8.0-preview.95056 10.37 KB Tue, 10 Dec 2019 23:31:49 GMT 1
4.8.0-preview.95044 10.37 KB Tue, 10 Dec 2019 23:19:00 GMT 1
4.8.0-preview.94901 10.37 KB Tue, 10 Dec 2019 08:10:45 GMT 19
4.8.0-preview.94797 10.37 KB Tue, 10 Dec 2019 00:35:25 GMT 0
4.7.0 10.3 KB Wed, 18 Dec 2019 00:34:37 GMT 18
4.7.0-rc4 10.35 KB Fri, 13 Dec 2019 23:28:45 GMT 3
4.7.0-rc3 10.35 KB Fri, 13 Dec 2019 01:13:58 GMT 2
4.7.0-rc2 10.35 KB Wed, 11 Dec 2019 23:48:41 GMT 3
4.7.0-rc0 10.35 KB Tue, 10 Dec 2019 00:40:01 GMT 2
4.7.0-preview.94766 10.37 KB Mon, 09 Dec 2019 23:16:17 GMT 3
4.7.0-preview.93901 8.14 KB Thu, 05 Dec 2019 08:10:38 GMT 5
4.7.0-preview.93816 8.14 KB Wed, 04 Dec 2019 21:28:01 GMT 1
4.7.0-preview.93798 8.14 KB Wed, 04 Dec 2019 20:00:42 GMT 4
4.7.0-preview.93776 8.07 KB Wed, 04 Dec 2019 17:53:01 GMT 3
4.7.0-preview.93619 8.07 KB Wed, 04 Dec 2019 00:10:52 GMT 2
4.7.0-preview.93369 8.07 KB Tue, 03 Dec 2019 00:10:30 GMT 8
4.7.0-preview.93311 8.07 KB Mon, 02 Dec 2019 22:34:46 GMT 2
4.7.0-preview.91947 8.17 KB Fri, 22 Nov 2019 21:21:35 GMT 5
4.7.0-preview.91880 8.17 KB Fri, 22 Nov 2019 18:44:31 GMT 1
4.7.0-preview.91871 8.17 KB Fri, 22 Nov 2019 18:24:15 GMT 1
4.7.0-preview.91861 8.17 KB Fri, 22 Nov 2019 18:12:21 GMT 0
4.7.0-preview.91810 8.17 KB Fri, 22 Nov 2019 11:09:50 GMT 1
4.7.0-preview.91690 8.17 KB Thu, 21 Nov 2019 22:54:11 GMT 1
4.7.0-preview.91631 8.17 KB Thu, 21 Nov 2019 21:14:33 GMT 1
4.7.0-preview.91472 8.17 KB Thu, 21 Nov 2019 11:10:00 GMT 1
4.7.0-preview.91370 8.17 KB Thu, 21 Nov 2019 00:37:35 GMT 1
4.7.0-preview.91238 8.17 KB Wed, 20 Nov 2019 20:55:44 GMT 1
4.7.0-preview.91199 8.17 KB Wed, 20 Nov 2019 18:46:00 GMT 1
4.7.0-preview.91159 8.17 KB Wed, 20 Nov 2019 17:56:07 GMT 1
4.7.0-preview.90835 8.17 KB Tue, 19 Nov 2019 11:10:07 GMT 1
4.7.0-preview.90771 8.17 KB Tue, 19 Nov 2019 01:52:28 GMT 1
4.7.0-preview.90680 8.17 KB Mon, 18 Nov 2019 20:18:08 GMT 2
4.7.0-preview.90513 8.17 KB Sat, 16 Nov 2019 11:10:42 GMT 1
4.7.0-preview.90480 8.17 KB Fri, 15 Nov 2019 23:29:32 GMT 1
4.7.0-preview.90440 8.17 KB Fri, 15 Nov 2019 21:37:16 GMT 1
4.7.0-preview.90336 8.16 KB Fri, 15 Nov 2019 11:09:22 GMT 3
4.7.0-preview.90167 8.16 KB Thu, 14 Nov 2019 21:52:47 GMT 1
4.7.0-preview.90118 8.15 KB Thu, 14 Nov 2019 19:42:23 GMT 2
4.7.0-preview.90021 8.15 KB Thu, 14 Nov 2019 11:09:31 GMT 1
4.7.0-preview.89919 8.16 KB Thu, 14 Nov 2019 00:56:25 GMT 1
4.7.0-preview.89859 8.16 KB Wed, 13 Nov 2019 22:41:06 GMT 1
4.7.0-preview.89747 8.16 KB Wed, 13 Nov 2019 11:10:02 GMT 1
4.7.0-preview.89630 8.16 KB Tue, 12 Nov 2019 21:24:59 GMT 1
4.7.0-preview.89598 8.16 KB Tue, 12 Nov 2019 19:36:17 GMT 1
4.7.0-preview.89456 8.16 KB Tue, 12 Nov 2019 03:27:47 GMT 1
4.7.0-preview.89431 8.16 KB Tue, 12 Nov 2019 01:39:15 GMT 1
4.7.0-preview.89336 8.16 KB Mon, 11 Nov 2019 21:10:40 GMT 1
4.7.0-preview.89183 8.17 KB Fri, 08 Nov 2019 21:56:15 GMT 2
4.7.0-preview.88939 8.16 KB Thu, 07 Nov 2019 11:24:00 GMT 1
4.7.0-preview.88792 8.17 KB Wed, 06 Nov 2019 22:37:43 GMT 1
4.7.0-preview.88780 8.16 KB Wed, 06 Nov 2019 22:15:30 GMT 1
4.7.0-preview.87840 8.16 KB Sat, 02 Nov 2019 10:10:47 GMT 1
4.7.0-preview.87797 8.17 KB Sat, 02 Nov 2019 01:15:53 GMT 1
4.7.0-preview.87796 8.17 KB Sat, 02 Nov 2019 01:11:53 GMT 2
4.7.0-preview.87754 8.16 KB Fri, 01 Nov 2019 22:06:20 GMT 1
4.7.0-preview.87573 8.15 KB Fri, 01 Nov 2019 10:09:13 GMT 2
4.7.0-preview.87461 8.16 KB Thu, 31 Oct 2019 22:29:47 GMT 1
4.7.0-preview.87406 8.17 KB Thu, 31 Oct 2019 20:01:51 GMT 1
4.7.0-preview.87391 8.17 KB Thu, 31 Oct 2019 19:17:37 GMT 1
4.7.0-preview.87211 8.17 KB Thu, 31 Oct 2019 00:33:41 GMT 4
4.7.0-preview.87061 8.16 KB Wed, 30 Oct 2019 10:08:59 GMT 1
4.7.0-preview.86944 8.16 KB Tue, 29 Oct 2019 23:41:01 GMT 1
4.7.0-preview.86934 8.16 KB Tue, 29 Oct 2019 23:18:20 GMT 1
4.7.0-preview.86924 8.16 KB Tue, 29 Oct 2019 23:02:46 GMT 1
4.7.0-preview.86899 8.16 KB Tue, 29 Oct 2019 21:52:19 GMT 1
4.7.0-preview.86890 8.16 KB Tue, 29 Oct 2019 21:30:49 GMT 1
4.7.0-preview.85909 8.16 KB Fri, 25 Oct 2019 10:09:19 GMT 5
4.6.0 8.14 KB Tue, 29 Oct 2019 20:52:29 GMT 2
4.6.0-rc0 8.15 KB Thu, 24 Oct 2019 21:21:42 GMT 7
4.5.5-preview.85694 8.16 KB Thu, 24 Oct 2019 20:43:32 GMT 2
4.5.5-preview.85601 8.15 KB Thu, 24 Oct 2019 18:48:16 GMT 1
4.5.5-preview.85505 8.16 KB Thu, 24 Oct 2019 10:09:39 GMT 2
4.5.5-preview.85410 8.16 KB Thu, 24 Oct 2019 00:53:58 GMT 1
4.5.5-preview.85372 8.15 KB Wed, 23 Oct 2019 23:34:20 GMT 1
4.5.5-preview.85311 8.14 KB Wed, 23 Oct 2019 21:31:03 GMT 1
4.5.5-preview.85305 8.15 KB Wed, 23 Oct 2019 21:19:40 GMT 1
4.5.5-preview.85255 8.15 KB Wed, 23 Oct 2019 19:56:12 GMT 2
4.5.5-preview.85235 8.15 KB Wed, 23 Oct 2019 18:43:47 GMT 2
4.5.5-preview.85176 8.14 KB Wed, 23 Oct 2019 16:55:04 GMT 1
4.5.5-preview.85122 8.15 KB Wed, 23 Oct 2019 10:10:42 GMT 2
4.5.5-preview.84990 8.14 KB Tue, 22 Oct 2019 23:42:55 GMT 2
4.5.5-preview.84983 8.13 KB Tue, 22 Oct 2019 23:30:40 GMT 1
4.5.5-preview.84968 8.13 KB Tue, 22 Oct 2019 23:03:13 GMT 2
4.5.5-preview.84943 8.13 KB Tue, 22 Oct 2019 21:51:07 GMT 2
4.5.5-preview.84933 8.13 KB Tue, 22 Oct 2019 21:18:56 GMT 1
4.5.5-preview.84924 8.13 KB Tue, 22 Oct 2019 20:56:28 GMT 1
4.5.5-preview.84808 8.1 KB Tue, 22 Oct 2019 10:09:28 GMT 1
4.5.5-preview.84745 8.1 KB Tue, 22 Oct 2019 06:46:36 GMT 1
4.5.5-preview.84734 8.36 KB Tue, 22 Oct 2019 06:45:15 GMT 1
4.5.5-preview.84726 8.36 KB Tue, 22 Oct 2019 06:42:42 GMT 1
4.5.5-preview.84665 8.24 KB Mon, 21 Oct 2019 22:39:46 GMT 1
4.5.5-preview.84651 8.24 KB Mon, 21 Oct 2019 22:11:39 GMT 1
4.5.5-preview.84628 8.24 KB Mon, 21 Oct 2019 20:50:44 GMT 1
4.5.5-preview.84546 8.24 KB Mon, 21 Oct 2019 10:09:41 GMT 1
4.5.5-preview.84493 8.24 KB Sun, 20 Oct 2019 20:25:39 GMT 2
4.5.5-preview.84444 8.24 KB Sat, 19 Oct 2019 10:09:33 GMT 1
4.5.4 6.13 KB Fri, 16 Aug 2019 19:51:26 GMT 2
4.5.4-preview.83304 8.19 KB Mon, 14 Oct 2019 20:47:56 GMT 5
4.5.3 6.13 KB Fri, 16 Aug 2019 15:47:58 GMT 1
4.5.2 4.17 KB Tue, 30 Jul 2019 01:56:41 GMT 2
4.5.1 4.14 KB Tue, 23 Jul 2019 18:00:01 GMT 1
4.5.1-preview.71729 3.52 KB Fri, 19 Jul 2019 20:33:46 GMT 1
4.5.1-preview.71720 3.52 KB Fri, 19 Jul 2019 20:06:51 GMT 1
4.5.0 3.51 KB Fri, 19 Jul 2019 21:23:39 GMT 1
4.5.0-preview-71709 3.52 KB Fri, 19 Jul 2019 18:57:27 GMT 1
4.5.0-preview.84305 8.24 KB Fri, 18 Oct 2019 18:00:17 GMT 3
4.5.0-preview.84297 8.24 KB Fri, 18 Oct 2019 17:06:17 GMT 8
4.5.0-preview.84292 8.24 KB Fri, 18 Oct 2019 16:34:47 GMT 3
4.5.0-preview.84283 8.24 KB Fri, 18 Oct 2019 15:43:38 GMT 3
4.5.0-preview.84260 8.24 KB Fri, 18 Oct 2019 10:10:43 GMT 2
4.5.0-preview.84194 8.24 KB Fri, 18 Oct 2019 02:09:54 GMT 2
4.5.0-preview.84136 8.24 KB Thu, 17 Oct 2019 22:56:34 GMT 2
4.5.0-preview.84128 8.24 KB Thu, 17 Oct 2019 22:40:50 GMT 1
4.5.0-preview.84084 8.24 KB Thu, 17 Oct 2019 20:02:40 GMT 4
4.5.0-preview.84054 8.24 KB Thu, 17 Oct 2019 17:52:28 GMT 1
4.5.0-preview.84016 8.24 KB Thu, 17 Oct 2019 10:15:03 GMT 2
4.5.0-preview.83959 8.24 KB Wed, 16 Oct 2019 23:41:44 GMT 1
4.5.0-preview.83946 8.24 KB Wed, 16 Oct 2019 22:49:43 GMT 1
4.5.0-preview.83935 8.24 KB Wed, 16 Oct 2019 22:23:41 GMT 2
4.5.0-preview.83907 8.28 KB Wed, 16 Oct 2019 20:54:46 GMT 1
4.5.0-preview.83832 8.24 KB Wed, 16 Oct 2019 17:45:46 GMT 1
4.5.0-preview.83779 8.24 KB Wed, 16 Oct 2019 10:13:58 GMT 1
4.5.0-preview.83771 8.24 KB Wed, 16 Oct 2019 09:51:30 GMT 3
4.5.0-preview.83759 8.24 KB Wed, 16 Oct 2019 09:37:44 GMT 1
4.5.0-preview.83733 8.17 KB Wed, 16 Oct 2019 08:32:37 GMT 2
4.5.0-preview.83727 8.17 KB Wed, 16 Oct 2019 07:49:40 GMT 1
4.5.0-preview.83514 8.18 KB Tue, 15 Oct 2019 18:01:11 GMT 3
4.5.0-preview.83454 7.79 KB Tue, 15 Oct 2019 10:16:30 GMT 2
4.5.0-preview.83353 7.79 KB Tue, 15 Oct 2019 00:01:45 GMT 2
4.5.0-preview.83342 7.79 KB Mon, 14 Oct 2019 23:18:16 GMT 1
4.5.0-preview.83289 7.79 KB Mon, 14 Oct 2019 20:15:35 GMT 1
4.5.0-preview.83275 7.79 KB Mon, 14 Oct 2019 19:34:23 GMT 1
4.5.0-preview.83156 7.79 KB Mon, 14 Oct 2019 06:29:11 GMT 1
4.5.0-preview.83112 7.79 KB Sat, 12 Oct 2019 10:15:45 GMT 8
4.5.0-preview.83036 7.79 KB Fri, 11 Oct 2019 23:02:26 GMT 1
4.5.0-preview.83027 7.79 KB Fri, 11 Oct 2019 21:56:01 GMT 1
4.5.0-preview.82626 7.79 KB Thu, 10 Oct 2019 10:14:58 GMT 1
4.5.0-preview.82480 7.79 KB Wed, 09 Oct 2019 21:14:21 GMT 2
4.5.0-preview.82438 7.79 KB Wed, 09 Oct 2019 18:23:05 GMT 0
4.5.0-preview.82371 7.79 KB Wed, 09 Oct 2019 10:16:39 GMT 1
4.5.0-preview.82322 7.79 KB Wed, 09 Oct 2019 05:25:38 GMT 1
4.5.0-preview.82039 7.79 KB Tue, 08 Oct 2019 02:31:41 GMT 4
4.5.0-preview.81829 7.79 KB Sat, 05 Oct 2019 10:14:09 GMT 2
4.5.0-preview.81766 7.79 KB Fri, 04 Oct 2019 20:37:49 GMT 1
4.5.0-preview.81591 7.79 KB Thu, 03 Oct 2019 10:14:48 GMT 1
4.5.0-preview.81561 7.79 KB Thu, 03 Oct 2019 02:16:30 GMT 1
4.5.0-preview.81423 7.79 KB Wed, 02 Oct 2019 10:14:43 GMT 2
4.5.0-preview.81323 7.79 KB Tue, 01 Oct 2019 17:33:39 GMT 1
4.5.0-preview.81314 7.79 KB Tue, 01 Oct 2019 16:19:30 GMT 1
4.5.0-preview.81287 7.79 KB Tue, 01 Oct 2019 10:15:17 GMT 3
4.5.0-preview.81247 7.79 KB Tue, 01 Oct 2019 01:34:07 GMT 1
4.5.0-preview.81170 7.79 KB Mon, 30 Sep 2019 20:11:49 GMT 2
4.5.0-preview.81042 7.79 KB Sat, 28 Sep 2019 10:14:46 GMT 1
4.5.0-preview.80988 7.79 KB Sat, 28 Sep 2019 00:11:06 GMT 1
4.5.0-preview.80855 7.46 KB Fri, 27 Sep 2019 10:15:49 GMT 2
4.5.0-preview.80808 7.46 KB Fri, 27 Sep 2019 02:16:18 GMT 1
4.5.0-preview.80668 7.46 KB Thu, 26 Sep 2019 18:07:09 GMT 1
4.5.0-preview.80631 7.46 KB Thu, 26 Sep 2019 10:14:39 GMT 1
4.5.0-preview.80587 7.46 KB Thu, 26 Sep 2019 00:14:50 GMT 1
4.5.0-preview.80577 7.46 KB Wed, 25 Sep 2019 22:59:58 GMT 0
4.5.0-preview.80562 7.46 KB Wed, 25 Sep 2019 22:00:07 GMT 1
4.5.0-preview.80533 6.25 KB Wed, 25 Sep 2019 19:37:52 GMT 1
4.5.0-preview.80489 6.24 KB Wed, 25 Sep 2019 10:15:28 GMT 1
4.5.0-preview.80436 6.24 KB Wed, 25 Sep 2019 00:50:05 GMT 1
4.5.0-preview.80435 6.24 KB Wed, 25 Sep 2019 00:28:11 GMT 1
4.5.0-preview.80430 6.24 KB Wed, 25 Sep 2019 00:20:07 GMT 1
4.5.0-preview.80426 6.24 KB Wed, 25 Sep 2019 00:10:26 GMT 1
4.5.0-preview.80384 6.25 KB Tue, 24 Sep 2019 19:08:31 GMT 1
4.5.0-preview.80330 6.24 KB Tue, 24 Sep 2019 10:14:21 GMT 2
4.5.0-preview.80285 6.24 KB Tue, 24 Sep 2019 01:06:35 GMT 1
4.5.0-preview.80042 6.25 KB Fri, 20 Sep 2019 23:46:56 GMT 1
4.5.0-preview.79915 6.16 KB Fri, 20 Sep 2019 10:16:03 GMT 2
4.5.0-preview.79859 6.16 KB Fri, 20 Sep 2019 01:52:05 GMT 1
4.5.0-preview.79851 6.16 KB Fri, 20 Sep 2019 01:12:55 GMT 1
4.5.0-preview.79665 6.16 KB Wed, 18 Sep 2019 23:25:43 GMT 2
4.5.0-preview.79653 6.16 KB Wed, 18 Sep 2019 21:49:50 GMT 1
4.5.0-preview.79294 6.16 KB Tue, 17 Sep 2019 10:15:18 GMT 2
4.5.0-preview.78826 6.16 KB Fri, 13 Sep 2019 11:06:35 GMT 1
4.5.0-preview.78672 6.16 KB Thu, 12 Sep 2019 10:15:49 GMT 1
4.5.0-preview.78562 6.16 KB Wed, 11 Sep 2019 20:16:38 GMT 1
4.5.0-preview.77332 6.16 KB Fri, 30 Aug 2019 09:16:30 GMT 1
4.5.0-preview.76782 6.16 KB Tue, 27 Aug 2019 09:14:25 GMT 1
4.5.0-preview.76692 6.16 KB Mon, 26 Aug 2019 16:41:06 GMT 1
4.5.0-preview.76515 6.16 KB Fri, 23 Aug 2019 09:14:58 GMT 1
4.5.0-preview.76231 6.16 KB Wed, 21 Aug 2019 09:15:44 GMT 2
4.5.0-preview.76192 6.16 KB Wed, 21 Aug 2019 01:23:01 GMT 1
4.5.0-preview.76135 6.16 KB Tue, 20 Aug 2019 20:10:34 GMT 50
4.5.0-preview.75815 6.15 KB Sat, 17 Aug 2019 09:12:06 GMT 1
4.5.0-preview.75670 6.15 KB Fri, 16 Aug 2019 09:14:26 GMT 1
4.5.0-preview.75601 6.14 KB Fri, 16 Aug 2019 00:21:51 GMT 1
4.5.0-preview.75582 6.15 KB Thu, 15 Aug 2019 22:55:00 GMT 2
4.5.0-preview.75476 4.22 KB Thu, 15 Aug 2019 09:12:30 GMT 2
4.5.0-preview.75382 4.22 KB Wed, 14 Aug 2019 22:25:27 GMT 1
4.5.0-preview.75241 4.22 KB Wed, 14 Aug 2019 09:11:24 GMT 1
4.5.0-preview.75193 4.22 KB Tue, 13 Aug 2019 23:23:54 GMT 1
4.5.0-preview.75190 4.22 KB Tue, 13 Aug 2019 22:54:23 GMT 2
4.5.0-preview.75113 4.2 KB Tue, 13 Aug 2019 17:29:46 GMT 1
4.5.0-preview.75014 4.2 KB Tue, 13 Aug 2019 04:30:05 GMT 1
4.5.0-preview.73062 4.22 KB Tue, 30 Jul 2019 00:25:29 GMT 2
4.5.0-preview.72380 4.17 KB Wed, 24 Jul 2019 09:11:06 GMT 1
4.5.0-preview.72178 4.17 KB Tue, 23 Jul 2019 17:21:34 GMT 0
4.5.0-preview.72079 4.17 KB Tue, 23 Jul 2019 01:14:14 GMT 2
4.5.0-preview.72071 3.62 KB Tue, 23 Jul 2019 00:14:50 GMT 1
4.5.0-preview.71939 3.53 KB Mon, 22 Jul 2019 09:08:31 GMT 1
4.5.0-preview.71821 3.52 KB Sat, 20 Jul 2019 09:08:57 GMT 2
0.1.1-preview-71433 3.52 KB Thu, 18 Jul 2019 09:08:31 GMT 3
0.1.1-preview-71337 3.52 KB Wed, 17 Jul 2019 22:16:18 GMT 1
0.1.1-preview-71197 3.52 KB Wed, 17 Jul 2019 09:09:34 GMT 2
0.1.1-preview-71165 3.52 KB Wed, 17 Jul 2019 04:28:46 GMT 1
0.1.1-preview-71153 3.52 KB Wed, 17 Jul 2019 03:23:15 GMT 2
0.1.1-preview-71098 3.52 KB Tue, 16 Jul 2019 22:19:40 GMT 1
0.1.1-preview-71037 3.52 KB Tue, 16 Jul 2019 20:09:17 GMT 2
0.1.1-preview-71035 3.52 KB Tue, 16 Jul 2019 19:45:50 GMT 1
0.1.1-preview-71028 3.52 KB Tue, 16 Jul 2019 19:32:22 GMT 1
0.1.1-preview-70960 3.52 KB Tue, 16 Jul 2019 09:08:35 GMT 1
0.1.1-preview-70903 3.52 KB Tue, 16 Jul 2019 02:30:32 GMT 1
0.1.1-preview-70896 3.79 KB Tue, 16 Jul 2019 01:39:51 GMT 1
0.1.1-preview-70889 3.51 KB Tue, 16 Jul 2019 00:59:18 GMT 2
0.1.1-preview-70878 3.79 KB Tue, 16 Jul 2019 00:18:28 GMT 1
0.1.1-preview-70870 3.79 KB Mon, 15 Jul 2019 23:35:24 GMT 1
0.1.1-preview-70837 3.27 KB Mon, 15 Jul 2019 21:14:56 GMT 2