Skip to content

v0.1.4

Choose a tag to compare

@maniSHarma7575 maniSHarma7575 released this 15 Oct 07:10
· 19 commits to main since this release
edb1831

Notable Changes

  • Added the multiple accounts configuration

Summary of Commands

Note on Account ID: The account-id will be cached once you have explicitly mentioned it in the command. For subsequent commands, you can ignore passing the account-id. If you want to override it, simply pass the account-id command line arguments again.

  • Setup Lambda: bin/hibernate setup --account-id=<your_account_id>
  • Create/Update Rule: bin/hibernate rule --create --instance-name=<instance_name> --start-expression= --stop-expression=
  • 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>