@asterflow/cli 2.1.0 → 2.2.0

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
@@ -15,7 +15,7 @@
15
15
  ## 📦 Installation
16
16
 
17
17
  ```bash
18
- bunx @asterflow/cli init my-app
18
+ bunx @asterflow/cli@latest init my-app
19
19
  ```
20
20
 
21
21
  ### ✨ Features
@@ -32,7 +32,7 @@ bunx @asterflow/cli init my-app
32
32
  Scaffold a new project - interactively, or fully via flags for CI/agents:
33
33
 
34
34
  ```bash
35
- bunx @asterflow/cli init my-app --adapter bun --plugins fs,multipart --routes hello,upload --yes
35
+ bunx @asterflow/cli@latest init my-app --adapter bun --plugins fs,multipart --routes hello,upload --yes
36
36
  ```
37
37
 
38
38
  Manage an existing project with the other commands:
@@ -22,7 +22,7 @@ var ae = require("child_process"), le = require("fs"), O = require("fs/promises"
22
22
  // packages/cli/package.json
23
23
  var U = {
24
24
  name: "@asterflow/cli",
25
- version: "2.1.0",
25
+ version: "2.2.0",
26
26
  description: "CLI for scaffolding AsterFlow projects, adding plugins, and generating the static fs-routing manifest.",
27
27
  keywords: [
28
28
  "asterflow",
package/dist/mjs/index.js CHANGED
@@ -11,7 +11,7 @@ import { promisify as Ae } from "util";
11
11
  // packages/cli/package.json
12
12
  var F = {
13
13
  name: "@asterflow/cli",
14
- version: "2.1.0",
14
+ version: "2.2.0",
15
15
  description: "CLI for scaffolding AsterFlow projects, adding plugins, and generating the static fs-routing manifest.",
16
16
  keywords: [
17
17
  "asterflow",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asterflow/cli",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "CLI for scaffolding AsterFlow projects, adding plugins, and generating the static fs-routing manifest.",
5
5
  "keywords": [
6
6
  "asterflow",
@@ -40,7 +40,7 @@
40
40
  "dev": "bun run src/index.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@asterflow/fs": "^2.1.0",
43
+ "@asterflow/fs": "^2.2.0",
44
44
  "@clack/prompts": "^0.9.1",
45
45
  "chalk": "^4.1.2",
46
46
  "ci-info": "^4.1.0",