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.
Files changed (2) hide show
  1. package/README.md +2 -5
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aionis",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Product CLI for installing and operating Aionis Runtime.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.aionis.work/developer-platform/start/install",