Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

SalesforceLabs/PackagePush

Repository files navigation

Documentation is here

https://salesforce.quip.com/ZEuaAyajBmAB

To extend this app clone this repo and develop in seperate dev LMA org. Do not do development/test in your main LMA org.

Useful commands for developing in dev LMA org. Since LMA org is a regular org and not a scratch org, following commands will be useful. Also in dev LMA org, you will need to include LMA managed package.

Development in dev LMA org

sfdx force:auth:web:login -d

sfdx force:source:deploy --manifest ~/labapp/PackagePush/manifest/package.xml

sfdx force:source:deploy -m ApexClass sfdx force:source:deploy -m LightningComponentBundle sfdx force:apex:test:run --synchronous --classnames PackagePush_Tests

Commands to create lightning component

sfdx force:lightning:component:create --type lwc -n SchedulePush -d ./force-app/main/default/lwc

About

App to schedule package push upgrades

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published