truss icon indicating copy to clipboard operation
truss copied to clipboard

Verbose option for cli push command

Open ynie opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. I'm not sure why each upload takes ~5 mins since I should only have python files. I suspect some of the unintended larger bin files are being uploaded as well. It would be nice to see what are the files being uploaded to the server.

Describe the solution you'd like truss push --verbose It prints out all the files being included in the zip file. Maybe output the file zip file location as well?

Describe alternatives you've considered Warning for any files larger than 1mb.

Additional context None. Thanks!

ynie avatar Jan 04 '24 19:01 ynie

This is what i found in cli.py file:

|---------------------------------------------------------------------------------------| | Your model is deploying as a development model. Development models allow you to | | iterate quickly during the deployment process. | | | | When you are ready to publish your deployed model as a new deployment, pass '--publish' to the 'truss push' command. To monitor changes to your model and rapidly iterate, run the 'truss watch' command. |

lost-particles avatar Sep 11 '25 10:09 lost-particles