Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta status command needs flag to omit ignored files #1312

Closed
jclark-dot-org opened this issue Dec 6, 2021 · 3 comments
Closed

Beta status command needs flag to omit ignored files #1312

jclark-dot-org opened this issue Dec 6, 2021 · 3 comments
Labels
feature Issue or pull request for a new feature

Comments

@jclark-dot-org
Copy link

Is your feature request related to a problem? Please describe.

The beta source tracking ticket explains,

The output of force:source:beta:status shows all changes but indicates which ones, if any, are covered by your .forceignore file (and therefore won’t be part of push/pull).

This is a big deviation from the prior behavior, and it would be useful to have a flag which removes the IGNORED column and omits all ignored files, producing similar output to the original-recipe status command

What are you trying to do
I work on a project with a large DX repo. There are a lot of files which are in the repo but are normally included in .forceignore. This is generally because we never want changes to these files to inadvertently be deployed to production, but we do want the original sources tracked (and we need them for scratch org builds, see below). This can lead to a lot of extraneous output.

As an aside: We have a scratch org build script (and automation pipeline) which temporarily replaces our standard .forceignore with a scratch-build-specific version, allowing many of those items to be deployed to a new scratch.

Describe the solution you'd like

A switch to force:source:beta:tracking to exclude the IGNORED column and all ignored metadata components.

Describe alternatives you've considered

None found.

@jclark-dot-org jclark-dot-org added the feature Issue or pull request for a new feature label Dec 6, 2021
@github-actions
Copy link

github-actions bot commented Dec 6, 2021

Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments.

@uip-robot-zz
Copy link

This issue has been linked to a new work item: W-10271553

@shetzel
Copy link
Contributor

shetzel commented Jan 20, 2022

The concise flag should now be available for use in SFDX CLI v7.134.0

@shetzel shetzel closed this as completed Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issue or pull request for a new feature
Projects
None yet
Development

No branches or pull requests

3 participants