Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PublisherOptions

Index

Properties

dir: string

The base directory of the apps source code

forgeConfig: ResolvedForgeConfig

The raw forgeConfig this app is using.

You probably shouldn't use this

makeResults: ForgeMakeResult[]

The results from running the make command

Methods

  • setStatusLine(statusLine: string): void
  • A method that allows the publisher to provide status / progress updates to the user. This method currently maps to setting the "output" line in the publisher listr task.

    Parameters

    • statusLine: string

    Returns void