Module

x/fluentci/deps.ts>Secret.inject

This is the command line interface for FluentCI.
Go to Latest
method Secret.inject
import { Secret } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";

Inject prompt value. If called, the prompt doesn't prompt for an input and returns immediately the injected value. Can be used for unit tests or pre selections.

Parameters

value: string

Input value.