Service Fabric CLI Tools
Перейти к файлу
jeffj6123 12dc69eef7 Merge branch 'master' into 8.0-sdk 2021-04-06 09:29:58 -07:00
.github/workflows switch to github actions over travis (#229) 2021-01-07 09:17:01 -08:00
.vscode Updating to Service Fabric 6.0 SDK (#35) 2017-09-24 23:37:31 -07:00
customSDK Merge branch 'master' into 8.0-sdk 2021-04-06 09:29:58 -07:00
scripts add logging (#210) 2019-10-25 11:59:30 -07:00
src removed accident line. 2021-03-24 10:30:25 -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 switch the locations for the required libs (#228) 2020-12-11 13:22:52 -08: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.