Service Fabric CLI Tools
Перейти к файлу
Kevin Li f2b57d7332 Adding ChaosScheduler related APIs: chaos-schedule set, chaos-schedule get, chaos get, chaos events(#70)
* Adding ChaosScheduler related APIs
  * sfctl chaos-schedule set
  * sfctl chaos-schedule get
  * sfctl chaos get
  * sfctl chaos events
Removing
  * sfctl chaos report
2018-04-12 12:01:48 -07:00
.vscode
customSDK/servicefabric
scripts
src
.gitignore
.travis.yml
CODEOWNERS
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
PULL_REQUEST_TEMPLATE.md
README.md
nose2.cfg
pylintrc
requirements.txt

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 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.