69493c14b2
* bump requests * updated python versions * updated version using string syntax * revert shell change * wrap around what appears to be difference in env run * changed error returned and updated requirements.txt * pin joblib version * correctly handle failure * pin joblib * temp potential fix * revert change --------- Co-authored-by: Jeff Jarry <jejarry@microsoft.com> |
||
---|---|---|
.github/workflows | ||
.vscode | ||
scripts | ||
src | ||
.gitignore | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
ISSUE_TEMPLATE.md | ||
LICENSE | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md | ||
SECURITY.md | ||
cli_license_terms.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.