Replies: 1 comment
-
@johnny550 hi! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I am running allurectl in a read-only system. The thing is the cli seems to create a folder in my user home folder.
Here is what I did
`
export ALLURE_ENDPOINT=...
export ALLURE_TOKEN=...
allurectl project get ###
`
Right after running that command allurectl attempts to create the folder at ~/.allure.
Is there a way to make allurectl stop doing that? All the necessary env vars are given, so I assume there should be no need for allurectl to try creating a folder that would hold a config file that will not be created.
Can you guys please help?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions