This repository was archived by the owner on Jan 15, 2025. It is now read-only.
CLI consistency of dialog:verify with dialog:merge, luis:build with config#741
Merged
CLI consistency of dialog:verify with dialog:merge, luis:build with config#741
Conversation
added 30 commits
April 22, 2020 15:19
local references.
Added deleteOldVersion to cli. Update config:set:luis to include authoringKey.
munozemilio
reviewed
May 2, 2020
| * [`bf luis:version:import`](#bf-luisversionimport) | ||
| * [`bf luis:version:list`](#bf-luisversionlist) | ||
| * [`bf luis:version:rename`](#bf-luisversionrename) | ||
| - [@microsoft/bf-luis-cli](#microsoftbf-luis-cli) |
Contributor
There was a problem hiding this comment.
Lets move line 22 and 23 outside the since this is replaced everytime npm run doc is executed
munozemilio
approved these changes
May 2, 2020
cleemullins
reviewed
May 2, 2020
|
|
||
| ## luconfig.json | ||
| Some times you might need to have more control over which specific .lu files correspond to a luis application within your project folder. This is especially helpful if you are leveraging [external references][3] in your .lu files so not every single .lu file is treated as a LUIS application. To achieve this, you can author a luconfig.json and provide it via `bf luis:build --luconfig <luconfig.json path>` | ||
| Some times you might need to have more control over which specific .lu files correspond to a luis application within your project folder. This is especially helpful if you are leveraging [external references][3] in your .lu files so not every single .lu file is treated as a LUIS application. To achieve this, you can author a luconfig.json with command line switches in it and provide it via `bf luis:build --luconfig <luconfig.json path>`. You will need to also specify `--authoringKey <yourKey>` or set it via `bf config:set:luis --authoringKey=<yourKey>`. |
Contributor
There was a problem hiding this comment.
Casing is inconsistent on "luis" vs "LUIS".
cleemullins
approved these changes
May 2, 2020
Contributor
|
I've approved, and we should be good to merge once the build passes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minimal updates to enable dialog:verify to work on dialog:merge schema files.
Changed luconfig.json to match luis:build arguments. This included:
Added bf config:set:luis --authoringKey