[awsscripter.hooks]
asg_scheduled_actions = awsscripter.hooks.asg_scaling_processes:ASGScalingProcesses
cmd = awsscripter.hooks.cmd:Cmd

[awsscripter.resolvers]
environment_variable = awsscripter.resolvers.environment_variable:EnvironmentVariable
file_contents = awsscripter.resolvers.file_contents:FileContents
stack_output = awsscripter.resolvers.stack_output:StackOutput
stack_output_external = awsscripter.resolvers.stack_output:StackOutputExternal

[console_scripts]
awsscripter = awsscripter.cli:cli

