-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
When using exec - would it be possible to add a -q quiet option so it just returns the value of the exec statement (omit the session info)
Or -s (silent) for a curl like approach
ret=$(aws-vault exec some-user -- aws-gate exec some-server "echo hello")
$ echo $ret
Exiting session with sessionId: 1631645696961993000-0078449126a73e577.hello
I can get around it but it would be a more elegant solution.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels