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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
  3. 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/CI_CD_INTEGRATION.md](docs/CI_CD_INTEGRATION.md).
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 [DEVELOPMENT.md](DEVELOPMENT.md).
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/LINUX_KEYRING.md](docs/LINUX_KEYRING.md).
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seedfast_linux_amd64",
3
- "version": "1.25.2",
3
+ "version": "1.26.0",
4
4
  "bin": {
5
5
  "seedfast_linux_amd64": "seedfast"
6
6
  },
package/seedfast CHANGED
Binary file