This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Add the ability for msbot get to retrieve items by their type rather than name or Id #574
Labels
backlog
An approved issue or bug added into the work queue for evaluation into a future iteration
enhancement
New feature or request to evolve an existing feature
msbot-cli
Relates to the msbot cli
triaged
Reviewed by the Triage Team
When configuring AppInsights for appSettings.json and configuring Skills we need the ability to easily retrieve the configuration data.
msbot list --bot MYBOT.bot --secret MYSECRET
enables us to do this but a lot of information is returned making it hard to get to what you need. Names are dynamic so docs cant provide a copy/paste example.Ideally we could do:
msbot get --type appInsights
ormsbot get --type luis
which would return all services that match the type (e.g. appInsights)The text was updated successfully, but these errors were encountered: