2.0.2 • Published 2 years ago

@erda-ui/cli v2.0.2

Weekly downloads
-
License
AGPL
Repository
github
Last release
2 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

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.4.0

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.0.19

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago