Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

This is the command line interface for FluentCI.
Go to Latest
function default
import { default } from "https://deno.land/x/fluentci@v0.13.0/src/cmd/init.ts";

Initializes a Fluent CI pipeline by fetching the specified template from the registry, downloading it, and copying it to the specified output directory.

Parameters

optional
unnamed 0: { template?: string; standalone?: boolean; wasm?: boolean; } = [UNSUPPORTED]
  • The options for the initialization.
optional
name: string
  • The name of the template to use for the pipeline.