Skip to content

v0.1.3

Choose a tag to compare

@maniSHarma7575 maniSHarma7575 released this 05 Oct 13:36
· 22 commits to main since this release
8b0d2d7

Notable Changes

  • List rules command added
  • Remove rule command added
  • Update rule command added
  • Create rule command updated with new syntax
    • Permission required to create IAM user is updated in Readme.md

Summary of Commands

  • Setup Lambda: bin/hibernate setup
  • Create Rule: bin/hibernate rule --create --instance-name=<instance_name> --start-expression=<cron> --stop-expression=<cron>
  • List Rules: bin/hibernate rule --list [--instance-name=<instance_name>] [--start-instance=true] [--stop-instance=true]
  • Update Rule: bin/hibernate rule --update --rule=<rule_name> [--start-expression=<new_cron>] [--stop-expression=<new_cron>] [--state=<new_state>]
  • Remove Rule: bin/hibernate rule --remove --rule-name=<rule_name>

Contributor: @maniSHarma7575