Service Fabric Cli Versions Save

Service Fabric CLI Tools

v5.0.0

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)

v4.0.0

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

v3.0.0

6 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)