Service Fabric CLI Tools
Перейти к файлу
samedder 88eddd47bb Updating for release 1.1.0 (#16) 2017-08-23 15:46:45 -07:00
.vscode Fixing app upload to use a single session (#11) 2017-08-17 13:34:43 -07:00
docs Fixing app upload to use a single session (#11) 2017-08-17 13:34:43 -07:00
scripts Initial unreleased version test (#5) 2017-07-27 15:59:25 -07:00
src Updating for release 1.1.0 (#16) 2017-08-23 15:46:45 -07:00
.gitignore Initial unreleased version test (#5) 2017-07-27 15:59:25 -07:00
.pylintrc Initial release (#4) 2017-07-25 14:46:22 -07:00
.travis.yml Initial unreleased version test (#5) 2017-07-27 15:59:25 -07:00
LICENSE Initial commit 2017-06-16 15:31:27 -07:00
README.md Adding documentation to help with pip setup (#12) 2017-08-16 18:20:39 -07:00
requirements.txt AAD authentication (#10) 2017-08-21 14:54:35 -07:00

README.md

Service Fabric CLI (sfctl)

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 Setup

See dev setup doc.

Validation

See testing doc.

FAQ and Help

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.