Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

extension_commands

Marcel Kloubert edited this page Apr 10, 2018 · 4 revisions

Home >> Settings >> Extension commands

Extension commands

A list of useful commands provided by the extension, which can be used by buttons, e.g.

For a full list, execute Deploy Reloaded: Tools ..., select Quick code execution ... and execute $commands. Commands, provided by the extension, should have a extension.deploy.reloaded. prefix.

extension.deploy.reloaded.deletePackageFiles

function deletePackageFiles (
    packageNames: string | string[],
    targetNames: string | string[]
) { }

extension.deploy.reloaded.deployPackageFiles

function deployPackageFiles (
    packageNames: string | string[],
    targetNames: string | string[]
) { }

extension.deploy.reloaded.pullPackgeFiles

function pullPackgeFiles (
    packageNames: string | string[],
    targetNames: string | string[]
) { }
Clone this wiki locally