Metadata-Version: 2.4
Name: ms-fabric-cli
Version: 0.1.9
Summary: Command-line tool for Microsoft Fabric
Author: Microsoft Corporation
License: EULA License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE.txt
Requires-Dist: msal>=1.29.0
Requires-Dist: msal_extensions
Requires-Dist: questionary
Requires-Dist: prompt_toolkit>=3.0.41
Requires-Dist: cachetools>=5.5.0
Requires-Dist: jmespath
Requires-Dist: pyyaml==6.0.2
Provides-Extra: test
Requires-Dist: pytest>=8.2.1; extra == "test"
Dynamic: license-file

# fabric-cli

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![license: EULA](https://img.shields.io/badge/License-EULA-green.svg)](LICENSE)

Fabric CLI, or `fab`, is a command-line interface to Microsoft Fabric for use in your terminal or your scripts.

- [Installation options](#installation)
- [Documentation](https://aka.ms/fabric-cli)
- [Release notes](https://aka.ms/fabric-cli/release-notes)

## Installation

#### pip
To install using `pip`, you must have Python version 3.10 or later installed.

```bash
$ pip install ms-fabric-cli
```

## Getting started

To enter interactive mode, set it as the default mode for the CLI:

```bash
$ fab config set mode interactive
```

To authenticate using user identity, run:

```bash
$ fab auth login
? How would you like to authenticate Fabric CLI? Interactive with a web browser
```

Run your first command:

```bash
$ fab ls
```

See [Usage examples](https://aka.ms/fabric-cli).


## Support

- **Feature Requests:** Submit your ideas and suggestions to the [Fabric Ideas Portal](https://ideas.fabric.microsoft.com/), where you can also vote on ideas from other developers.
- **Support:** Contact your account manager or reach out to the [Fabric Support Team](https://support.fabric.microsoft.com/en-us/support/).
