Execute commands after authentication #533
-
Hi everyone, I was thinking that it would be great if we can add some way of executing commands after a session is received. My current use case is that we are using codeArtifact and we need to get a session token for it and then put it in an environment variable (that way npm, pip, poetry, can just pull from the repo). Is there anyway to execute a script after each login? I though about plugins but I don't think they just execute after each session (or re-authentication). Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
putting my own implementation in here: I have added this to my ~/.zshrc file
And I just execute lap (instead of leapp) |
Beta Was this translation helpful? Give feedback.
putting my own implementation in here:
I have added this to my ~/.zshrc file
And I just execute lap (instead of leapp)