Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/code / FileChange

Interface: FileChange

Defined in: packages/b2c-tooling-sdk/src/operations/code/upload-files.ts:18

Represents a file to upload or delete, with source and destination paths.

Properties

dest

dest: string

Defined in: packages/b2c-tooling-sdk/src/operations/code/upload-files.ts:22

Cartridge-relative destination path (e.g. "cartridgeName/path/to/file.js")


src

src: string

Defined in: packages/b2c-tooling-sdk/src/operations/code/upload-files.ts:20

Absolute path to the file on disk

Released under the Apache-2.0 License.