Service Fabric CLI Tools
Перейти к файлу
jeffj6123 0913e9eae9 adding the new custom sdk and fixing the import structure for the new sdk 2019-06-19 10:05:04 -07:00
.idea adding the new custom sdk and fixing the import structure for the new sdk 2019-06-19 10:05:04 -07:00
.vscode Updating to Service Fabric 6.0 SDK (#35) 2017-09-24 23:37:31 -07:00
customSDK/servicefabric adding the new custom sdk and fixing the import structure for the new sdk 2019-06-19 10:05:04 -07:00
scripts some help text updates and a test to check for discrepancies in help text (#117) 2018-10-23 18:38:24 -07:00
src adding the new custom sdk and fixing the import structure for the new sdk 2019-06-19 10:05:04 -07:00
.gitignore Add "mesh deployment create" command (#146) 2018-11-08 16:06:09 -08: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
native_image_store_upload_test.json adding the new custom sdk and fixing the import structure for the new sdk 2019-06-19 10:05:04 -07:00
nose2.cfg 4.0.0 help text test (#71) 2018-04-04 18:47:14 -07:00
pylintrc Add "mesh deployment create" command (#146) 2018-11-08 16:06:09 -08: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.