You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rzadp I think there might be some issues with cli-dxns installed via npm - I remember some issues with deps there;
Meantime, can you try this fix: https://github.com/dxos/braneframe/pull/268
(I've also updated flow to use new profile)
@egorgripasov With yarn, I made braneframe auto-deployment work. I'm renaming the issue to be just about npm and this is no longer a blocked for dxos/dxos#546
rzadp
changed the title
CLI is not picking up ENV variables when installed globally
CLI is not picking up ENV variables when installed globally via npmOct 25, 2021
CLI is picking up ENV variables through its
env-map
file:https://github.com/dxos/cli/blob/main/packages/cli-core/src/env-map.json
The setup is working fine when the CLI is installed in a repository and run through
yarn dx
- example setup is working inconsole
.However it seems to not be working when CLI is installed globally.
Steps to reproduce:
Expected output
An error about not being able to connect to
blabla
.Actual output
Resources listed from DXNS setup in my profile.
The text was updated successfully, but these errors were encountered: