@alphafox/cli 0.1.0 → 0.1.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 +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# alphafox-cli
|
|
2
2
|
|
|
3
3
|
Alphafox CLI (`alphafox`) — Agent and human entry for the versioned Public Application API on alphafox-web.
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ Alphafox CLI (`alphafox`) — Agent and human entry for the versioned Public App
|
|
|
7
7
|
```bash
|
|
8
8
|
npm install -g @alphafox/cli
|
|
9
9
|
# or
|
|
10
|
-
npx
|
|
10
|
+
npx alphafox-cli version
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Quick start
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CLI_CONTRACT_VERSION = exports.CLI_VERSION = exports.CLI_PACKAGE = exports.CLI_NAME = void 0;
|
|
4
4
|
exports.CLI_NAME = "alphafox";
|
|
5
5
|
exports.CLI_PACKAGE = "@alphafox/cli";
|
|
6
|
-
exports.CLI_VERSION = "0.1.
|
|
6
|
+
exports.CLI_VERSION = "0.1.2";
|
|
7
7
|
exports.CLI_CONTRACT_VERSION = "2026-08-11";
|