Steve Hetzel

Results 67 comments of Steve Hetzel

I've reproduced what you guys are seeing. However, things are working as designed. This is due to the timing of when the `.forceignore` rules are applied and the 2 different...

Thanks for the feedback. Based on this and some team discussion we agree that it is not working as it should so we'll fix and update the docs to make...

Excellent repro steps! Makes it so much easier to understand the problem. Thank you! If you compare the manifests that are actually generated by those 2 commands (use the `SF_MDAPI_TEMP_DIR`...

@cnwork - should make it into the CLI release candidate tomorrow.

Per the metadata coverage report, ExperienceBundle is not supported by 1GP or 2GP, but has limited unlocked packaging support. https://developer.salesforce.com/docs/metadata-coverage/59 @gsbasso - Can you confirm that you are creating an...

@viktor-saranchuk - I tried to reproduce this with CLI v2.41.8 but it retrieves the CustomField just fine. Are there more details to reproduce this? I would check your `.forceignore` file...

Using the same version of the CLI (2.30.8) and running the same command I can't reproduce this. What's the output of `sf plugins --core`? It would also help to have...

This has been reported in the past. Unfortunately, that's not code we own. It's the `open` library on npmjs. See this issue report on their github repo: https://github.com/sindresorhus/open/issues/205 There might...

The CLI currently uses open v9.1.0 and v10.1.0 was just released, and it looks like it addresses this. If you want to try it out temporarily, you could modify that...

The library will be updated in the next CLI release candidate being promoted tomorrow, but I don't think this will solve the problem for you. The best solution is to...