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

sfdx force:source:push is too verbose #129

Closed
kvor opened this issue Jul 5, 2019 · 0 comments
Closed

sfdx force:source:push is too verbose #129

kvor opened this issue Jul 5, 2019 · 0 comments
Labels
feature Issue or pull request for a new feature

Comments

@kvor
Copy link

kvor commented Jul 5, 2019

Summary

When we push metadata sfdx force:source:push, the output lists all pushed files.
However, in C.I. where we clone our project, this is a major problem since we reach
file log limits and CI breaks. We expect either a summarised output (total number of files) in case of success or an argument (--quiet) that will return only warnings/errors

Steps To Reproduce:

  1. run sfdx force:source:push
  2. If 1000 files are pushed, the output will return 1000 lines.

Expected result

We expected a success message with total sum of files and not each one of them.
An argument --quiet --silent is need to control the verbosity of output.

Actual result

Returns thousands of lines of pushed metadata. This a problem in C.I. as many services like Travis have a limit in log file size.

Additional information

We would expect an argument --quiet where it would return only warnings and errors.

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