Replies: 1 comment
|
Use rtk ls -a terraform
# or, when already inside that directory:
rtk ls -a
rtk/src/cmds/system/constants.rs Lines 3 to 10 in 8a24ce2 For Lines 23 to 25 in 8a24ce2 Lines 265 to 268 in 8a24ce2 This keeps RTK enabled and restores |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have next patern:
repo root/terraform
/app
/build
/prod
The build folder contains the scripts to deploy terraform objects in the build project.
It is not a folder that is used by python to compile source code.
But "rtk ls" remove it from the result.
Is there way to get it back without disabling rtk or rtk ls ?
All reactions