2.2.11 • Published 6 months ago

@flatjs/cli-plugin-ci v2.2.11

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@flatjs/cli-plugin-ci

The standard CI workflow

Usage Guides

{
  "scripts": {
    "ci:build": "npx flat ci buildEvolve",
    "ci:checkRequirements": "npx flat ci checkRequirements",
    "ci:parallel": "npx flat ci parallel",
    "ci:publish": "npx flat ci publishCdn -f=\"semic/admin-ui/**/*.{png,jpg,jpeg,gif,svg,js,css}\"",
    "ci:publish": "npx flat ci publishFtp -f=\"semic/admin-ui/**/*.{png,jpg,jpeg,gif,svg,js,css}\""
  }
}

Note

命令行的参数优先级 低于 配置文件 flatjs-plugin-ci.config.ts定义的参数

defineConfig({
  publishCdn: {
    filter: ['**/*.{png,jpg,jpeg,gif,svg}'],
    ignore: [],
    relative: 'public',
    prefix: '',
    connection: {
      uploadApi: '',
      headers: {
        apikey: '',
        host: '',
      },
      overrideExistFile: false,
    },
  },
  publishFtp: {
    filter: ['**/*.{png,jpg,jpeg,gif,svg}'],
    ignore: [],
    relative: 'public',
    prefix: '',
    connection: {
      port: 21,
      host: '',
      user: '',
      password: '',
    },
  },
  buildEvolve: {
    publishNow: true,
    publishFolder: ['shared'],
    packNow: true,
    // CI 约定配置
    timestamp: 'dynamic',
    cleanNodeModules: true,
    packWithAssets: false,
    compress: true,
  },
  parallel: {
    prefix: '',
  },
  checkRequirements: {
    branch: 'origin/master',
    output: 'packages/manifest.json',
  },
});
2.2.1

9 months ago

2.2.0

9 months ago

2.2.3

9 months ago

2.2.2

9 months ago

2.2.5

9 months ago

2.2.4

9 months ago

2.2.11

7 months ago

2.2.7

9 months ago

2.2.6

9 months ago

2.2.10

7 months ago

2.1.16

12 months ago

2.1.17

12 months ago

2.1.14

1 year ago

2.1.15

12 months ago

2.1.12

1 year ago

2.1.11

1 year ago

2.2.12-next.5

6 months ago

2.2.12-next.6

6 months ago

2.2.12-next.3

6 months ago

2.2.12-next.4

6 months ago

2.2.12-next.1

7 months ago

2.2.12-next.2

7 months ago

2.2.12-next.0

7 months ago

2.2.0-next.2

10 months ago

2.2.0-next.3

10 months ago

2.2.0-next.4

10 months ago

2.2.0-next.0

11 months ago

2.1.18

12 months ago

2.2.0-next.1

10 months ago

2.2.9

8 months ago

2.2.8

8 months ago

2.2.8-next.0

9 months ago

2.2.8-next.1

9 months ago

2.1.10

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.1.6

1 year ago

2.1.7

1 year ago

2.1.5

1 year ago

2.1.0-next.20

1 year ago

2.1.0-next.24

1 year ago

2.1.0-next.23

1 year ago

2.1.0-next.22

1 year ago

2.1.0-next.21

1 year ago

2.1.0-next.28

1 year ago

2.1.0-next.27

1 year ago

2.1.0-next.26

1 year ago

2.1.0-next.25

1 year ago

2.1.0-next.29

1 year ago

2.1.1

1 year ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.0

1 year ago

2.1.0-next.31

1 year ago

2.1.0-next.30

1 year ago

2.1.0-next.34

1 year ago

2.1.0-next.33

1 year ago

2.1.0-next.32

1 year ago

2.1.0-next.17

1 year ago

2.1.0-next.16

1 year ago

2.1.0-next.37

1 year ago

2.1.0-next.36

1 year ago

2.1.0-next.19

1 year ago

2.1.0-next.18

1 year ago

2.1.0-next.15

2 years ago

2.1.0-next.14

2 years ago

2.1.0-next.13

2 years ago

2.1.0-next.12

2 years ago

2.1.0-next.11

2 years ago

2.1.0-next.10

2 years ago

2.1.0-next.9

2 years ago

2.1.0-next.8

2 years ago

2.1.0-next.4

2 years ago

2.1.0-next.6

2 years ago

2.1.0-next.5

2 years ago

2.1.0-next.7

2 years ago

2.1.0-next.2

2 years ago

2.1.0-next.1

2 years ago

2.1.0-next.3

2 years ago

2.1.0-next.0

2 years ago