botframework-cli - @microsoft/botframework-cli 4.10.0-preview.148066
> npm install @microsoft/botframework-cli@4.10.0-preview.148066
botframework-cli
Usage
$ npm install -g @microsoft/botframework-cli
Commands
bf chatdown
bf chatdown:convert
bf config
bf config:set
bf config:set:luis
bf config:set:qnamaker
bf config:set:telemetry
bf config:show
bf config:show:luis
bf config:show:qnamaker
bf config:show:telemetry
bf dialog
bf dialog:merge PATTERNS
bf dialog:verify PATTERNS
bf help [COMMAND]
bf lg
bf lg:expand
bf lg:translate
bf lg:verify
bf luis
bf luis:application:assignazureaccount
bf luis:application:create
bf luis:application:delete
bf luis:application:import
bf luis:application:list
bf luis:application:publish
bf luis:application:query
bf luis:application:rename
bf luis:application:show
bf luis:build
bf luis:convert
bf luis:cross-train
bf luis:endpoints:list
bf luis:generate:cs
bf luis:generate:ts
bf luis:test
bf luis:train:run
bf luis:train:show
bf luis:translate
bf luis:version:clone
bf luis:version:delete
bf luis:version:export
bf luis:version:import
bf luis:version:list
bf luis:version:rename
bf plugins
bf plugins:install PLUGIN
bf plugins:list
bf plugins:uninstall [PLUGIN]
bf qnamaker
bf qnamaker:alterations
bf qnamaker:alterations:list
bf qnamaker:alterations:replace
bf qnamaker:build
bf qnamaker:convert
bf qnamaker:cross-train
bf qnamaker:endpointkeys
bf qnamaker:endpointkeys:list
bf qnamaker:endpointkeys:refresh
bf qnamaker:endpointsettings
bf qnamaker:endpointsettings:get
bf qnamaker:endpointsettings:update
bf qnamaker:init
bf qnamaker:kb
bf qnamaker:kb:create
bf qnamaker:kb:delete
bf qnamaker:kb:export
bf qnamaker:kb:get
bf qnamaker:kb:list
bf qnamaker:kb:publish
bf qnamaker:kb:replace
bf qnamaker:kb:update
bf qnamaker:operationdetails
bf qnamaker:operationdetails:get
bf qnamaker:query
bf qnamaker:train
bf qnamaker:translate
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
OwnersBruceHaley ChrisM |
|
AuthorsMicrosoft |
|
Project URLhttps://github.com/microsoft/botframework-cli |
|
LicenseMIT |
|
Keywordsoclif |
|
Info3185 total downloads |
|
35 downloads for version 4.10.0-preview.148066 | |
Download (14.61 KB) | |
Dependencies@microsoft/bf-chatdown@4.10.0-preview.148066, @microsoft/bf-cli-config@4.10.0-preview.148066, @microsoft/bf-luis-cli@4.10.0-preview.148066, @microsoft/bf-qnamaker@4.10.0-preview.148066, @microsoft/bf-cli-plugins@4.10.0-preview.148066, @microsoft/bf-lg-cli@4.10.0-preview.148066, @microsoft/bf-dialog@4.10.0-preview.148066, @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 | 35 |
|
||
![]() |
4.10.0-preview.147978 | 14.61 KB | Sun, 19 Jul 2020 00:24:35 GMT | 1 |
|
||
![]() |
4.10.0-preview.147970 | 14.61 KB | Sat, 18 Jul 2020 22:21:46 GMT | 1 |
|
||
![]() |
4.10.0-preview.147574 | 14.61 KB | Fri, 17 Jul 2020 09:03:07 GMT | 2 |
|
||
![]() |
4.10.0-preview.147526 | 14.61 KB | Fri, 17 Jul 2020 07:10:29 GMT | 2 |
|
||
![]() |
4.10.0-preview.146618 | 14.61 KB | Wed, 15 Jul 2020 02:08:00 GMT | 5 |
|
||
![]() |
4.10.0-preview.146521 | 14.61 KB | Tue, 14 Jul 2020 21:32:44 GMT | 1 |
|
||
![]() |
4.10.0-preview.146517 | 14.61 KB | Tue, 14 Jul 2020 21:28:42 GMT | 1 |
|
||
![]() |
4.10.0-preview.146512 | 14.61 KB | Tue, 14 Jul 2020 21:18:55 GMT | 2 |
|
||
![]() |
4.10.0-preview.146508 | 14.61 KB | Tue, 14 Jul 2020 21:13:43 GMT | 1 |
|
||
![]() |
4.10.0-preview.146502 | 14.61 KB | Tue, 14 Jul 2020 21:02:58 GMT | 1 |
|
||
![]() |
4.10.0-preview.146500 | 14.61 KB | Tue, 14 Jul 2020 21:00:15 GMT | 1 |
|
||
![]() |
4.10.0-preview.146490 | 14.61 KB | Tue, 14 Jul 2020 20:57:25 GMT | 1 |
|
||
![]() |
4.10.0-preview.146482 | 14.61 KB | Tue, 14 Jul 2020 20:38:43 GMT | 1 |
|
||
![]() |
4.10.0-preview.146469 | 14.61 KB | Tue, 14 Jul 2020 20:32:46 GMT | 1 |
|
||
![]() |
4.10.0-preview.146458 | 14.61 KB | Tue, 14 Jul 2020 20:23:58 GMT | 1 |
|
||
![]() |
4.10.0-preview.146427 | 14.61 KB | Tue, 14 Jul 2020 19:50:11 GMT | 1 |
|
||
![]() |
4.10.0-preview.146110 | 14.61 KB | Tue, 14 Jul 2020 04:26:04 GMT | 4 |
|
||
![]() |
4.10.0-preview.146107 | 14.61 KB | Tue, 14 Jul 2020 04:23:05 GMT | 1 |
|
||
![]() |
4.10.0-preview.146096 | 14.61 KB | Tue, 14 Jul 2020 04:19:47 GMT | 1 |
|
||
![]() |
4.10.0-preview.146082 | 14.61 KB | Tue, 14 Jul 2020 03:46:27 GMT | 1 |
|
||
![]() |
4.10.0-preview.146075 | 14.61 KB | Tue, 14 Jul 2020 03:36:09 GMT | 1 |
|
||
![]() |
4.10.0-preview.146067 | 14.61 KB | Tue, 14 Jul 2020 03:27:06 GMT | 1 |
|
||
![]() |
4.10.0-preview.146060 | 14.61 KB | Tue, 14 Jul 2020 03:08:37 GMT | 1 |
|
||
![]() |
4.10.0-preview.146053 | 14.61 KB | Tue, 14 Jul 2020 02:28:38 GMT | 1 |
|
||
![]() |
4.10.0-preview.146040 | 14.61 KB | Tue, 14 Jul 2020 01:42:29 GMT | 1 |
|
||
![]() |
4.10.0-preview.145500 | 14.61 KB | Fri, 10 Jul 2020 23:57:32 GMT | 13 |
|
||
![]() |
4.10.0-preview.143744 | 14.61 KB | Mon, 06 Jul 2020 19:58:41 GMT | 37 |
|
||
![]() |
4.10.0-preview.143701 | 14.6 KB | Mon, 06 Jul 2020 19:24:40 GMT | 1 |
|
||
![]() |
4.10.0-preview.143677 | 14.6 KB | Mon, 06 Jul 2020 18:50:38 GMT | 1 |
|
||
![]() |
4.10.0-preview.143194 | 14.6 KB | Thu, 02 Jul 2020 22:07:11 GMT | 25 |
|
||
![]() |
4.10.0-preview.143144 | 14.6 KB | Thu, 02 Jul 2020 18:15:41 GMT | 3 |
|
||
![]() |
4.10.0-preview.142426 | 14.6 KB | Tue, 30 Jun 2020 21:22:33 GMT | 22 |
|
||
![]() |
4.10.0-preview.142067 | 14.6 KB | Tue, 30 Jun 2020 03:02:13 GMT | 13 |
|
||
![]() |
4.10.0-preview.141983 | 14.6 KB | Mon, 29 Jun 2020 23:01:31 GMT | 4 |
|
||
![]() |
4.10.0-preview.141651 | 14.62 KB | Sun, 28 Jun 2020 03:25:41 GMT | 3 |
|
||
![]() |
4.10.0-preview.140487 | 14.62 KB | Tue, 23 Jun 2020 19:42:45 GMT | 25 |
|
||
![]() |
4.10.0-preview.139191 | 14.62 KB | Thu, 18 Jun 2020 05:48:21 GMT | 47 |
|
||
![]() |
4.10.0-preview.138415 | 14.62 KB | Mon, 15 Jun 2020 17:21:42 GMT | 28 |
|
||
![]() |
4.10.0-preview.137911 | 14.62 KB | Fri, 12 Jun 2020 04:59:01 GMT | 17 |
|
||
![]() |
4.10.0-preview.137905 | 14.63 KB | Fri, 12 Jun 2020 04:35:51 GMT | 1 |
|
||
![]() |
4.10.0-preview.137831 | 14.62 KB | Fri, 12 Jun 2020 00:08:45 GMT | 0 |
|
||
![]() |
4.10.0-preview.137611 | 14.62 KB | Thu, 11 Jun 2020 13:33:39 GMT | 17 |
|
||
![]() |
4.10.0-preview.136150 | 14.62 KB | Fri, 05 Jun 2020 04:56:28 GMT | 2 |
|
||
![]() |
4.10.0-preview.136144 | 14.62 KB | Fri, 05 Jun 2020 03:54:40 GMT | 0 |
|
||
![]() |
4.10.0-preview.136133 | 14.62 KB | Fri, 05 Jun 2020 03:23:15 GMT | 1 |
|
||
![]() |
4.10.0-preview.136099 | 14.62 KB | Fri, 05 Jun 2020 00:09:07 GMT | 3 |
|
||
![]() |
4.10.0-preview.135990 | 14.63 KB | Thu, 04 Jun 2020 18:39:45 GMT | 1 |
|
||
![]() |
4.10.0-preview.135986 | 14.63 KB | Thu, 04 Jun 2020 18:18:47 GMT | 1 |
|
||
![]() |
4.10.0-preview.135977 | 14.63 KB | Thu, 04 Jun 2020 17:45:33 GMT | 2 |
|
||
![]() |
4.10.0-preview.135963 | 14.63 KB | Thu, 04 Jun 2020 16:58:49 GMT | 2 |
|
||
![]() |
4.10.0-preview.135844 | 14.62 KB | Thu, 04 Jun 2020 09:06:33 GMT | 6 |
|
||
![]() |
4.10.0-preview.135815 | 14.63 KB | Thu, 04 Jun 2020 06:03:50 GMT | 3 |
|
||
![]() |
4.10.0-preview.135802 | 14.63 KB | Thu, 04 Jun 2020 04:57:29 GMT | 1 |
|
||
![]() |
4.10.0-preview.135791 | 14.62 KB | Thu, 04 Jun 2020 03:30:14 GMT | 1 |
|
||
![]() |
4.10.0-preview.135790 | 14.62 KB | Thu, 04 Jun 2020 03:17:51 GMT | 1 |
|
||
![]() |
4.10.0-preview.135789 | 14.62 KB | Thu, 04 Jun 2020 02:29:39 GMT | 1 |
|
||
![]() |
4.10.0-preview.135774 | 14.62 KB | Thu, 04 Jun 2020 01:46:13 GMT | 1 |
|
||
![]() |
4.10.0-preview.135772 | 14.62 KB | Thu, 04 Jun 2020 01:28:21 GMT | 1 |
|
||
![]() |
4.10.0-preview.135769 | 14.62 KB | Thu, 04 Jun 2020 01:05:23 GMT | 2 |
|
||
![]() |
4.10.0-preview.135768 | 14.62 KB | Thu, 04 Jun 2020 00:57:40 GMT | 1 |
|
||
![]() |
4.10.0-preview.135767 | 14.63 KB | Thu, 04 Jun 2020 00:53:31 GMT | 1 |
|
||
![]() |
4.10.0-preview.135764 | 14.62 KB | Wed, 03 Jun 2020 23:57:54 GMT | 1 |
|
||
![]() |
4.10.0-preview.135759 | 14.62 KB | Wed, 03 Jun 2020 23:45:27 GMT | 2 |
|
||
![]() |
4.10.0-preview.135753 | 14.62 KB | Wed, 03 Jun 2020 23:23:57 GMT | 1 |
|
||
![]() |
4.10.0-preview.135748 | 14.62 KB | Wed, 03 Jun 2020 23:00:51 GMT | 1 |
|
||
![]() |
4.10.0-preview.135628 | 14.62 KB | Wed, 03 Jun 2020 12:49:14 GMT | 11 |
|
||
![]() |
4.10.0-preview.135338 | 14.63 KB | Tue, 02 Jun 2020 10:16:38 GMT | 15 |
|
||
![]() |
4.10.0-preview.135261 | 14.62 KB | Tue, 02 Jun 2020 02:20:57 GMT | 2 |
|
||
![]() |
4.10.0-preview.135174 | 14.62 KB | Mon, 01 Jun 2020 20:51:59 GMT | 1 |
|
||
![]() |
4.10.0-preview.135164 | 14.62 KB | Mon, 01 Jun 2020 20:27:47 GMT | 1 |
|
||
![]() |
4.10.0-preview.135136 | 14.62 KB | Mon, 01 Jun 2020 19:41:17 GMT | 1 |
|
||
![]() |
4.10.0-preview.135132 | 14.62 KB | Mon, 01 Jun 2020 19:09:45 GMT | 2 |
|
||
![]() |
4.10.0-preview.135101 | 14.62 KB | Mon, 01 Jun 2020 17:15:40 GMT | 3 |
|
||
![]() |
4.10.0-preview.135041 | 14.62 KB | Mon, 01 Jun 2020 09:12:46 GMT | 8 |
|
||
![]() |
4.10.0-preview.134817 | 14.62 KB | Sat, 30 May 2020 00:15:47 GMT | 5 |
|
||
![]() |
4.10.0-preview.134813 | 14.62 KB | Sat, 30 May 2020 00:05:58 GMT | 1 |
|
||
![]() |
4.10.0-preview.134595 | 14.63 KB | Fri, 29 May 2020 13:24:52 GMT | 8 |
|
||
![]() |
4.10.0-preview.134575 | 14.62 KB | Fri, 29 May 2020 10:27:41 GMT | 2 |
|
||
![]() |
4.10.0-preview.134227 | 14.63 KB | Thu, 28 May 2020 17:39:41 GMT | 18 |
|
||
![]() |
4.10.0-preview.134153 | 14.62 KB | Thu, 28 May 2020 10:11:02 GMT | 3 |
|
||
![]() |
4.10.0-preview.134149 | 14.62 KB | Thu, 28 May 2020 09:56:35 GMT | 1 |
|
||
![]() |
4.10.0-preview.134086 | 14.62 KB | Thu, 28 May 2020 06:12:36 GMT | 2 |
|
||
![]() |
4.10.0-preview.134075 | 14.62 KB | Thu, 28 May 2020 04:53:33 GMT | 3 |
|
||
![]() |
4.10.0-preview.134058 | 14.62 KB | Thu, 28 May 2020 03:25:12 GMT | 1 |
|
||
![]() |
4.10.0-preview.134054 | 14.62 KB | Thu, 28 May 2020 01:46:34 GMT | 1 |
|
||
![]() |
4.10.0-preview.133947 | 14.63 KB | Wed, 27 May 2020 18:57:54 GMT | 3 |
|
||
![]() |
4.10.0-preview.133866 | 14.62 KB | Wed, 27 May 2020 15:18:22 GMT | 3 |
|
||
![]() |
4.10.0-preview.133855 | 14.62 KB | Wed, 27 May 2020 14:11:30 GMT | 2 |
|
||
![]() |
4.10.0-preview.133832 | 14.62 KB | Wed, 27 May 2020 11:40:55 GMT | 3 |
|
||
![]() |
4.10.0-preview.133747 | 14.63 KB | Wed, 27 May 2020 08:06:27 GMT | 2 |
|
||
![]() |
4.10.0-preview.133665 | 14.63 KB | Tue, 26 May 2020 22:38:42 GMT | 2 |
|
||
![]() |
4.10.0-preview.133630 | 14.62 KB | Tue, 26 May 2020 18:59:04 GMT | 4 |
|
||
![]() |
4.10.0-preview.133628 | 14.63 KB | Tue, 26 May 2020 18:56:05 GMT | 1 |
|
||
![]() |
4.10.0-preview.133626 | 14.62 KB | Tue, 26 May 2020 18:33:43 GMT | 9 |
|
||
![]() |
4.10.0-preview.133621 | 14.62 KB | Tue, 26 May 2020 18:18:44 GMT | 2 |
|
||
![]() |
4.10.0-preview.133617 | 14.63 KB | Tue, 26 May 2020 18:09:30 GMT | 2 |
|
||
![]() |
4.10.0-preview.133127 | 14.63 KB | Fri, 22 May 2020 06:52:53 GMT | 12 |
|
||
![]() |
4.10.0-preview.133122 | 14.62 KB | Fri, 22 May 2020 06:23:44 GMT | 1 |
|
||
![]() |
4.10.0-preview.133098 | 14.63 KB | Fri, 22 May 2020 02:09:54 GMT | 1 |
|
||
![]() |
4.10.0-preview.133034 | 14.63 KB | Thu, 21 May 2020 21:26:32 GMT | 4 |
|
||
![]() |
4.10.0-preview.132916 | 14.62 KB | Thu, 21 May 2020 09:48:41 GMT | 6 |
|
||
![]() |
4.10.0-preview.132850 | 14.62 KB | Thu, 21 May 2020 03:29:18 GMT | 2 |
|
||
![]() |
4.10.0-preview.132843 | 14.62 KB | Thu, 21 May 2020 03:15:35 GMT | 1 |
|
||
![]() |
4.10.0-preview.132748 | 14.63 KB | Wed, 20 May 2020 15:25:08 GMT | 3 |
|
||
![]() |
4.10.0-preview.132725 | 14.63 KB | Wed, 20 May 2020 14:48:39 GMT | 1 |
|
||
![]() |
4.10.0-preview.132723 | 14.62 KB | Wed, 20 May 2020 14:45:41 GMT | 1 |
|
||
![]() |
4.10.0-preview.132622 | 14.62 KB | Wed, 20 May 2020 08:09:33 GMT | 1 |
|
||
![]() |
4.10.0-preview.132559 | 14.62 KB | Wed, 20 May 2020 02:51:21 GMT | 2 |
|
||
![]() |
4.10.0-preview.132551 | 14.62 KB | Tue, 19 May 2020 23:59:38 GMT | 2 |
|
||
![]() |
4.10.0-preview.132546 | 14.62 KB | Tue, 19 May 2020 23:46:30 GMT | 1 |
|
||
![]() |
4.10.0-preview.132543 | 14.62 KB | Tue, 19 May 2020 23:32:26 GMT | 1 |
|
||
![]() |
4.10.0-preview.132533 | 14.62 KB | Tue, 19 May 2020 23:03:26 GMT | 1 |
|
||
![]() |
4.10.0-preview.132500 | 14.62 KB | Tue, 19 May 2020 20:18:59 GMT | 1 |
|
||
![]() |
4.10.0-preview.132498 | 14.63 KB | Tue, 19 May 2020 19:59:27 GMT | 2 |
|
||
![]() |
4.10.0-preview.132495 | 14.63 KB | Tue, 19 May 2020 19:43:43 GMT | 1 |
|
||
![]() |
4.10.0-preview.132493 | 14.62 KB | Tue, 19 May 2020 19:32:34 GMT | 3 |
|
||
![]() |
4.10.0-preview.132491 | 14.62 KB | Tue, 19 May 2020 19:27:20 GMT | 2 |
|
||
![]() |
4.10.0-preview.132340 | 14.62 KB | Tue, 19 May 2020 08:34:45 GMT | 2 |
|
||
![]() |
4.10.0-preview.132328 | 14.63 KB | Tue, 19 May 2020 07:47:46 GMT | 2 |
|
||
![]() |
4.10.0-preview.132317 | 14.63 KB | Tue, 19 May 2020 06:06:13 GMT | 2 |
|
||
![]() |
4.10.0-preview.132306 | 14.62 KB | Tue, 19 May 2020 04:11:28 GMT | 1 |
|
||
![]() |
4.10.0-preview.132299 | 14.62 KB | Tue, 19 May 2020 03:55:09 GMT | 1 |
|
||
![]() |
4.10.0-preview.132297 | 14.63 KB | Tue, 19 May 2020 03:57:36 GMT | 2 |
|
||
![]() |
4.10.0-preview.132293 | 14.62 KB | Tue, 19 May 2020 03:34:00 GMT | 1 |
|
||
![]() |
4.10.0-preview.132291 | 14.62 KB | Tue, 19 May 2020 03:30:45 GMT | 1 |
|
||
![]() |
4.10.0-preview.132284 | 14.62 KB | Tue, 19 May 2020 03:13:58 GMT | 1 |
|
||
![]() |
4.10.0-preview.132282 | 14.62 KB | Tue, 19 May 2020 03:09:53 GMT | 2 |
|
||
![]() |
4.10.0-preview.132280 | 14.62 KB | Tue, 19 May 2020 03:02:08 GMT | 2 |
|
||
![]() |
4.10.0-preview.132277 | 14.63 KB | Tue, 19 May 2020 03:04:43 GMT | 1 |
|
||
![]() |
4.10.0-preview.132275 | 14.63 KB | Tue, 19 May 2020 02:59:43 GMT | 1 |
|
||
![]() |
4.10.0-preview.132273 | 14.62 KB | Tue, 19 May 2020 02:57:35 GMT | 1 |
|
||
![]() |
4.10.0-preview.132271 | 14.62 KB | Tue, 19 May 2020 02:52:46 GMT | 1 |
|
||
![]() |
4.10.0-preview.132264 | 14.62 KB | Tue, 19 May 2020 01:58:34 GMT | 1 |
|
||
![]() |
4.10.0-preview.132261 | 14.62 KB | Tue, 19 May 2020 02:00:55 GMT | 1 |
|
||
![]() |
4.10.0-preview.132253 | 14.62 KB | Tue, 19 May 2020 01:19:31 GMT | 1 |
|
||
![]() |
4.10.0-preview.132249 | 14.62 KB | Tue, 19 May 2020 01:29:25 GMT | 1 |
|
||
![]() |
4.10.0-preview.132243 | 14.62 KB | Tue, 19 May 2020 01:05:47 GMT | 1 |
|
||
![]() |
4.10.0-preview.132234 | 14.62 KB | Tue, 19 May 2020 00:42:08 GMT | 1 |
|
||
![]() |
4.10.0-preview.132170 | 14.62 KB | Mon, 18 May 2020 21:49:19 GMT | 1 |
|
||
![]() |
4.10.0-preview.132148 | 14.62 KB | Mon, 18 May 2020 21:03:03 GMT | 1 |
|
||
![]() |
4.10.0-preview.132091 | 14.62 KB | Mon, 18 May 2020 19:58:41 GMT | 2 |
|
||
![]() |
4.10.0-preview.131970 | 14.62 KB | Mon, 18 May 2020 14:44:48 GMT | 4 |
|
||
![]() |
4.10.0-preview.131939 | 14.62 KB | Mon, 18 May 2020 10:58:43 GMT | 1 |
|
||
![]() |
4.10.0-preview.131900 | 14.62 KB | Mon, 18 May 2020 09:12:47 GMT | 1 |
|
||
![]() |
4.10.0-preview.131837 | 14.62 KB | Sun, 17 May 2020 23:44:41 GMT | 5 |
|
||
![]() |
4.10.0-preview.131828 | 14.63 KB | Sun, 17 May 2020 22:31:20 GMT | 1 |
|
||
![]() |
4.10.0-preview.130904 | 14.62 KB | Thu, 14 May 2020 07:43:59 GMT | 14 |
|
||
![]() |
4.10.0-preview.130902 | 14.62 KB | Thu, 14 May 2020 07:41:00 GMT | 1 |
|
||
![]() |
4.10.0-preview.130828 | 14.62 KB | Wed, 13 May 2020 23:38:03 GMT | 3 |
|
||
![]() |
4.10.0-preview.130632 | 14.62 KB | Wed, 13 May 2020 09:36:19 GMT | 2 |
|
||
![]() |
4.10.0-preview.130622 | 14.62 KB | Wed, 13 May 2020 09:14:49 GMT | 1 |
|
||
![]() |
4.10.0-preview.130335 | 14.62 KB | Tue, 12 May 2020 16:37:33 GMT | 0 |
|
||
![]() |
4.10.0-preview.130225 | 14.62 KB | Tue, 12 May 2020 05:40:31 GMT | 7 |
|
||
![]() |
4.10.0-preview.130040 | 14.62 KB | Mon, 11 May 2020 20:20:15 GMT | 7 |
|
||
![]() |
4.10.0-preview.130037 | 14.62 KB | Mon, 11 May 2020 20:15:35 GMT | 1 |
|
||
![]() |
4.10.0-preview.130031 | 14.62 KB | Mon, 11 May 2020 20:03:05 GMT | 0 |
|
||
![]() |
4.10.0-preview.129995 | 14.63 KB | Mon, 11 May 2020 18:38:17 GMT | 1 |
|
||
![]() |
4.10.0-preview.129988 | 14.63 KB | Mon, 11 May 2020 18:24:06 GMT | 1 |
|
||
![]() |
4.10.0-preview.129609 | 14.62 KB | Fri, 08 May 2020 23:05:49 GMT | 2 |
|
||
![]() |
4.10.0-preview.129599 | 14.62 KB | Fri, 08 May 2020 22:45:15 GMT | 1 |
|
||
![]() |
4.10.0-preview.129597 | 14.63 KB | Fri, 08 May 2020 22:33:41 GMT | 1 |
|
||
![]() |
4.10.0-preview.129501 | 14.62 KB | Fri, 08 May 2020 18:44:21 GMT | 1 |
|
||
![]() |
4.10.0-preview.129498 | 14.63 KB | Fri, 08 May 2020 18:32:02 GMT | 1 |
|
||
![]() |
4.10.0-preview.129331 | 14.62 KB | Fri, 08 May 2020 04:29:01 GMT | 5 |
|
||
![]() |
4.10.0-preview.129321 | 14.62 KB | Fri, 08 May 2020 04:16:44 GMT | 2 |
|
||
![]() |
4.10.0-preview.129112 | 14.63 KB | Thu, 07 May 2020 14:36:39 GMT | 1 |
|
||
![]() |
4.10.0-preview.129110 | 14.62 KB | Thu, 07 May 2020 14:22:58 GMT | 2 |
|
||
![]() |
4.10.0-preview.128883 | 14.63 KB | Wed, 06 May 2020 21:17:54 GMT | 12 |
|
||
![]() |
4.10.0-preview.128867 | 14.63 KB | Wed, 06 May 2020 20:48:47 GMT | 1 |
|
||
![]() |
4.10.0-preview.128858 | 14.63 KB | Wed, 06 May 2020 20:36:45 GMT | 1 |
|
||
![]() |
4.10.0-preview.128844 | 14.63 KB | Wed, 06 May 2020 20:05:50 GMT | 1 |
|
||
![]() |
4.10.0-preview.128658 | 14.63 KB | Wed, 06 May 2020 10:33:47 GMT | 10 |
|
||
![]() |
4.10.0-preview.128475 | 14.65 KB | Tue, 05 May 2020 23:47:10 GMT | 2 |
|
||
![]() |
4.10.0-preview.128458 | 14.63 KB | Tue, 05 May 2020 23:15:31 GMT | 2 |
|
||
![]() |
4.10.0-preview.128431 | 14.63 KB | Tue, 05 May 2020 22:11:43 GMT | 1 |
|
||
![]() |
4.10.0-preview.128324 | 12.61 KB | Tue, 05 May 2020 17:30:24 GMT | 3 |
|
||
![]() |
4.10.0-preview.128314 | 12.61 KB | Tue, 05 May 2020 17:09:12 GMT | 1 |
|
||
![]() |
4.10.0-preview.128065 | 12.6 KB | Mon, 04 May 2020 22:42:08 GMT | 1 |
|
||
![]() |
4.10.0-preview.128060 | 12.6 KB | Mon, 04 May 2020 22:29:07 GMT | 1 |
|
||
![]() |
4.10.0-dev.20200730.3786d10 | 14.62 KB | Thu, 30 Jul 2020 19:22:26 GMT | 558 |
|
||
![]() |
4.10.0-dev.20200721.8bb21ac | 14.62 KB | Tue, 21 Jul 2020 22:24:57 GMT | 52 |
|
||
![]() |
4.10.0-dev.20200721.5ee7854 | 14.62 KB | Tue, 21 Jul 2020 01:04:46 GMT | 7 |
|
||
![]() |
4.10.0-dev.20200720.c635ff5 | 14.62 KB | Mon, 20 Jul 2020 22:36:21 GMT | 4 |
|
||
![]() |
4.9.1 | 14.59 KB | Wed, 27 May 2020 22:25:17 GMT | 48 |
|
||
![]() |
4.9.1-RC0 | 14.6 KB | Wed, 27 May 2020 01:46:00 GMT | 4 |
|
||
![]() |
4.9.0 | 14.61 KB | Tue, 12 May 2020 17:47:59 GMT | 16 |
|
||
![]() |
4.9.0-RC6 | 14.61 KB | Fri, 08 May 2020 19:25:25 GMT | 4 |
|
||
![]() |
4.9.0-RC5 | 14.61 KB | Fri, 08 May 2020 04:45:57 GMT | 16 |
|
||
![]() |
4.9.0-RC42 | 14.61 KB | Fri, 08 May 2020 23:25:30 GMT | 50 |
|
||
![]() |
4.9.0-RC4 | 14.61 KB | Thu, 07 May 2020 14:49:59 GMT | 6 |
|
||
![]() |
4.9.0-RC3 | 14.61 KB | Wed, 06 May 2020 20:02:50 GMT | 4 |
|
||
![]() |
4.9.0-RC2 | 14.61 KB | Wed, 06 May 2020 02:46:12 GMT | 15 |
|
||
![]() |
4.9.0-RC1 | 14.61 KB | Wed, 06 May 2020 00:32:40 GMT | 3 |
|
||
![]() |
4.9.0-RC0 | 12.58 KB | Mon, 04 May 2020 23:02:13 GMT | 20 |
|
||
![]() |
4.9.0-preview.128011 | 12.6 KB | Mon, 04 May 2020 21:35:23 GMT | 1 |
|
||
![]() |
4.9.0-preview.127998 | 12.61 KB | Mon, 04 May 2020 21:16:36 GMT | 2 |
|
||
![]() |
4.9.0-preview.127614 | 11.53 KB | Sun, 03 May 2020 00:22:37 GMT | 18 |
|
||
![]() |
4.9.0-preview.127603 | 11.53 KB | Sun, 03 May 2020 00:10:48 GMT | 1 |
|
||
![]() |
4.9.0-preview.127410 | 11.53 KB | Fri, 01 May 2020 21:41:38 GMT | 3 |
|
||
![]() |
4.9.0-preview.127382 | 11.53 KB | Fri, 01 May 2020 21:14:06 GMT | 1 |
|
||
![]() |
4.9.0-preview.127303 | 11.53 KB | Fri, 01 May 2020 18:16:25 GMT | 3 |
|
||
![]() |
4.9.0-preview.127281 | 11.53 KB | Fri, 01 May 2020 17:55:05 GMT | 2 |
|
||
![]() |
4.9.0-preview.127245 | 11.54 KB | Fri, 01 May 2020 13:07:33 GMT | 3 |
|
||
![]() |
4.9.0-preview.127243 | 11.53 KB | Fri, 01 May 2020 12:47:39 GMT | 1 |
|
||
![]() |
4.9.0-preview.127174 | 11.53 KB | Fri, 01 May 2020 08:34:23 GMT | 1 |
|
||
![]() |
4.9.0-preview.126715 | 11.53 KB | Thu, 30 Apr 2020 07:50:21 GMT | 13 |
|
||
![]() |
4.9.0-preview.126190 | 11.53 KB | Wed, 29 Apr 2020 09:20:21 GMT | 5 |
|
||
![]() |
4.9.0-preview.126126 | 11.53 KB | Wed, 29 Apr 2020 06:04:29 GMT | 3 |
|
||
![]() |
4.9.0-preview.125721 | 11.53 KB | Tue, 28 Apr 2020 12:30:50 GMT | 4 |
|
||
![]() |
4.9.0-preview.125694 | 11.53 KB | Tue, 28 Apr 2020 10:59:03 GMT | 1 |
|
||
![]() |
4.9.0-preview.125659 | 11.53 KB | Tue, 28 Apr 2020 09:39:11 GMT | 1 |
|
||
![]() |
4.9.0-preview.125593 | 11.53 KB | Tue, 28 Apr 2020 03:02:15 GMT | 4 |
|
||
![]() |
4.9.0-preview.125589 | 11.53 KB | Tue, 28 Apr 2020 02:54:30 GMT | 1 |
|
||
![]() |
4.9.0-preview.125581 | 11.53 KB | Tue, 28 Apr 2020 02:19:56 GMT | 1 |
|
||
![]() |
4.9.0-preview.125573 | 11.53 KB | Tue, 28 Apr 2020 02:14:14 GMT | 1 |
|
||
![]() |
4.9.0-preview.125541 | 11.53 KB | Mon, 27 Apr 2020 23:48:45 GMT | 1 |
|
||
![]() |
4.9.0-preview.125510 | 11.53 KB | Mon, 27 Apr 2020 22:56:23 GMT | 2 |
|
||
![]() |
4.9.0-preview.125506 | 11.53 KB | Mon, 27 Apr 2020 22:54:10 GMT | 1 |
|
||
![]() |
4.9.0-preview.125437 | 11.54 KB | Mon, 27 Apr 2020 21:56:51 GMT | 1 |
|
||
![]() |
4.9.0-preview.125431 | 11.53 KB | Mon, 27 Apr 2020 21:53:16 GMT | 1 |
|
||
![]() |
4.9.0-preview.125414 | 11.53 KB | Mon, 27 Apr 2020 21:41:55 GMT | 1 |
|
||
![]() |
4.9.0-preview.125372 | 11.53 KB | Mon, 27 Apr 2020 20:34:24 GMT | 2 |
|
||
![]() |
4.9.0-preview.125156 | 11.53 KB | Mon, 27 Apr 2020 15:36:48 GMT | 1 |
|
||
![]() |
4.9.0-preview.125148 | 11.54 KB | Mon, 27 Apr 2020 15:11:08 GMT | 1 |
|
||
![]() |
4.9.0-preview.125096 | 11.53 KB | Mon, 27 Apr 2020 10:07:26 GMT | 1 |
|
||
![]() |
4.9.0-preview.124997 | 11.54 KB | Mon, 27 Apr 2020 03:10:18 GMT | 2 |
|
||
![]() |
4.9.0-preview.124995 | 11.54 KB | Mon, 27 Apr 2020 02:50:49 GMT | 2 |
|
||
![]() |
4.9.0-preview.124980 | 11.53 KB | Sun, 26 Apr 2020 23:58:24 GMT | 1 |
|
||
![]() |
4.9.0-preview.124864 | 11.53 KB | Sun, 26 Apr 2020 02:26:46 GMT | 3 |
|
||
![]() |
4.9.0-preview.124860 | 11.53 KB | Sun, 26 Apr 2020 02:24:08 GMT | 1 |
|
||
![]() |
4.9.0-preview.124854 | 11.53 KB | Sun, 26 Apr 2020 02:06:57 GMT | 1 |
|
||
![]() |
4.9.0-preview.124817 | 11.54 KB | Sun, 26 Apr 2020 02:09:45 GMT | 1 |
|
||
![]() |
4.9.0-preview.124763 | 11.53 KB | Sat, 25 Apr 2020 03:47:34 GMT | 1 |
|
||
![]() |
4.9.0-preview.124688 | 11.54 KB | Fri, 24 Apr 2020 22:44:10 GMT | 1 |
|
||
![]() |
4.9.0-preview.124686 | 11.53 KB | Fri, 24 Apr 2020 22:41:51 GMT | 1 |
|
||
![]() |
4.9.0-preview.124684 | 11.53 KB | Fri, 24 Apr 2020 22:46:36 GMT | 1 |
|
||
![]() |
4.9.0-preview.124678 | 11.54 KB | Fri, 24 Apr 2020 22:39:58 GMT | 1 |
|
||
![]() |
4.9.0-preview.124662 | 11.53 KB | Fri, 24 Apr 2020 22:38:04 GMT | 2 |
|
||
![]() |
4.9.0-preview.124651 | 11.53 KB | Fri, 24 Apr 2020 22:31:48 GMT | 1 |
|
||
![]() |
4.9.0-preview.124647 | 11.53 KB | Fri, 24 Apr 2020 22:34:34 GMT | 1 |
|
||
![]() |
4.9.0-preview.124643 | 11.53 KB | Fri, 24 Apr 2020 22:18:07 GMT | 1 |
|
||
![]() |
4.9.0-preview.124625 | 11.53 KB | Fri, 24 Apr 2020 21:52:57 GMT | 2 |
|
||
![]() |
4.9.0-preview.124620 | 11.53 KB | Fri, 24 Apr 2020 21:49:31 GMT | 1 |
|
||
![]() |
4.9.0-preview.124616 | 11.53 KB | Fri, 24 Apr 2020 21:44:49 GMT | 1 |
|
||
![]() |
4.9.0-preview.124612 | 11.53 KB | Fri, 24 Apr 2020 21:47:32 GMT | 0 |
|
||
![]() |
4.9.0-preview.124607 | 11.53 KB | Fri, 24 Apr 2020 21:42:36 GMT | 2 |
|
||
![]() |
4.9.0-preview.124498 | 11.54 KB | Fri, 24 Apr 2020 19:58:08 GMT | 1 |
|
||
![]() |
4.9.0-preview.124455 | 11.53 KB | Fri, 24 Apr 2020 19:47:00 GMT | 1 |
|
||
![]() |
4.9.0-preview.124452 | 11.53 KB | Fri, 24 Apr 2020 19:44:03 GMT | 1 |
|
||
![]() |
4.9.0-preview.124450 | 11.53 KB | Fri, 24 Apr 2020 19:38:42 GMT | 1 |
|
||
![]() |
4.9.0-preview.124446 | 11.53 KB | Fri, 24 Apr 2020 19:41:28 GMT | 1 |
|
||
![]() |
4.9.0-preview.124443 | 11.53 KB | Fri, 24 Apr 2020 19:35:35 GMT | 1 |
|
||
![]() |
4.9.0-preview.124441 | 11.53 KB | Fri, 24 Apr 2020 19:32:37 GMT | 1 |
|
||
![]() |
4.9.0-preview.124435 | 11.54 KB | Fri, 24 Apr 2020 19:27:29 GMT | 2 |
|
||
![]() |
4.9.0-preview.124428 | 11.54 KB | Fri, 24 Apr 2020 19:30:33 GMT | 1 |
|
||
![]() |
4.9.0-preview.124412 | 11.53 KB | Fri, 24 Apr 2020 18:58:35 GMT | 1 |
|
||
![]() |
4.9.0-preview.124245 | 11.53 KB | Fri, 24 Apr 2020 09:23:02 GMT | 2 |
|
||
![]() |
4.9.0-preview.123642 | 11.53 KB | Thu, 23 Apr 2020 04:03:13 GMT | 9 |
|
||
![]() |
4.9.0-preview.121555 | 11.53 KB | Mon, 20 Apr 2020 08:25:56 GMT | 23 |
|
||
![]() |
4.9.0-preview.121508 | 11.54 KB | Mon, 20 Apr 2020 03:33:22 GMT | 5 |
|
||
![]() |
4.9.0-preview.121045 | 11.53 KB | Fri, 17 Apr 2020 10:42:57 GMT | 12 |
|
||
![]() |
4.9.0-preview.121038 | 11.54 KB | Fri, 17 Apr 2020 10:16:57 GMT | 2 |
|
||
![]() |
4.9.0-preview.120963 | 11.53 KB | Fri, 17 Apr 2020 07:45:28 GMT | 1 |
|
||
![]() |
4.9.0-preview.120961 | 11.53 KB | Fri, 17 Apr 2020 07:47:44 GMT | 2 |
|
||
![]() |
4.9.0-preview.120956 | 11.53 KB | Fri, 17 Apr 2020 07:24:25 GMT | 2 |
|
||
![]() |
4.9.0-preview.120835 | 11.54 KB | Thu, 16 Apr 2020 19:42:47 GMT | 6 |
|
||
![]() |
4.9.0-preview.120750 | 11.53 KB | Thu, 16 Apr 2020 11:18:00 GMT | 7 |
|
||
![]() |
4.9.0-preview.120468 | 11.54 KB | Wed, 15 Apr 2020 19:44:26 GMT | 9 |
|
||
![]() |
4.9.0-preview.120123 | 11.53 KB | Wed, 15 Apr 2020 02:25:21 GMT | 19 |
|
||
![]() |
4.9.0-preview.120076 | 11.53 KB | Tue, 14 Apr 2020 21:55:43 GMT | 2 |
|
||
![]() |
4.9.0-preview.119971 | 11.53 KB | Tue, 14 Apr 2020 10:42:46 GMT | 11 |
|
||
![]() |
4.9.0-preview.119967 | 11.54 KB | Tue, 14 Apr 2020 10:28:21 GMT | 1 |
|
||
![]() |
4.9.0-preview.119909 | 11.53 KB | Tue, 14 Apr 2020 08:43:23 GMT | 1 |
|
||
![]() |
4.9.0-preview.119602 | 11.53 KB | Mon, 13 Apr 2020 17:20:07 GMT | 1 |
|
||
![]() |
4.9.0-preview.119367 | 11.54 KB | Sat, 11 Apr 2020 23:12:32 GMT | 19 |
|
||
![]() |
4.9.0-preview.119292 | 11.53 KB | Sat, 11 Apr 2020 04:24:40 GMT | 6 |
|
||
![]() |
4.9.0-preview.118967 | 11.54 KB | Thu, 09 Apr 2020 22:58:15 GMT | 5 |
|
||
![]() |
4.9.0-preview.118946 | 11.53 KB | Thu, 09 Apr 2020 22:15:44 GMT | 1 |
|
||
![]() |
4.9.0-preview.118646 | 11.53 KB | Thu, 09 Apr 2020 02:30:13 GMT | 10 |
|
||
![]() |
4.9.0-preview.118453 | 11.53 KB | Wed, 08 Apr 2020 17:25:51 GMT | 0 |
|
||
![]() |
4.9.0-preview.118389 | 11.53 KB | Wed, 08 Apr 2020 10:07:55 GMT | 4 |
|
||
![]() |
4.9.0-preview.118374 | 11.53 KB | Wed, 08 Apr 2020 09:16:19 GMT | 1 |
|
||
![]() |
4.9.0-preview.118338 | 11.54 KB | Wed, 08 Apr 2020 05:55:14 GMT | 11 |
|
||
![]() |
4.9.0-preview.118312 | 11.53 KB | Wed, 08 Apr 2020 03:22:33 GMT | 2 |
|
||
![]() |
4.9.0-preview.118295 | 11.54 KB | Wed, 08 Apr 2020 03:07:04 GMT | 2 |
|
||
![]() |
4.9.0-preview.118234 | 11.53 KB | Tue, 07 Apr 2020 20:17:52 GMT | 2 |
|
||
![]() |
4.9.0-preview.118221 | 11.53 KB | Tue, 07 Apr 2020 19:47:20 GMT | 1 |
|
||
![]() |
4.9.0-preview.118175 | 11.54 KB | Tue, 07 Apr 2020 17:18:31 GMT | 2 |
|
||
![]() |
4.9.0-preview.118150 | 11.53 KB | Tue, 07 Apr 2020 15:46:34 GMT | 3 |
|
||
![]() |
4.9.0-preview.118051 | 11.53 KB | Tue, 07 Apr 2020 06:11:10 GMT | 4 |
|
||
![]() |
4.9.0-preview.118035 | 11.54 KB | Tue, 07 Apr 2020 03:40:40 GMT | 3 |
|
||
![]() |
4.9.0-preview.117662 | 11.53 KB | Fri, 03 Apr 2020 20:59:12 GMT | 7 |
|
||
![]() |
4.9.0-preview.117660 | 11.53 KB | Fri, 03 Apr 2020 20:43:57 GMT | 1 |
|
||
![]() |
4.9.0-preview.117633 | 11.53 KB | Fri, 03 Apr 2020 18:33:46 GMT | 0 |
|
||
![]() |
4.9.0-preview.117629 | 11.53 KB | Fri, 03 Apr 2020 18:14:28 GMT | 1 |
|
||
![]() |
4.9.0-preview.117333 | 11.53 KB | Thu, 02 Apr 2020 19:07:49 GMT | 4 |
|
||
![]() |
4.9.0-preview.117296 | 11.53 KB | Thu, 02 Apr 2020 16:29:36 GMT | 2 |
|
||
![]() |
4.9.0-preview.116952 | 11.53 KB | Wed, 01 Apr 2020 17:20:11 GMT | 5 |
|
||
![]() |
4.9.0-preview.116949 | 11.53 KB | Wed, 01 Apr 2020 17:09:20 GMT | 1 |
|
||
![]() |
4.9.0-preview.116790 | 11.53 KB | Tue, 31 Mar 2020 23:28:48 GMT | 2 |
|
||
![]() |
4.9.0-preview.116779 | 11.53 KB | Tue, 31 Mar 2020 21:52:40 GMT | 1 |
|
||
![]() |
4.9.0-preview.116371 | 11.53 KB | Mon, 30 Mar 2020 09:37:30 GMT | 15 |
|
||
![]() |
4.9.0-preview.116347 | 11.53 KB | Mon, 30 Mar 2020 08:19:32 GMT | 1 |
|
||
![]() |
4.9.0-preview.116327 | 11.53 KB | Mon, 30 Mar 2020 06:45:12 GMT | 2 |
|
||
![]() |
4.9.0-preview.116032 | 11.53 KB | Fri, 27 Mar 2020 13:22:05 GMT | 7 |
|
||
![]() |
4.9.0-preview.115895 | 11.54 KB | Fri, 27 Mar 2020 00:42:58 GMT | 0 |
|
||
![]() |
4.9.0-preview.115740 | 11.53 KB | Thu, 26 Mar 2020 09:11:36 GMT | 2 |
|
||
![]() |
4.9.0-preview.115726 | 11.53 KB | Thu, 26 Mar 2020 08:25:36 GMT | 2 |
|
||
![]() |
4.9.0-preview.115707 | 11.53 KB | Thu, 26 Mar 2020 05:57:52 GMT | 5 |
|
||
![]() |
4.9.0-preview.115701 | 11.53 KB | Thu, 26 Mar 2020 05:45:57 GMT | 1 |
|
||
![]() |
4.9.0-preview.115699 | 11.53 KB | Thu, 26 Mar 2020 05:34:56 GMT | 1 |
|
||
![]() |
4.9.0-preview.115697 | 11.54 KB | Thu, 26 Mar 2020 05:16:52 GMT | 1 |
|
||
![]() |
4.9.0-preview.115678 | 11.54 KB | Thu, 26 Mar 2020 03:26:52 GMT | 7 |
|
||
![]() |
4.9.0-preview.115666 | 11.53 KB | Thu, 26 Mar 2020 02:44:58 GMT | 1 |
|
||
![]() |
4.9.0-preview.115597 | 11.54 KB | Wed, 25 Mar 2020 21:33:19 GMT | 1 |
|
||
![]() |
4.9.0-preview.115574 | 11.53 KB | Wed, 25 Mar 2020 18:32:06 GMT | 7 |
|
||
![]() |
4.9.0-preview.115535 | 11.53 KB | Wed, 25 Mar 2020 11:46:47 GMT | 62 |
|
||
![]() |
4.9.0-preview.115482 | 11.53 KB | Wed, 25 Mar 2020 08:22:32 GMT | 1 |
|
||
![]() |
4.9.0-preview.115444 | 11.53 KB | Wed, 25 Mar 2020 05:12:07 GMT | 1 |
|
||
![]() |
4.9.0-preview.115409 | 11.53 KB | Wed, 25 Mar 2020 00:41:13 GMT | 1 |
|
||
![]() |
4.9.0-preview.115164 | 11.53 KB | Tue, 24 Mar 2020 02:33:47 GMT | 9 |
|
||
![]() |
4.9.0-preview.115089 | 11.53 KB | Mon, 23 Mar 2020 17:45:13 GMT | 5 |
|
||
![]() |
4.9.0-preview.115053 | 11.53 KB | Mon, 23 Mar 2020 12:16:02 GMT | 7 |
|
||
![]() |
4.9.0-preview.115016 | 11.53 KB | Mon, 23 Mar 2020 09:16:34 GMT | 1 |
|
||
![]() |
4.9.0-preview.114948 | 11.54 KB | Mon, 23 Mar 2020 05:42:53 GMT | 2 |
|
||
![]() |
4.9.0-preview.114754 | 11.53 KB | Fri, 20 Mar 2020 20:29:26 GMT | 5 |
|
||
![]() |
4.9.0-preview.114750 | 11.53 KB | Fri, 20 Mar 2020 19:43:09 GMT | 1 |
|
||
![]() |
4.9.0-preview.114724 | 11.53 KB | Fri, 20 Mar 2020 15:54:18 GMT | 3 |
|
||
![]() |
4.9.0-preview.114601 | 11.53 KB | Fri, 20 Mar 2020 04:30:22 GMT | 13 |
|
||
![]() |
4.9.0-preview.114586 | 11.53 KB | Fri, 20 Mar 2020 03:32:55 GMT | 1 |
|
||
![]() |
4.9.0-preview.114582 | 11.53 KB | Fri, 20 Mar 2020 03:12:21 GMT | 1 |
|
||
![]() |
4.9.0-preview.114573 | 11.53 KB | Fri, 20 Mar 2020 03:07:01 GMT | 0 |
|
||
![]() |
4.9.0-preview.114571 | 11.53 KB | Fri, 20 Mar 2020 02:48:52 GMT | 1 |
|
||
![]() |
4.9.0-preview.114569 | 11.53 KB | Fri, 20 Mar 2020 02:22:26 GMT | 1 |
|
||
![]() |
4.9.0-preview.114567 | 11.53 KB | Fri, 20 Mar 2020 02:20:40 GMT | 1 |
|
||
![]() |
4.9.0-preview.114564 | 11.53 KB | Fri, 20 Mar 2020 02:11:42 GMT | 1 |
|
||
![]() |
4.9.0-preview.114562 | 11.53 KB | Fri, 20 Mar 2020 02:09:56 GMT | 1 |
|
||
![]() |
4.9.0-preview.114547 | 11.53 KB | Fri, 20 Mar 2020 00:50:26 GMT | 1 |
|
||
![]() |
4.9.0-preview.114409 | 11.53 KB | Thu, 19 Mar 2020 11:30:01 GMT | 4 |
|
||
![]() |
4.9.0-preview.114373 | 11.53 KB | Thu, 19 Mar 2020 09:15:28 GMT | 1 |
|
||
![]() |
4.9.0-preview.114332 | 11.53 KB | Thu, 19 Mar 2020 07:47:57 GMT | 1 |
|
||
![]() |
4.9.0-preview.114122 | 11.53 KB | Wed, 18 Mar 2020 13:42:53 GMT | 2 |
|
||
![]() |
4.9.0-preview.114058 | 11.54 KB | Wed, 18 Mar 2020 09:20:47 GMT | 2 |
|
||
![]() |
4.9.0-preview.113914 | 11.53 KB | Tue, 17 Mar 2020 18:32:06 GMT | 6 |
|
||
![]() |
4.9.0-preview.113642 | 11.53 KB | Mon, 16 Mar 2020 18:50:59 GMT | 12 |
|
||
![]() |
4.9.0-preview.113566 | 11.53 KB | Mon, 16 Mar 2020 08:35:10 GMT | 1 |
|
||
![]() |
4.9.0-preview.113563 | 11.53 KB | Mon, 16 Mar 2020 08:31:09 GMT | 0 |
|
||
![]() |
4.9.0-preview.113539 | 11.53 KB | Mon, 16 Mar 2020 07:59:42 GMT | 1 |
|
||
![]() |
4.9.0-preview.113431 | 11.53 KB | Mon, 16 Mar 2020 04:09:34 GMT | 2 |
|
||
![]() |
4.9.0-preview.113324 | 11.53 KB | Sat, 14 Mar 2020 03:07:54 GMT | 5 |
|
||
![]() |
4.9.0-preview.113321 | 11.53 KB | Sat, 14 Mar 2020 02:58:27 GMT | 1 |
|
||
![]() |
4.9.0-preview.113245 | 11.53 KB | Fri, 13 Mar 2020 17:37:25 GMT | 1 |
|
||
![]() |
4.9.0-preview.113242 | 11.53 KB | Fri, 13 Mar 2020 17:24:18 GMT | 1 |
|
||
![]() |
4.9.0-preview.113221 | 11.53 KB | Fri, 13 Mar 2020 15:33:47 GMT | 2 |
|
||
![]() |
4.9.0-preview.113180 | 11.53 KB | Fri, 13 Mar 2020 10:04:55 GMT | 1 |
|
||
![]() |
4.9.0-preview.112947 | 11.54 KB | Thu, 12 Mar 2020 18:33:19 GMT | 2 |
|
||
![]() |
4.9.0-preview.112944 | 11.53 KB | Thu, 12 Mar 2020 18:23:21 GMT | 1 |
|
||
![]() |
4.9.0-preview.112937 | 11.54 KB | Thu, 12 Mar 2020 18:09:23 GMT | 1 |
|
||
![]() |
4.9.0-preview.112934 | 11.53 KB | Thu, 12 Mar 2020 17:53:33 GMT | 2 |
|
||
![]() |
4.9.0-preview.112930 | 11.53 KB | Thu, 12 Mar 2020 17:51:12 GMT | 1 |
|
||
![]() |
4.9.0-preview.112926 | 11.53 KB | Thu, 12 Mar 2020 17:27:37 GMT | 2 |
|
||
![]() |
4.9.0-preview.112880 | 11.53 KB | Thu, 12 Mar 2020 13:38:49 GMT | 1 |
|
||
![]() |
4.9.0-preview.112878 | 11.54 KB | Thu, 12 Mar 2020 13:36:47 GMT | 1 |
|
||
![]() |
4.9.0-preview.112739 | 11.53 KB | Thu, 12 Mar 2020 04:13:57 GMT | 3 |
|
||
![]() |
4.9.0-preview.112698 | 11.54 KB | Thu, 12 Mar 2020 01:22:28 GMT | 5 |
|
||
![]() |
4.9.0-preview.112684 | 11.53 KB | Wed, 11 Mar 2020 23:11:41 GMT | 3 |
|
||
![]() |
4.9.0-preview.112650 | 11.53 KB | Wed, 11 Mar 2020 19:52:37 GMT | 3 |
|
||
![]() |
4.9.0-preview.112648 | 11.54 KB | Wed, 11 Mar 2020 19:50:49 GMT | 1 |
|
||
![]() |
4.9.0-preview.112645 | 11.53 KB | Wed, 11 Mar 2020 19:38:15 GMT | 2 |
|
||
![]() |
4.9.0-preview.112501 | 11.53 KB | Wed, 11 Mar 2020 07:10:06 GMT | 3 |
|
||
![]() |
4.9.0-preview.112358 | 11.54 KB | Tue, 10 Mar 2020 21:27:54 GMT | 1 |
|
||
![]() |
4.9.0-preview.112355 | 11.54 KB | Tue, 10 Mar 2020 21:26:06 GMT | 1 |
|
||
![]() |
4.8.0 | 11.5 KB | Wed, 18 Mar 2020 16:09:09 GMT | 65 |
|
||
![]() |
4.8.0-RC1 | 11.51 KB | Thu, 12 Mar 2020 20:55:49 GMT | 5 |
|
||
![]() |
4.8.0-RC0 | 11.51 KB | Thu, 12 Mar 2020 20:43:53 GMT | 6 |
|
||
![]() |
4.8.0-preview.112168 | 11.54 KB | Tue, 10 Mar 2020 06:02:51 GMT | 17 |
|
||
![]() |
4.8.0-preview.112152 | 11.53 KB | Tue, 10 Mar 2020 04:50:25 GMT | 1 |
|
||
![]() |
4.8.0-preview.112138 | 11.53 KB | Tue, 10 Mar 2020 01:14:43 GMT | 2 |
|
||
![]() |
4.8.0-preview.112135 | 11.53 KB | Tue, 10 Mar 2020 01:04:54 GMT | 1 |
|
||
![]() |
4.8.0-preview.111966 | 11.57 KB | Mon, 09 Mar 2020 12:52:36 GMT | 5 |
|
||
![]() |
4.8.0-preview.111952 | 11.57 KB | Mon, 09 Mar 2020 10:55:14 GMT | 1 |
|
||
![]() |
4.8.0-preview.111947 | 10.89 KB | Mon, 09 Mar 2020 10:40:40 GMT | 1 |
|
||
![]() |
4.8.0-preview.111944 | 11.57 KB | Mon, 09 Mar 2020 10:38:55 GMT | 1 |
|
||
![]() |
4.8.0-preview.111929 | 10.88 KB | Mon, 09 Mar 2020 10:06:46 GMT | 1 |
|
||
![]() |
4.8.0-preview.111914 | 10.89 KB | Mon, 09 Mar 2020 09:31:50 GMT | 1 |
|
||
![]() |
4.8.0-preview.111905 | 10.89 KB | Mon, 09 Mar 2020 09:10:15 GMT | 2 |
|
||
![]() |
4.8.0-preview.111893 | 10.89 KB | Mon, 09 Mar 2020 08:15:07 GMT | 1 |
|
||
![]() |
4.8.0-preview.111531 | 10.88 KB | Sat, 07 Mar 2020 00:46:45 GMT | 3 |
|
||
![]() |
4.8.0-preview.111511 | 10.88 KB | Fri, 06 Mar 2020 23:46:01 GMT | 2 |
|
||
![]() |
4.8.0-preview.111443 | 10.88 KB | Fri, 06 Mar 2020 20:52:09 GMT | 2 |
|
||
![]() |
4.8.0-preview.111424 | 10.89 KB | Fri, 06 Mar 2020 20:08:46 GMT | 2 |
|
||
![]() |
4.8.0-preview.111205 | 10.89 KB | Fri, 06 Mar 2020 08:09:44 GMT | 6 |
|
||
![]() |
4.8.0-preview.111194 | 10.88 KB | Fri, 06 Mar 2020 07:59:15 GMT | 1 |
|
||
![]() |
4.8.0-preview.111182 | 10.88 KB | Fri, 06 Mar 2020 07:02:14 GMT | 2 |
|
||
![]() |
4.8.0-preview.110925 | 10.89 KB | Thu, 05 Mar 2020 14:00:42 GMT | 5 |
|
||
![]() |
4.8.0-preview.110808 | 10.89 KB | Thu, 05 Mar 2020 07:45:46 GMT | 2 |
|
||
![]() |
4.8.0-preview.110806 | 10.88 KB | Thu, 05 Mar 2020 07:35:19 GMT | 1 |
|
||
![]() |
4.8.0-preview.110803 | 10.89 KB | Thu, 05 Mar 2020 06:50:38 GMT | 1 |
|
||
![]() |
4.8.0-preview.110795 | 10.89 KB | Thu, 05 Mar 2020 05:31:30 GMT | 2 |
|
||
![]() |
4.8.0-preview.110783 | 10.89 KB | Thu, 05 Mar 2020 03:43:04 GMT | 1 |
|
||
![]() |
4.8.0-preview.110774 | 10.88 KB | Thu, 05 Mar 2020 02:52:07 GMT | 1 |
|
||
![]() |
4.8.0-preview.110708 | 10.89 KB | Wed, 04 Mar 2020 23:18:25 GMT | 2 |
|
||
![]() |
4.8.0-preview.110702 | 10.88 KB | Wed, 04 Mar 2020 22:53:05 GMT | 1 |
|
||
![]() |
4.8.0-preview.110680 | 10.88 KB | Wed, 04 Mar 2020 22:16:01 GMT | 1 |
|
||
![]() |
4.8.0-preview.110657 | 10.89 KB | Wed, 04 Mar 2020 20:56:47 GMT | 2 |
|
||
![]() |
4.8.0-preview.110506 | 10.88 KB | Wed, 04 Mar 2020 10:21:37 GMT | 4 |
|
||
![]() |
4.8.0-preview.110420 | 10.88 KB | Wed, 04 Mar 2020 02:12:34 GMT | 3 |
|
||
![]() |
4.8.0-preview.110416 | 10.88 KB | Wed, 04 Mar 2020 01:36:20 GMT | 2 |
|
||
![]() |
4.8.0-preview.110321 | 10.88 KB | Tue, 03 Mar 2020 23:00:43 GMT | 2 |
|
||
![]() |
4.8.0-preview.110312 | 10.89 KB | Tue, 03 Mar 2020 22:50:38 GMT | 3 |
|
||
![]() |
4.8.0-preview.110305 | 10.88 KB | Tue, 03 Mar 2020 22:08:22 GMT | 2 |
|
||
![]() |
4.8.0-preview.110296 | 10.88 KB | Tue, 03 Mar 2020 21:51:55 GMT | 2 |
|
||
![]() |
4.8.0-preview.110290 | 10.88 KB | Tue, 03 Mar 2020 21:39:26 GMT | 0 |
|
||
![]() |
4.8.0-preview.110284 | 10.89 KB | Tue, 03 Mar 2020 21:28:48 GMT | 1 |
|
||
![]() |
4.8.0-preview.110256 | 10.88 KB | Tue, 03 Mar 2020 20:52:48 GMT | 1 |
|
||
![]() |
4.8.0-preview.110227 | 10.89 KB | Tue, 03 Mar 2020 19:58:58 GMT | 1 |
|
||
![]() |
4.8.0-preview.110225 | 10.89 KB | Tue, 03 Mar 2020 19:55:12 GMT | 2 |
|
||
![]() |
4.8.0-preview.110216 | 10.88 KB | Tue, 03 Mar 2020 19:42:21 GMT | 1 |
|
||
![]() |
4.8.0-preview.110212 | 10.88 KB | Tue, 03 Mar 2020 19:40:35 GMT | 1 |
|
||
![]() |
4.8.0-preview.110193 | 10.88 KB | Tue, 03 Mar 2020 19:03:21 GMT | 0 |
|
||
![]() |
4.8.0-preview.110182 | 10.89 KB | Tue, 03 Mar 2020 18:47:11 GMT | 1 |
|
||
![]() |
4.8.0-preview.110172 | 10.88 KB | Tue, 03 Mar 2020 18:19:56 GMT | 1 |
|
||
![]() |
4.8.0-preview.110170 | 10.88 KB | Tue, 03 Mar 2020 18:14:58 GMT | 1 |
|
||
![]() |
4.8.0-preview.110129 | 10.88 KB | Tue, 03 Mar 2020 15:36:46 GMT | 2 |
|
||
![]() |
4.8.0-preview.110104 | 10.89 KB | Tue, 03 Mar 2020 12:55:59 GMT | 2 |
|
||
![]() |
4.8.0-preview.109911 | 10.88 KB | Mon, 02 Mar 2020 22:23:16 GMT | 4 |
|
||
![]() |
4.8.0-preview.109849 | 10.89 KB | Mon, 02 Mar 2020 20:42:36 GMT | 3 |
|
||
![]() |
4.8.0-preview.109815 | 10.89 KB | Mon, 02 Mar 2020 19:34:26 GMT | 2 |
|
||
![]() |
4.8.0-preview.109803 | 10.89 KB | Mon, 02 Mar 2020 19:15:22 GMT | 1 |
|
||
![]() |
4.8.0-preview.109800 | 10.88 KB | Mon, 02 Mar 2020 19:13:38 GMT | 1 |
|
||
![]() |
4.8.0-preview.109792 | 10.89 KB | Mon, 02 Mar 2020 18:47:25 GMT | 1 |
|
||
![]() |
4.8.0-preview.109790 | 10.88 KB | Mon, 02 Mar 2020 18:37:25 GMT | 1 |
|
||
![]() |
4.8.0-preview.109786 | 10.89 KB | Mon, 02 Mar 2020 18:27:45 GMT | 1 |
|
||
![]() |
4.8.0-preview.109649 | 10.88 KB | Mon, 02 Mar 2020 18:54:48 GMT | 3 |
|
||
![]() |
4.8.0-preview.109513 | 10.88 KB | Sat, 29 Feb 2020 01:07:57 GMT | 136 |
|
||
![]() |
4.8.0-preview.109493 | 10.89 KB | Sat, 29 Feb 2020 00:31:47 GMT | 1 |
|
||
![]() |
4.8.0-preview.109486 | 10.88 KB | Sat, 29 Feb 2020 00:29:57 GMT | 1 |
|
||
![]() |
4.8.0-preview.109470 | 10.88 KB | Fri, 28 Feb 2020 23:44:26 GMT | 3 |
|
||
![]() |
4.8.0-preview.109403 | 10.88 KB | Fri, 28 Feb 2020 22:17:29 GMT | 2 |
|
||
![]() |
4.8.0-preview.109393 | 10.89 KB | Fri, 28 Feb 2020 22:06:42 GMT | 1 |
|
||
![]() |
4.8.0-preview.109389 | 10.89 KB | Fri, 28 Feb 2020 21:58:07 GMT | 1 |
|
||
![]() |
4.8.0-preview.109382 | 10.89 KB | Fri, 28 Feb 2020 21:40:12 GMT | 2 |
|
||
![]() |
4.8.0-preview.109342 | 10.89 KB | Fri, 28 Feb 2020 19:32:29 GMT | 2 |
|
||
![]() |
4.8.0-preview.109331 | 10.88 KB | Fri, 28 Feb 2020 18:52:40 GMT | 4 |
|
||
![]() |
4.8.0-preview.109185 | 10.89 KB | Fri, 28 Feb 2020 01:07:35 GMT | 2 |
|
||
![]() |
4.8.0-preview.109004 | 10.89 KB | Thu, 27 Feb 2020 09:43:14 GMT | 2 |
|
||
![]() |
4.8.0-preview.108963 | 10.89 KB | Thu, 27 Feb 2020 05:22:50 GMT | 3 |
|
||
![]() |
4.8.0-preview.108956 | 10.88 KB | Thu, 27 Feb 2020 05:10:41 GMT | 2 |
|
||
![]() |
4.8.0-preview.108944 | 10.89 KB | Thu, 27 Feb 2020 03:17:25 GMT | 1 |
|
||
![]() |
4.8.0-preview.108891 | 10.89 KB | Thu, 27 Feb 2020 02:08:43 GMT | 1 |
|
||
![]() |
4.8.0-preview.108881 | 10.89 KB | Thu, 27 Feb 2020 01:58:52 GMT | 2 |
|
||
![]() |
4.8.0-preview.108837 | 10.89 KB | Wed, 26 Feb 2020 22:21:04 GMT | 2 |
|
||
![]() |
4.8.0-preview.108814 | 10.89 KB | Wed, 26 Feb 2020 18:41:35 GMT | 1 |
|
||
![]() |
4.8.0-preview.108693 | 10.89 KB | Wed, 26 Feb 2020 06:34:20 GMT | 1 |
|
||
![]() |
4.8.0-preview.108660 | 10.88 KB | Wed, 26 Feb 2020 03:40:56 GMT | 1 |
|
||
![]() |
4.8.0-preview.108614 | 10.89 KB | Wed, 26 Feb 2020 01:35:35 GMT | 1 |
|
||
![]() |
4.8.0-preview.108599 | 10.89 KB | Wed, 26 Feb 2020 01:10:16 GMT | 1 |
|
||
![]() |
4.8.0-preview.108514 | 10.89 KB | Tue, 25 Feb 2020 23:05:02 GMT | 1 |
|
||
![]() |
4.8.0-preview.108509 | 10.88 KB | Tue, 25 Feb 2020 22:48:03 GMT | 1 |
|
||
![]() |
4.8.0-preview.108507 | 10.89 KB | Tue, 25 Feb 2020 22:43:48 GMT | 1 |
|
||
![]() |
4.8.0-preview.108492 | 10.89 KB | Tue, 25 Feb 2020 22:27:58 GMT | 1 |
|
||
![]() |
4.8.0-preview.108471 | 10.88 KB | Tue, 25 Feb 2020 22:05:32 GMT | 1 |
|
||
![]() |
4.8.0-preview.108469 | 10.88 KB | Tue, 25 Feb 2020 22:07:32 GMT | 1 |
|
||
![]() |
4.8.0-preview.108424 | 10.89 KB | Tue, 25 Feb 2020 20:18:52 GMT | 1 |
|
||
![]() |
4.8.0-preview.108412 | 10.89 KB | Tue, 25 Feb 2020 20:01:08 GMT | 4 |
|
||
![]() |
4.8.0-preview.108366 | 10.89 KB | Tue, 25 Feb 2020 19:03:02 GMT | 1 |
|
||
![]() |
4.8.0-preview.108353 | 10.89 KB | Tue, 25 Feb 2020 18:31:27 GMT | 1 |
|
||
![]() |
4.8.0-preview.108345 | 10.89 KB | Tue, 25 Feb 2020 18:16:48 GMT | 1 |
|
||
![]() |
4.8.0-preview.108313 | 10.89 KB | Tue, 25 Feb 2020 11:53:27 GMT | 3 |
|
||
![]() |
4.8.0-preview.108236 | 10.88 KB | Tue, 25 Feb 2020 06:37:46 GMT | 4 |
|
||
![]() |
4.8.0-preview.108200 | 10.88 KB | Tue, 25 Feb 2020 02:36:15 GMT | 1 |
|
||
![]() |
4.8.0-preview.108197 | 10.89 KB | Tue, 25 Feb 2020 02:30:42 GMT | 1 |
|
||
![]() |
4.8.0-preview.108193 | 10.89 KB | Tue, 25 Feb 2020 02:16:11 GMT | 1 |
|
||
![]() |
4.8.0-preview.108190 | 10.88 KB | Tue, 25 Feb 2020 02:14:02 GMT | 1 |
|
||
![]() |
4.8.0-preview.108188 | 10.89 KB | Tue, 25 Feb 2020 02:11:32 GMT | 2 |
|
||
![]() |
4.8.0-preview.108181 | 10.88 KB | Tue, 25 Feb 2020 01:46:39 GMT | 1 |
|
||
![]() |