Replies: 3 comments 2 replies
-
This may break because yeah it's internal, but we can make a more formal way to do this which we then promise to keep. What does |
Beta Was this translation helpful? Give feedback.
-
If folks wander in here looking for a solution while the api is considered, the following works just fine. Warning HUGE CAVEAT! As a result, I won't be marking this as an answer. Buyer beware. 😃 use_pkgx() {
# THIS USES AN INTERNAL AND UNSUPPORTED FLAG
eval "$(pkgx --internal.activate "${PWD}")"
}
watch_file pkgx.yaml .pkgx.yaml usage in an
|
Beta Was this translation helpful? Give feedback.
-
No analogy |
Beta Was this translation helpful? Give feedback.
-
Hey there.
Was curious if there was a kosher way to replicate the behavior of
tea -E
in this new v1.0.0 world. Specifically, I was using the following direnv plugin to allow for dev env magic without magic:use_tea() { direnv_load tea -E -- direnv dump } watch_file .tea.yml
Would something like this be legit and something not prone to breaking in the future?
Beta Was this translation helpful? Give feedback.
All reactions