Service Fabric CLI Tools
Перейти к файлу
jeffj6123 9ddf91b1ae Merge branch 'master' into remove-sdk 2020-01-02 10:47:54 -08: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 Sfctl 9.0.0 (#213) 2019-12-18 10:40:16 -08:00
.gitignore updated imports for 6.5 sdk (#195) 2019-07-25 16:00:04 -07:00
.travis.yml Add telemetry (#152) 2018-11-29 19:17:08 -08: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 Update lint to allow longer max line length (#205) 2019-10-16 11:18:17 -07:00
requirements.txt Change serializer (#179) 2019-02-07 18:56:00 -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.