Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 2.43 KB

README.md

File metadata and controls

45 lines (30 loc) · 2.43 KB

Fabric CICD

Language TestPyPI version Code style: ruff


Project Overview

fabric-cicd is a Python library designed for use with Microsoft Fabric workspaces. This library supports code-first Continuous Integration / Continuous Deployment (CI/CD) automations to seamlessly integrate Source Controlled workspaces into a deployment framework. The goal is to assist CI/CD developers who prefer not to interact directly with the Microsoft Fabric APIs.

Documentation

All documentation is hosted on our fabric-cicd GitHub Pages

Installation

To install fabric-cicd, run:

pip install fabric-cicd

While in private preview, to install fabric-cicd, run:

pip install --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ fabric-cicd

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.