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
Ability to have a file in repo/directory that alks can use to filter accounts for alks sessions open --filter-file or something similar.
example file: <repo>/.alks
[AccountNames]
awsgdmowner
awsgdmownernp
Describe Your Feature Request
Similar to #185, I have a bunch of accounts and roles. Would be nice to be able to filter accounts to the repo I am currently using so when I run alks sessions open --filter-file or something similar, it only shows the accounts that repo will use. Should read the file in $PWD if exists and filter accordingly.
Feature Request 🚀
Ability to have a file in repo/directory that alks can use to filter accounts for
alks sessions open --filter-file
or something similar.example file:
<repo>/.alks
Describe Your Feature Request
Similar to #185, I have a bunch of accounts and roles. Would be nice to be able to filter accounts to the repo I am currently using so when I run
alks sessions open --filter-file
or something similar, it only shows the accounts that repo will use. Should read the file in $PWD if exists and filter accordingly.Example before:
Example after:
The text was updated successfully, but these errors were encountered: