v0.7.0
A minimal Fluent CI Pipeline
Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Dependencies
deno.land/x
other
skypack.dev
lodash
Versions
- v0.11.3Latest
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.1
- v0.10.0
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.2
- v0.8.1
- v0.8.0
- v0.8.0
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.0
- v0.2.11
- v0.2.10
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
Base Pipeline
This repository contains a minimal pipeline for a Fluent CI project. It is intended to be used as a template for new projects. Reusing this template will allow you to get started with Fluent CI in a matter of minutes, just run the following command:
fluentci initFiles Tree Layout
src
βββ aws
β βββ config_test.ts : AWS CodePipeline Config Test
β βββ config.ts : AWS CodePipeline Config
β βββ init.ts : Used by `fluentci ac init` command
β βββ README.md : AWS CodePipeline README
βββ azure : Azure Pipelines YAML Generator
β βββ config_test.ts : Azure Pipelines Config Test
β βββ config.ts : Azure Pipelines Config
β βββ init.ts : Used by `fluentci ap init` command
β βββ README.md : Azure Pipelines README
βββ circleci : Circle CI YAML Generator
β βββ config_test.ts : Circle CI Config Test
β βββ config.ts : Circle CI Config
β βββ init.ts : Used by `fluentci cci init` command
β βββ README.md : Circle CI README
βββ dagger : Dagger pipeline files
β βββ index.ts : Dagger pipeline entrypoint
β βββ jobs.ts : Dagger pipeline jobs
β βββ list_jobs.ts : Used by `fluentci ls` command
β βββ pipeline.ts : Dagger pipeline definition
β βββ runner.ts : Used by `dagger run fluentci .` command
βββ github : Github Actions YAML Generator
β βββ config_test.ts : Github Actions Config Test
β βββ config.ts : Github Actions Config
β βββ init.ts : Used by `fluentci gh init` command
β βββ README.md : Github Actions README
βββ gitlab : Gitlab CI YAML Generator
βββ config_test.ts : Gitlab CI Config Test
βββ config.ts : Gitlab CI Config
βββ init.ts : Used by `fluentci gl init` command
βββ README.md : Gitlab CI README