Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/microsoft/service-fabric-cli
- Owner: microsoft
- License: other
- Created: 2017-06-16T22:30:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T14:51:37.000Z (5 months ago)
- Last Synced: 2024-09-30T21:39:37.403Z (about 1 month ago)
- Topics: azure, azure-service-fabric, python
- Language: Python
- Size: 2.88 MB
- Stars: 53
- Watchers: 41
- Forks: 52
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.