@sys9/smith9-cli 0.1.0 → 0.1.1-beta.2

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 CHANGED
@@ -16,6 +16,13 @@ This package only supports Linux/macOS on `x64`/`arm64`; npm metadata rejects Wi
16
16
 
17
17
  Run:
18
18
 
19
+ ```sh
20
+ smith9 auth login \
21
+ --endpoint https://<your-smith9-endpoint>
22
+ ```
23
+
24
+ Manual API key import is still available for CI or headless environments:
25
+
19
26
  ```sh
20
27
  smith9 auth login \
21
28
  --endpoint https://<your-smith9-endpoint> \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sys9/smith9-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1-beta.2",
4
4
  "description": "smith9 CLI with bundled native binaries for Linux and macOS",
5
5
  "license": "MIT",
6
6
  "bin": {