Service Fabric CLI Tools
Перейти к файлу
Christina Kang - MSFT 414efc7fdd
Add ability to check in unreleased versions of the Service Fabric SDK (#74)
update travis CI to take custom service fabric SDK to allow merges to happen between releases
2018-03-30 14:44:40 -07:00
.vscode Updating to Service Fabric 6.0 SDK (#35) 2017-09-24 23:37:31 -07:00
customSDK/servicefabric Add ability to check in unreleased versions of the Service Fabric SDK (#74) 2018-03-30 14:44:40 -07:00
scripts Add ability to check in unreleased versions of the Service Fabric SDK (#74) 2018-03-30 14:44:40 -07:00
src Add ability to check in unreleased versions of the Service Fabric SDK (#74) 2018-03-30 14:44:40 -07:00
.gitignore Initial unreleased version test (#5) 2017-07-27 15:59:25 -07:00
.travis.yml Add ability to check in unreleased versions of the Service Fabric SDK (#74) 2018-03-30 14:44:40 -07:00
CODEOWNERS Adding provision application type custom command and other new 6.1 APIs (#64) 2018-02-20 15:02:58 -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 Adding a pull request template file 2017-11-28 13:49:39 -08:00
README.md Moving to Wiki for Documentation (#23) 2017-09-07 13:04:36 -07:00
pylintrc Updating to 6.1 SF runtime and removing provision command (#63) 2018-02-08 11:39:13 -08:00
requirements.txt Add ability to check in unreleased versions of the Service Fabric SDK (#74) 2018-03-30 14:44:40 -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 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.