Skip to content

Type.Type.Command

DecentM edited this page Aug 27, 2024 · 57 revisions

@decentm/concourse-ts / Type / Command

Type alias: Command

Command: object

JSON representation of :class

Used by Task

https://concourse-ci.org/tasks.html#schema.task-config.run

Type declaration

args?

optional args: string[]

dir?

optional dir: DirPath

path

path: FilePath

user?

optional user: string

Source

declarations/types.ts:78

Clone this wiki locally