Thanks to visit codestin.com
Credit goes to github.com

Skip to content

keirbowden/forceignore-problem

Repository files navigation

.forceignore problem repo

Check everything deploys okay

  1. Create a scratch org
  2. Copy .forceignore_deploy_all to .forceignore
  3. Execute sfdx force:source:push and note the first and second objects and layouts are deployed
  4. Delete the scratch org

Reproduce problem

  1. Create a scratch org
  2. Copy .forceignore_exclude_second to .forceignore
  3. Execute sfdx force:source:push and note the second object and layout are not deployed, as expected
  4. Copy .forceignore_deploy_all to .forceignore
  5. Execute sfdx force:source:push and note that no results found is displayed, so the updated .forceignore file isn't having the desired affect.

About

Repo demonstrating potential issue with .forceignore file

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors