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

feat: document soldeer login location #1277

Merged
merged 9 commits into from
Sep 3, 2024
3 changes: 2 additions & 1 deletion src/projects/soldeer.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ In case you want to simulate what would happen if you push a version, you can us
forge soldeer push my-project~1.0.0 --dry-run true
```


#### Login Data
By default, Soldeer saves the login token in the `~/.soldeer/.soldeer_login` file. If you want to save that token to another location, you need to set the environment variable `SOLDEER_LOGIN_FILE`.


> **Warning** ⚠️
Expand Down