list-connections
Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md) - Cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).
List Connections
Lists all Power Platform connections in the current environment using the Power Apps CLI.
Workflow
- Fetch Connections → 2. Present Results
Step 1: Fetch Connections
> Resolve the CLI first (see [cli-binary.md](${PLUGIN_ROOT}/shared/cli-binary.md)): run as $PA connection list (npx --no-install pa …), never a bare pa. On power-apps-only projects, translate to power-apps list-connections.
pa connection list
If the CLI is not authenticated, it will open a browser for login automatically. Complete the login and retry.
Other failures:
- Non-zero exit for any reason other than auth: Report the exact output. STOP.
- No output or empty results: Verify the correct environment ID is set in
power.config.json, then retry once.
Step 2: Present Results
Show the connection list to the user. The Connection ID is what goes into -c <connection-id> when adding a data source.
If the needed connector is missing:
- Share the direct Connections URL using the active environment ID from context (from
power.config.jsonor a prior step):https://make.powerapps.com/environments/<environment-id>/connections→ + New connection - Search for and create the connector, then complete the sign-in/consent flow
- Re-run
/list-connectionsto get the new connection ID
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/code-apps/skills/list-connections/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 list-connections 的技能。它们内容并不相同,别混用:
- microsoft/power-platform-skills — Use to find or create a Power Platform connection ID or reference for an Expo/React Native