Skip to content
New issue

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

Manual installation and environment variables #941

Merged
merged 3 commits into from
Dec 21, 2023

Conversation

andychiare
Copy link
Contributor

🔧 Changes

I installed the Auth0 CLI on my Windows machine following the manual installation instructions because I don't want to install Scoop (by the way, as far as I know, using Scoop is unusual for Windows users, an MSI package would be more idiomatic).

However, to be fully functional, you need to:

  • add the folder where you extracted the binary to the PATH environment variable. This allows the auth0 command to be accessible everywhere.
  • create a HOME environment variable and set its value to the folder where you extracted the binary. This allows the auth0 executable to find the .config file and prevents the user from getting an error.

I suppose that this applies to Linux and macOS as well, but not sure.

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@andychiare andychiare requested a review from a team as a code owner December 11, 2023 11:48
README.md Outdated Show resolved Hide resolved
@m3talsmith m3talsmith enabled auto-merge (squash) December 21, 2023 21:54
@m3talsmith m3talsmith merged commit 12ca7e5 into auth0:main Dec 21, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants