Options
All
  • Public
  • Public/Protected
  • All
Menu

Abstract - A generic Command

Hierarchy

  • Generable
    • Command

Implemented by

Index

Properties

generableType: GenerableType

Type of generable object

name: string

The name of the CircleCI step, which will appear in the CircleCI UI.

parameters?: CommandParameters

Step parameters

Methods

  • generateContents(flatten?: boolean): unknown
  • Generate the CircleCI YAML equivalent JSON contents for config compilation

    Parameters

    • Optional flatten: boolean

    Returns unknown

Generated using TypeDoc