Skip to content

v0.1.5

Choose a tag to compare

@maniSHarma7575 maniSHarma7575 released this 15 Oct 08:38
· 17 commits to main since this release
c78a7b4

Notable Changes

  • Instead of account-id use the profile for commands
bin/hibernate rule --create --profile=<profile_name> --instance-name=<instance_name> --start-expression="<cron>" --stop-expression="<cron>"

--profile=<profile_name>: (Optional) The Profile to use from config. This will default to the default profile if not specified.
--instance-name=<instance_name>: The EC2 instance name tag.
--start-expression=: The cron expression for when to start the instance.
--stop-expression=: The cron expression for when to stop the instance.