Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/microsoft/service-fabric-cli

Service Fabric CLI Tools
https://github.com/microsoft/service-fabric-cli

azure azure-service-fabric python

Last synced: about 1 month ago
JSON representation

Service Fabric CLI Tools

Awesome Lists containing this project

README

        

# Service Fabric CLI (sfctl)

[![PyPi Version](https://img.shields.io/pypi/v/sfctl.svg)](https://pypi.org/project/sfctl/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sfctl.svg)](https://pypi.org/project/sfctl/)
[![License](https://img.shields.io/pypi/l/sfctl.svg)](https://github.com/Microsoft/service-fabric-cli/blob/master/LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/Microsoft/service-fabric-cli/badge.svg?branch=master)](https://coveralls.io/github/Microsoft/service-fabric-cli?branch=master)

Command-line interface for interacting with Azure Service Fabric clusters and
their related entities.

## Installation

```bash
pip install sfctl
```

### Launching

```bash
sfctl
```

For more information, specify the `-h` flag:

```bash
sfctl -h
```

## Developer Help and Documentation

See the
[corresponding Wiki](https://github.com/Azure/service-fabric-cli/wiki) for
more information.

## Contributing

This project has adopted the
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.