app autoscaler cli plugin v3.0.0
Align with App-autoscaler v3.0.0 release to add credential management and custom metric support.
- https://github.com/cloudfoundry-incubator/app-autoscaler-release/releases/tag/v3.0.0
- https://bosh.io/releases/github.com/cloudfoundry-incubator/app-autoscaler-release?all=1
Add support for :
-
Add command "cf create-autoscaling-credential" and "cf delete-autoscaling-credential"
With this version, you can define a policy with "custom metric" and report your own metric to autoscaler with the required credential. See details in Custom metric usage guide -
With command "cf asm" and "cf ash", by default, only the most recent results will be returned (default record number is 50).
-
With command "cf asm" and "cf ash", deprecated the confused option "--number", but you can specify the interested time duration with "--start" and "--end"
-
With command "cf asm" and "cf ash", the default display order is changed to "desc"
-
Add ARM64 ascli binary