-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding luis:application:list cmd #371
Conversation
help: flags.help({char: 'h'}), | ||
endpoint: flags.string({description: 'LUIS endpoint hostname'}), | ||
subscriptionKey: flags.string({description: 'LUIS cognitive services subscription key (aka Ocp-Apim-Subscription-Key)'}), | ||
out: flags.string({char: 'o', description: 'Path to the directory where the exported file will be placed.'}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spec states: Output results to specified file in JSON format, otherwise prints to STDOUT (optional)
Which suggests a file name can also be set as output, in the other hand, for this command I don't think there is a lot of value printing this to a file. @scheyal please comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest we just move fwd since it's already coded...discuss removing --out (if desired) later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we set the description as the spec please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not matching yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry...check again now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CIL
fixes #308 |
…oft/botframework-cli into 308-luis-application-list
…oft/botframework-cli into 308-luis-application-list
No description provided.