service-fabric-cli icon indicating copy to clipboard operation
service-fabric-cli copied to clipboard

Service Fabric CLI Tools

Results 45 service-fabric-cli issues
Sort by recently updated
recently updated
newest added

Fixes # . Changes include: - - - Verified: - [ ] Build and test CI passes - [ ] History and readme updated to reflect changes - [ ]...

When reporting a new issue include the following information: - [ ] `sfctl` version, can check this using `pip show sfctl` - [ ] Service Fabric cluster runtime version -...

## Background I installed sfctl according to the documentation here: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cli After install, sfctl is not recognized: ``` > sfctl sfctl : The term 'sfctl' is not recognized as the...

It would be great to add the possibility to append the docker repository key unencrypted on the ```sfctl compose``` command instead of prompting it.

Fixes # . Changes include: - - - Verified: - [ ] Build and test CI passes - [ ] History and readme updated to reflect changes - [ ]...

I am not able to connect to any SF cluster using sfctl on macOS 11.4. Googling around i see mentions of sfctl attempting to negotiate TLS 1.0 instead of 1.2,...

When reporting a new issue include the following information: - [ ] `sfctl` version, can check this using `pip show sfctl` - [ ] Service Fabric cluster runtime version -...

enhancement

I'm trying to restart a partition using sfctl partition restart command. This is not working as expected, here the debug result: ` Command arguments: ['partition', 'restart', '--restart-partition-mode', 'AllReplicasOrInstances', '--service-id', 'IOTApplication/RedisService',...

Hi, The Sfctl command to run Chaos test is failing with this error. sfctl version - 9.0.0 Service Fabric cluster runtime version - 7.1.409.9590 Service Fabric hosting location - Azure...

It would be great to add documentation about uploading and updating a single service if that is possible.