Is there a way to configure `rdctl shell` to set t...
# rancher-desktop
f
Is there a way to configure
rdctl shell
to set the start directory? I am trying to use
rdctl shell
as my
terminal
on the InteliJ IDE. I can use
wsl.exe -d rancher-desktop
, which works, but doesn’t setup the necessary networking configurations to be able to run other commands requiring ssh. If I use
rdctl shell
as is, it just goes to
/
, so I have to manually change my directory, which is a bit of a PITA if I have a really long path. I can overcome this with Symlinks, so not a major issue, just annoying. To be clear: I am trying to run ansible scripts on a Windows platform. As Windows sucks in general, I am using the WSL environment for RD as a hop to allow me to run the commands easily.