Preferred method for easy project switching #529
-
Hello! Thank you for the amazing tool! I'm looking for the best supported method for context-aware projects and/or instance switching without passing the Does the tools support a custom config search path, so that I could embed a config file in a given directory, and it would search there first for a config file, before using the default one? If not? Any other methods? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Update: I did find a workable method, adding the following to a
|
Beta Was this translation helpful? Give feedback.
Update:
I did find a workable method, adding the following to a
.envrc
file in each directory, which actively overwrites the config based on my directory context.jira config --force --installation cloud --server <url> --login <email> --project <project code> --board <board name>