2.1.10 • Published 8 months ago

@flatjs/cli-plugin-ci v2.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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.1.10

8 months ago

2.1.9

8 months ago

2.1.8

9 months ago

2.1.6

9 months ago

2.1.7

9 months ago

2.1.5

10 months ago

2.1.0-next.20

1 year ago

2.1.0-next.24

12 months ago

2.1.0-next.23

12 months ago

2.1.0-next.22

12 months ago

2.1.0-next.21

12 months ago

2.1.0-next.28

12 months ago

2.1.0-next.27

12 months ago

2.1.0-next.26

12 months ago

2.1.0-next.25

12 months ago

2.1.0-next.29

11 months ago

2.1.1

11 months ago

2.1.4

11 months ago

2.1.3

11 months ago

2.1.0

11 months ago

2.1.0-next.31

11 months ago

2.1.0-next.30

11 months ago

2.1.0-next.34

11 months ago

2.1.0-next.33

11 months ago

2.1.0-next.32

11 months ago

2.1.0-next.17

1 year ago

2.1.0-next.16

1 year ago

2.1.0-next.37

11 months ago

2.1.0-next.36

11 months ago

2.1.0-next.19

1 year ago

2.1.0-next.18

1 year ago

2.1.0-next.15

1 year ago

2.1.0-next.14

1 year ago

2.1.0-next.13

1 year ago

2.1.0-next.12

1 year ago

2.1.0-next.11

1 year ago

2.1.0-next.10

1 year ago

2.1.0-next.9

1 year ago

2.1.0-next.8

1 year ago

2.1.0-next.4

1 year ago

2.1.0-next.6

1 year ago

2.1.0-next.5

1 year ago

2.1.0-next.7

1 year ago

2.1.0-next.2

1 year ago

2.1.0-next.1

1 year ago

2.1.0-next.3

1 year ago

2.1.0-next.0

1 year ago