deploy
仓库创建 2026年1月22日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
整合标准部署流程,便于将开发成果一键发布到租户环境。
▸ 风险提示
会修改目标租户内容并需发布/管理员权限。
这个 Skill 做什么
构建并将移动应用推送到 Power Platform 租户以供他人运行与访问。
把当前目录的移动应用构建好并推送到配置在 power.config.json 里的 Power Platform 租户,让其他人能在平台上运行和访问这个应用。适合准备发布、共享或把开发产物交付给测试/运营团队的时候使用。流程是标准的四步:检查记忆库、构建、部署、更新记忆库,能够把部署状态记录到 memory bank。
▸ 展开 SKILL.md 英文原文
Use when the user wants to deploy / publish / push a Power Apps mobile app to a Power Platform tenant so others can run it.
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/deploy/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/deploy/SKILL.md"SKILL.MD 节选查看完整文件 ↗
**📋 Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — read first.
# Deploy
Builds the mobile app in the current directory and pushes it to the Power Platform environment recorded in `power.config.json`.
This skill uses the standard 4-step deployment flow for this plugin: check memory bank, build, deploy, then update memory bank.
## Out of scope (deliberately)
- `expo run:ios` / `expo run:android` — local native compile is the user's choice; run your platform-specific native command directly when ready.
- OTA updates and store distribution — out of scope for v0.
- Starting Metro for local dev — run `npm run dev` (= `expo start`) dvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有