v0.1.3
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