Service Fabric CLI Tools
Перейти к файлу
Jeff 69493c14b2
bump requests (#259)
* 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>
2024-06-20 10:51:37 -04:00
.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)

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.