Skip to content

omniphx/sfdx-autodeploy-watcher

Repository files navigation

SFDX Auto Deployer

SFDX now provides a way to develop against against any org using SFDX.

However, if you make file changes you still need to manually deploy each file. This package will watch your files for changes and execute the sfdx force:source:deploy --sourcepath <filename> command making development less tedious.

Note: This is package does not work for scratch orgs. Only Sandboxes and orgs that don't have source tracking.

Pre-requisites

  • Must have SFDX installed
  • Must have a default username configued (.sfdx/sfdx-config.json) or set one up with $ sfdx force:config:set [email protected]
  • Must be in a sfdx project directory that references a manifest

About

VS Code extension to auto-deploy SFDX files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published