Module

x/fluentci/src/cmd/cache.ts>default

Set up and run your CI locally or in any CI Provider in a consistent way
Latest
function default
import { default } from "https://dotland.deno.dev/x/fluentci@v0.16.4/src/cmd/cache.ts";

Fetches a pipeline template from https://deno.land/x and caches it using Deno cache command.

Parameters

optional
pipeline: string
  • The name of the pipeline template to be cached.
optional
lockWrite: boolean