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
{{ message }}
This repository was archived by the owner on May 30, 2022. It is now read-only.
I've been looking for a way to dynamically fetch values into command argument values in interactive mode (could also work for non - interactive via shell completion).
I'd like user working in interactive mode have auto - suggestion while entering host value. This auto suggestion could be an async call to some defined method which basically fetches required data.
In practice I'm looking for a way to fetch AWS instance names and autocomplete user input so he/she may choose where he wants to ssh.
I know how it's done in aws-shell via python-prompt-toolkit auto suggestion feature. However before I try to mimic that behavior I wanted to ask you if you already have some thoughts about it.