fabric-cli Skill
How to use fabric-app-data CLI to manage Fabric data source connections. Maintain workspace/item IDs in a fabric.yaml file with profiles, add connections by ID or Fabric portal URL, and generate TypeScript config for use with @microsoft/fabric-app-data. Published by microsoft in fabric-apps-analytic-templates.
What is fabric-cli Skill?
How to use fabric-app-data CLI to manage Fabric data source connections. Maintain workspace/item IDs in a fabric.yaml file with profiles, add connections by ID or Fabric portal URL, and generate TypeScript config for use with @microsoft/fabric-app-data. Published by microsoft in fabric-apps-analytic-templates. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use fabric-cli Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fabric-apps-analytic-templates
- Skill file: .agents/skills/fabric-cli/SKILL.md
What it does
How to use fabric-app-data CLI to manage Fabric data source connections. Maintain workspace/item IDs in a fabric.yaml file with profiles, add connections by ID or Fabric portal URL, and generate TypeScript config for use with @microsoft/fabric-app-data.
Skill instructions
Fabric CLI — Connection Management Overview The fabric-app-data CLI manages Fabric data source connections in a fabric.yaml file. It supports multiple profiles (dev, staging, production) and generates TypeScript config that the @microsoft/fabric-app-data consumes at runtime. Workflow sh npx fabric-app-data init 1. Create fabric.yaml npx fabric-app-data add sales --from-url "https://app.fabric.microsoft.com/..." 2. Add connections npx fabric-app-data generate -o src/fabric.generated.ts 3. Generate TypeScript config Then in your app: typescript import { FabricClient } from "@microsoft/fabric-app-data"; import { fabricConfig } from "./fabric.generated.js"; const client = new FabricClient({ proxy, ...fabricConfig }); Config discovery All commands except init walk up the directory tree from the current working directory until they find a fabric.yaml. This means you can run the CLI from any subdirectory of your project (e.g. from src/queries/ or a nested package) and it will pick up the proj
Explore related resources
Frequently asked questions
What is fabric-cli?
fabric-cli is a open-source AI agent skill with Copy skill directory. How to use fabric-app-data CLI to manage Fabric data source connections. Maintain workspace/item IDs in a fabric.yaml file with profiles, add connections by ID or Fabric portal URL, and generate TypeScript.
Who is fabric-cli best for?
fabric-cli is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install fabric-cli?
Install or run fabric-cli using Copy skill directory. Check fabric-cli for the latest setup command.
Is fabric-cli actively maintained?
fabric-cli may need a closer maintenance check before production use.
Auto-fetched from GitHub.