list-connections
Use to find or create a Power Platform connection ID or reference for an Expo/React Native Power Apps mobile app.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
📋 Shared instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md) — cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).
List Connections
Finds or creates a Power Platform connection with the Power Apps CLI. Returns the Connection ID or Connection Reference that callers feed into npx power-apps add-data-source.
Workflow
- Get Connection → 2. Present Results
Step 1 — Get Connection
Telemetry checkpoint: resolve_power_platform_connection
Use one of the supported paths below.
If the caller already provided a connection ID, validate the connector/API ID from context and return it as-is for --connection-id.
If the caller provided a connector API ID and needs a new connection, create it from the app root:
npx power-apps create-connection --api-id <api-id> --json
Use the returned connectionId for --connection-id <connectionId>. Optional display names are supported:
npx power-apps create-connection --api-id <api-id> --display-name '<display-name>' --json
Browser-based connection creation is disabled by default. If the connector is not SSO-eligible and the command reports that browser creation is disabled, tell the user to either set POWERAPPS_CLI_ENABLE_BROWSER_CONNECTION=true and rerun the command, or create the connection in the maker portal.
Step 1b — Fetch Connection References When Solution-Aware
If the caller provided a solution ID and needs a connection reference name, list connection references from the app root:
npx power-apps list-connection-references --solution-id <solution-id> --json
If a matching connection reference exists, return its reference name for --connection-ref <connection-ref>.
If npx power-apps create-connection or list-connection-references fails because of auth, wrong user, multiple accounts, no output, or timeout, follow shared-instructions command-failure handling and retry once.
Other failures:
- Non-zero exit for any reason other than auth: report the exact output. STOP.
Step 2 — Present Results
Show the supported add path. A Connection ID goes into --connection-id <connection-id> when adding a data source. When Step 1b was requested, also show matching connection references; a Connection Reference goes into --connection-ref <connection-ref>.
If the needed connector is missing:
- Share the direct Connections URL using the active environment ID from context (read from
power.config.jsonenvironmentId):
https://make.powerapps.com/environments/<environment-id>/connections → + New connection
- Search for and create the connector, then complete the sign-in / consent flow
- Rerun
/list-connections <api-id>or provide the portal connection ID so the data-source skill can continue
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/mobile-apps/skills/list-connections/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 list-connections 的技能。它们内容并不相同,别混用:
- microsoft/power-platform-skills — Lists Power Platform connections in the current environment. Use when you need a connectio