Skip to content

API Reference / @gtkx/config / index / DeployExtraFileOptions

Type Alias: DeployExtraFileOptions

DeployExtraFileOptions = Record<"source", string> & object

Defined in: deploy.d.ts:3

Deployment extra-file options, including its safe file mode.

Type Declaration

mode?

optional mode?: string

Octal file mode. Setuid and setgid bits are rejected.

Released under the MPL-2.0 License.