provider = "ec2" # ec2, ec2, or static
limit = 1 # optional, defaults to no limit
sortOrder = "desc" # optional, defaults to "asc"
sortBy = "startedAt" # optional, provider specific
# See https://github.com/cased/jump#providers for a full list of filters for each provider.
"tag:aws:autoscaling:groupName" = "*test*"
# Prompt metadata can be used to customize how this prompt is displayed,
# as well as influence how Cased Shell connects to this prompt.
name = "Newest test instance"
description = "The newest instance in the 'test' autoscaling group."
# Prompts can be "featured" above the fold by setting this value to true.
# Labels can be used to filter and group related prompts together.
# If necessary, the SSH connection established when clicking on this prompt
# can be configured using the following fields:
# hostname = "example.com"
# If this prompt requires a key or username different from the default,
# you can set the following fields to prompt the user each time:
# promptForUsername = true
# Additional commands can be run immedaitely after connecting to a
# prompt by setting the following fields:
# jumpCommand = "docker exec -it app-container"
# shellCommand = "./bin/rails console"
# If the instance that this prompt points has restricted access to
# its SSH ports to instances in another security group, you can instruct
# Cased Shell to automatically proxy the connection via _another_ prompt
# it knows about by using the `proxyJumpSelector` field, which expects a
# hash of labels that identify the prompt to proxy the connection through.