You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the life of me, I can't find where valid keys are defined or how they're determined. This information would be particularly handy in the awless show --help output. FWIW, my immediate use-case is only concerned with EC2 instance "Launch Time".
awless show i-foobar shows an Uptime key but that doesn't work.
$ awless show --values-for Uptime i-foobar
[error] no values for ["Uptime"]
aws-cli shows a LaunchTime key but that doesn't work either.
My google-fu can only find examples of ID, name, and PublicIP. As an aside, the argument appears to be case-insensitive but that's not called out either.
The text was updated successfully, but these errors were encountered:
For the life of me, I can't find where valid keys are defined or how they're determined. This information would be particularly handy in the
awless show --help
output. FWIW, my immediate use-case is only concerned with EC2 instance "Launch Time".awless show i-foobar
shows anUptime
key but that doesn't work.aws-cli
shows aLaunchTime
key but that doesn't work either.My google-fu can only find examples of
ID
,name
, andPublicIP
. As an aside, the argument appears to be case-insensitive but that's not called out either.The text was updated successfully, but these errors were encountered: