{ "type": "string", "description": "The bash command to execute. Can be empty to view additional logs when previous exit code is `-1`. Can be `ctrl+c` to interrupt the currently running process.", } }, "required": ["command"], }, }, }, { "type": "function", "function":...
Actually, it is list of artifact name substrings so that you can have "test" string in the artifacts array and it would match "test-1.2.3.tgz" artifact on CircleCI. order_by string build_num When looking for the latest build, use this field in response to define the order (stop_...
The JavaScript API is a bunch of functions that can take either a string of Bash code or an array of already-parsed arguments (likeprocess.argv) and return a string with the resulting program: import*ascurlconverterfrom'curlconverter';curlconverter.toPython('curl example.com');curlconverter.to...
--- Python is an interpreted, interactive object-oriented programming language suitable (amongst other uses) for distributed application development, scripting, numeric computing and system testing. Python is often compared to Tcl, Perl, Java, JavaScript, Visual Basic or Scheme. To find out more abo...
Unlike CSS imports, importing a file gives you a string value. This value is the final path you can reference in your code, e.g. as the src attribute of an image or the href of a link to a PDF. To reduce the number of requests to the server, importing images that are less than...
preGenCommand: String - A bash command to run before the project has been generated. If the project isn't generated due to no changes when using the cache then this won't run. This is useful for running things like generating resources files before the project is regenerated. postGenCommand...