Used for invoking all command-line programs.
Run commands are executed using non-login shells by default, so you must explicitly source any dotfiles as part of the command.
Command to run via the shell
Title of the step to be shown in the CircleCI UI (default: full command)
command
Shell to use for execution command (default: See Default Shell Options)
Additional environmental variables, locally scoped to command
Whether or not this step should run in the background (default: false)
false
In which directory to run this step.
Will be interpreted relative to the working_directory of the job. (default: .)
.
Elapsed time the command can run without output.
The default is 10 minutes and the maximum is governed by the maximum time a job is allowed to run.
Specify when to enable or disable the step.
Takes the following values: always, on_success, on_fail (default: on_success)
always
on_success
on_fail
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
Used for invoking all command-line programs.