aionis 0.3.3 → 0.3.4
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,11 +16,8 @@ Setup is for real Agent use. It installs the Runtime and integration surfaces
|
|
|
16
16
|
without running optional verification flows by default.
|
|
17
17
|
|
|
18
18
|
The top-level CLI does not duplicate installer logic. It delegates the actual
|
|
19
|
-
Runtime install to the published `@aionis/create` package
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
npm exec --yes --package @aionis/create@latest -- create-aionis ...
|
|
23
|
-
```
|
|
19
|
+
Runtime install to the published `@aionis/create` package internally, while
|
|
20
|
+
keeping `npx aionis setup` as the public product entry point.
|
|
24
21
|
|
|
25
22
|
API keys are passed to the installer process through environment variables, not
|
|
26
23
|
through command-line arguments, so they are not echoed into shell history or the
|
package/package.json
CHANGED