RELEASENOTES.TXT 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Amazon CloudWatch Command Line Tools
  2. ===============================
  3. CloudWatch CLI version 1.0.12.1 (API 2010-08-01)
  4. =================================================
  5. * Added the mon-put-data command to put metric data into Cloudwatch
  6. * CLI script now restores the parent script echo settings in windows
  7. CloudWatch CLI version 1.0.9.5 (API 2010-08-01)
  8. =================================================
  9. Config changes
  10. --------------
  11. * Updated to use the new API version
  12. * Modified the syntax of existing commands to reflect the new API
  13. * --measure-name is now --metric-name for mon-get-stats
  14. * Added filtering for mon-list-metrics
  15. * Added multiple APIs for Alarms
  16. CloudWatch CLI version 1.0.2.3 (API 2009-05-15)
  17. =================================================
  18. * Minor Fixes
  19. CloudWatch CLI version 1.0.0.24 (API 2009-05-15)
  20. =================================================
  21. * Fixed output of exponential numbers
  22. CloudWatch CLI version 1.0.0.22 (API 2009-05-15)
  23. =================================================
  24. * Fixed default start-time and end-time timezone.
  25. CloudWatch CLI version 1.0-1 (API 2009-05-15)
  26. =================================================
  27. Config changes
  28. --------------
  29. * Environment var MONITORING_HOME has been renamed to
  30. AWS_CLOUDWATCH_HOME
  31. * Environment var MONITORING_URL has been renamed to
  32. AWS_CLOUDWATCH_URL
  33. Command changes
  34. ---------------
  35. * bin/mon has been removed.
  36. * bin/service has been renamed bin/mon-cmd.
  37. * All commands now have default 555 permissions.
  38. * For all command line options which accept a list of args, args
  39. must now be separated by ",".
  40. * --accesskeyid has been renamed to --access-key-id
  41. * --secretkey has been renamed to --secret-key
  42. * All short options for optional arguments have been removed
  43. CloudWatch CLI version 1.0 (API 2009-05-15)
  44. =================================================