Service Fabric CLI Tools
Перейти к файлу
jeffj6123 b6700affe1
Merge branch 'master' into update-telem
2021-09-10 09:00:08 -07:00
.github/workflows allow telemetry here 2021-09-10 08:53:33 -07:00
.vscode Updating to Service Fabric 6.0 SDK (#35) 2017-09-24 23:37:31 -07:00
scripts add logging (#210) 2019-10-25 11:59:30 -07:00
src Merge branch 'master' into update-telem 2021-09-10 09:00:08 -07:00
.gitignore updated imports for 6.5 sdk (#195) 2019-07-25 16:00:04 -07:00
CODEOWNERS Add "mesh deployment create" command (#146) 2018-11-08 16:06:09 -08:00
CONTRIBUTING.md Adding contributing (#41) 2017-10-02 14:56:23 -07:00
ISSUE_TEMPLATE.md Create issue templates file 2017-11-28 14:02:48 -08:00
LICENSE Updating License (#19) 2017-08-25 15:47:17 -07:00
PULL_REQUEST_TEMPLATE.md Fix typo in PR template (#140) 2018-10-17 13:14:07 -07:00
README.md Fix typo (#144) 2018-10-23 16:27:38 -07:00
cli_license_terms.md Add privacy statement (#188) 2019-10-16 13:49:50 -07:00
nose2.cfg fixed nose2 config for the combination of py2 /py3 files in the custom sdk. (#209) 2019-10-25 11:13:31 -07:00
pylintrc py2 removed. (#222) 2020-09-14 19:09:52 -07:00
requirements.txt pinned version for astroid (#240) 2021-06-11 12:21:26 -07:00

README.md

Service Fabric CLI (sfctl)

PyPi Version PyPI - Python Version License Coverage Status

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

Installation

pip install sfctl

Launching

sfctl <command>

For more information, specify the -h flag:

sfctl -h

Developer Help and Documentation

See the corresponding Wiki for more information.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.