Please add --concise flag to sf project retrieve preview
#2489
Closed
jclark-dot-org
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
@jclark-dot-org - Thanks for starting the discussion. To clarify, you're just looking for a way to suppress the forceignored files reported by |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This should now be implemented with salesforcecli/plugin-deploy-retrieve#831 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Back when
sfdx force:source:statuswas updated (the "beta" commands), it started including a list of ignored files, which was noisy. SFDX v7.140.0 added the--conciseflag to make the output more like the original output, such as suppressing this list of ignored metadata.Today,
sf force:source:status --concisestill works, but gives the warning, "Warning: We plan to deprecate this command in the future. Try using the "project retrieve/deploy preview" command instead." However,sf project retrieve previewdoes not support--concise, nor any similar flag. Please add this; it is very helpful to be able to see only relevant changes.Beta Was this translation helpful? Give feedback.
All reactions