civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

[CIVIS-9155] ENH support `description` in file upload CLI #500

Closed jacksonlee-civis closed 1 month ago

jacksonlee-civis commented 1 month ago

In #498, I added support for description in the civis.io.* functions that upload to a Civis file, but forgot to handle the file upload command in the command-line interface. This pull request addresses this.