2.0.2 • Published 3 years ago

@erda-ui/cli v2.0.2

Weekly downloads
-
License
AGPL
Repository
github
Last release
3 years ago

Erda-ui cli

Command line interface for rapid Erda UI development.

Install

npm install @erda-ui/cli

Usage

install dependency & initialize .env config

erda-ui init

build erda-ui

erda-ui build

Options: --online whether is online build, default is false --release whether need build docker image & push, default is false --registry docker registry address which to push

do translate job

erda-ui i18n workDir

generate service by API swagger

erda-ui generate-service workDir

check file license header

erda-ui check-license

add license header to files

erda-ui add-license

How to debug ts script

create a launch.json config in vscode. Add content below.

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "erda-ui-cli-debugger",
            "type": "node",
            "request": "launch",
            "runtimeExecutable": "node",
            "runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],
            "args": ["${workspaceRoot}/cli/lib/util/log.ts"], // this should be your target file
            "cwd": "${workspaceRoot}/cli",
            "internalConsoleOptions": "openOnSessionStart",
            "skipFiles": ["<node_internals>/**", "node_modules/**"]
        }
    ]
}
2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.4.0

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.0.19

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago