service-fabric-cli

Service Fabric CLI Tools

OTHER License

Stars
53
Committers
27

Bot releases are hidden (Show)

service-fabric-cli - v11.1.0 Latest Release

Published by jeffj6123 over 3 years ago

service-fabric-cli - v10.0.0

Published by jeffj6123 almost 4 years ago

Features

  • Update imports for Service fabric runtime version 7.1 (#218)
service-fabric-cli - v9.0.0

Published by jeffj6123 over 4 years ago

Fixes

  • Update Create and Update service with new parameter, ServicePlacementTimeLimit (#200)
  • Update knack version (#207)

Features

  • Provide option to compress packages on application upload. By default, the newly generated compressed package is deleted after successful upload. (#191)
  • Added configuration overrides node commands. These commands will be available in the Service fabric runtime 7.0 version (#206)
service-fabric-cli - v8.0.0

Published by jeffj6123 about 5 years ago

Features

  • Update imports for Service fabric runtime version 6.5 (#195)
service-fabric-cli - v7.1.0

Published by Christina-Kang over 5 years ago

Fixes

  • Improve help text on cluster select (#173)
  • Improve error message (#185)

Features

  • Increase default timeout of application upload to 300 seconds, and allow upload timeouts to be configurable. The new timeout will be an overall operation timeout for all uploads, rather than individual operation timeouts of 60 seconds as existed before. Improvements to help text (#131)
  • Add events commands (sfctl events) to retrieve events through EventStore service if installed (#174)
  • Cluster select defaults to endpoint http://localhost:19080 if none is provided (#178)
  • Change serializers, and change formatting of sfctl container invoke-api output (#179)
  • Update Knack version to 0.5.2 (#181)
  • Update sfmergeutility version to 0.1.6 (#183)
service-fabric-cli - v7.0.2

Published by Christina-Kang almost 6 years ago

Fixes

  • Pause telemetry (#172)
service-fabric-cli - v7.0.1

Published by Christina-Kang almost 6 years ago

Fixes

  • Fix bug where an empty directory is generated in the current location (#167)
service-fabric-cli - v7.0.0

Published by Christina-Kang almost 6 years ago

Fixes

  • Remove retry on failed commands, such as 500 status codes being returned. This allows the proper error message to propagate through (#125)
  • Allow any Python 3.7.x versions rather than only 3.7.0 (#142)
  • Fix missing option of "Error" health state in health reporting (#151)

Features

  • Add upgrade-rollback command for compose deployment (#119)
  • Add a check to ensure sfctl version is compatible with the connected cluster version. This check is run periodically and on failures (#123)
  • Add Mesh app, volume, service, and service-replica commands (#129)
  • Add Mesh network, gateway, code package, secret, and secretvalue commands (#141)
  • Add the command "sfctl mesh deployment create", which takes resource description yaml files as input and deploys the corresponding mesh resources (#146)
  • Add telemetry. The following data is collected: Command name without parameters provided or their values, sfctl version, OS, python version, the success or failure of the command, and if the command failed, the error message returned. Upgrade knack package dependency to version 0.5.1 (#152)

Breaking Changes

  • Upgrade the knack package dependency to version 0.4.2 (#122)
  • Update to 6.4 Service Fabric runtime (#163)
service-fabric-cli - v6.0.1

Published by Christina-Kang about 6 years ago

Fixes

  • Typo fix in help text (#115)
service-fabric-cli - v6.0.0

Published by Christina-Kang about 6 years ago

Features

  • Add application health policies parameter for config upgrade, which is available in Service Fabric runtime 6.3 (#92)
  • Add command "sfctl cluster show-connection". Command shows the currently connected cluster connection. Nothing is returned if no endpoint is set (#103)
  • Add command override "sfctl --version" to see the current sfctl version (#104)
  • Add parameter to set max results for query "sfctl node list" (#113)

Breaking Changes

  • Update to 6.3 Service Fabric runtime (#97)
service-fabric-cli - v5.0.0

Published by Christina-Kang over 6 years ago

Fixes

  • Typo fix for service commands (#71)
  • Add missing help text (#71)
  • Fix bug in displaying property help text (#71)

Features

  • Add commands to get and set chaos schedule (#70)
  • Add commands to get chaos and get events for chaos (#70)
  • Add scaling policy parameter to the command for service create and the command for service update (#76)
  • Add new group called container with commands: invoke-api (invoke raw container REST API) and logs (get - container logs) (#82)
  • Add support for passing json values to arguments as .txt files. Input starting with '@' are considered paths (#84)

Breaking Changes

  • Remove command to get chaos report. The functionality is replaced by command get chaos and the command - get chaos events (#70)
  • Update to 6.2 Service Fabric runtime (#97)
  • Rename and change value of application upgrade parameter application-name to application-id (#97)
service-fabric-cli - v4.0.0

Published by samedder over 6 years ago

Fixes

  • Documentation, spelling, and grammar improvements

Features

  • Provision and unprovision now support no wait return flags (#64)
  • Application list related commands now support an optional argument to limit the number of results (#64)
  • Deployed application info can now optionally include health states (#64)
  • ChaosContext (context) and ChaosTargetFilter (chaos-target-filter) arguments are added to Chaos start command (#62)
  • Added container log commands (#64)
  • Added support for property management commands (#53)
  • Added support for external stores when provisioning applications (#64)

Breaking Changes

  • Update to target 6.1.0 Service Fabric cluster runtime
service-fabric-cli - v3.0.0

Published by samedder almost 7 years ago

Breaking Changes

  • Compose commands now have different argument names for deployment
  • Application upgrade commands now use standard naming conventions

Fixes

  • Rename compose deployment creation and upgrade progress commands to accept 'deployment-name' as identifier (#44)
  • Incorrect parsing error when updating service description load metrics (#47)
  • Incorrect application upgrade argument names (#37)
Badges
Extracted from project README
PyPi Version PyPI - Python Version License Coverage Status
Related Projects