We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
On my Macintosh, astra db create-dotenv workshops -k gotest does not create a .env file in my directory.
astra db create-dotenv workshops -k gotest
Weirdly, it works correctly on GitHub.
To Reproduce
Steps to reproduce the behavior:
astra db create-dotenv workshops -k gotest --- no .env astra db create-dotenv workshops -k gotest --directory pwd`` --- works
astra db create-dotenv workshops -k gotest --directory
Expected behavior I expect the .env file to be created
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
This issue happens with the CLI installed with brew.
The command is running in /usr/local/Cellar/astra-cli/0.3/bin/astra and this is where the files are created by mistake.
/usr/local/Cellar/astra-cli/0.3/bin/astra
As you stated the workaround is to provide the fill path until i fix.
astra db create-dotenv workshops -k gotest --directory pwd``
Sorry, something went wrong.
clun
No branches or pull requests
Describe the bug
On my Macintosh,
astra db create-dotenv workshops -k gotest
does not create a .env file in my directory.Weirdly, it works correctly on GitHub.
To Reproduce
Steps to reproduce the behavior:
astra db create-dotenv workshops -k gotest
--- no .envastra db create-dotenv workshops -k gotest --directory
pwd`` --- worksExpected behavior
I expect the .env file to be created
Desktop (please complete the following information):
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: