@invarn/cibuild 1.2.4 → 1.2.6
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 +2 -2
- package/dist/cli.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ From your project root, let cibuild scan the project and generate a pipeline wit
|
|
|
20
20
|
ci init --create
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
This auto-detects the platform (iOS/Android), configures build settings,
|
|
23
|
+
This auto-detects the platform (iOS/Android), configures build settings, collects secrets from disk, and generates a ready-to-use GitHub Actions workflow — fully non-interactive, works with AI agents and scripts.
|
|
24
24
|
|
|
25
25
|
### Option 2. Interactive wizard
|
|
26
26
|
|
|
@@ -38,7 +38,7 @@ If you already have a pipeline YAML file:
|
|
|
38
38
|
ci init --import path/to/pipeline.yml
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
All three methods scaffold the `.ci/pipelines/` directory, validate dependencies, and set up `.gitignore`.
|
|
41
|
+
All three methods scaffold the `.ci/pipelines/` directory, generate `.github/workflows/ci.yml`, validate dependencies, and set up `.gitignore`.
|
|
42
42
|
|
|
43
43
|
### Customize
|
|
44
44
|
|