seedfast_linux_amd64 1.25.2 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
- package/seedfast +0 -0
package/README.md
CHANGED
|
@@ -111,7 +111,7 @@ seedfast seed --scope "test database" --output json
|
|
|
111
111
|
seedfast seed --scope "development database" --output json
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
For complete CI/CD integration guide with examples for GitHub Actions, GitLab CI, CircleCI, and Jenkins, see [docs/
|
|
114
|
+
For complete CI/CD integration guide with examples for GitHub Actions, GitLab CI, CircleCI, and Jenkins, see [docs/cicd/README.md](docs/cicd/README.md).
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
## Configuration
|
|
@@ -170,7 +170,7 @@ seedfast seed
|
|
|
170
170
|
|
|
171
171
|
## Development
|
|
172
172
|
|
|
173
|
-
For local development and testing with custom backends, see [
|
|
173
|
+
For local development and testing with custom backends, see [docs/development/README_LOCAL_DEV.md](docs/development/README_LOCAL_DEV.md).
|
|
174
174
|
|
|
175
175
|
**Quick summary:**
|
|
176
176
|
- Production builds: Connect to production backend only
|
|
@@ -198,7 +198,7 @@ Seedfast automatically detects and uses the best available backend on Linux:
|
|
|
198
198
|
|
|
199
199
|
**For WSL users**: File storage is automatically used. No additional setup required.
|
|
200
200
|
|
|
201
|
-
For detailed Linux keyring setup and troubleshooting, see [docs/
|
|
201
|
+
For detailed Linux keyring setup and troubleshooting, see the "Linux Keyring Setup" section in [docs/INSTALL.md](docs/INSTALL.md#linux-keyring-setup).
|
|
202
202
|
|
|
203
203
|
## Contributing
|
|
204
204
|
|
package/package.json
CHANGED
package/seedfast
CHANGED
|
Binary file
|