CONSFIGURATOR.PROPERTY.CMD

API reference

General

Property: CMD:SINGLE

(cmd:single &rest args)

A property which can be applied by running a single shell command. ARGS is either a single string specifying a shell-escaped command, or number of strings which will be shell-escaped and then concatenated.

(Note that bypassing the shell can only be done within a :LISP property.)

Keyword argument :ENV is a plist of environment variables to be set when running the command, using env(1).