Skip to content

Conversation

soridalac
Copy link
Contributor

What does this PR do?

Add debug logger to detect hidden directories early

What issues does this PR fix or reference?

Github issue link: forcedotcom/cli#3310, @W-18715150@

Functionality Before

Hidden directory get processed normally
No early warning, no visibility

Functionality After

Catches all hidden directory usage and early detecting before writing

@soridalac soridalac requested a review from a team as a code owner July 31, 2025 18:53
Copy link
Member

@cristiand391 cristiand391 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some small requests

@cristiand391
Copy link
Member

QA notes:

✅ SDR logs forceignored files during the writing step in the retrieve pipeline

sf project retrieve start --metadata 'ApexClass:*' --output-dir .hehe --dev-debug --debug-filter '*StandardWriter*'
...
[17:26:35.089] DEBUG (sf:StandardWriter): File /Users/cdominguez/code/gh/trailheadapps/ebikes-lwc/.hehe/main/default/classes/CommunitiesLandingControllerTest.cls-meta.xml was ignored or not exists
[17:26:35.089] DEBUG (sf:StandardWriter): File /Users/cdominguez/code/gh/trailheadapps/ebikes-lwc/.hehe/main/default/classes/HeroDetailsPositionCustomPicklist.cls was ignored or not exists
[17:26:35.089] DEBUG (sf:StandardWriter): File /Users/cdominguez/code/gh/trailheadapps/ebikes-lwc/.hehe/main/default/classes/HeroDetailsPositionCustomPicklist.cls-meta.xml was ignored or not exists
...

@cristiand391 cristiand391 merged commit 3006ca0 into main Aug 1, 2025
47 checks passed
@cristiand391 cristiand391 deleted the sl/AddLogger branch August 1, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants