一键导入
fusion-compose
Run the `fusion-compose.sh` script to assemble GraphQL Fusion gateway schemas and produce `gateway.fgp` files for the BFF gateway.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the `fusion-compose.sh` script to assemble GraphQL Fusion gateway schemas and produce `gateway.fgp` files for the BFF gateway.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Stop and remove development Docker containers started by `docker-compose` to tear down local dependencies.
Start development dependency services with `docker-compose` (PostgreSQL, Keycloak, DAB) for local testing.
Launch the .NET Aspire orchestrator to start the full local application stack and its dependencies for development.
Publish .NET projects targeting linux-arm64 to produce ARM64-compatible container images (Apple Silicon).
Compile the BFF project to verify the `Microscope.Boilerplate.Clients.BFF` project builds successfully.
Publish .NET projects using the container publish profile to produce Docker images for services.
| name | fusion-compose |
| description | Run the `fusion-compose.sh` script to assemble GraphQL Fusion gateway schemas and produce `gateway.fgp` files for the BFF gateway. |
Compose GraphQL Fusion gateway schema from subgraphs.
cd src/Clients/Microscope.Boilerplate.Clients.BFF
./fusion-compose.sh
Create unified gateway schema from subgraph packs
gateway.fgp file created
gateway.Development.fgp file created