This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
extension_commands
Marcel Kloubert edited this page Apr 10, 2018
·
4 revisions
Home >> Settings >> 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.
function deletePackageFiles (
packageNames: string | string[],
targetNames: string | string[]
) { }
function deployPackageFiles (
packageNames: string | string[],
targetNames: string | string[]
) { }
function pullPackgeFiles (
packageNames: string | string[],
targetNames: string | string[]
) { }