phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
99 stars 10 forks source link

Add argument for setting a project's default label #1442

Open cd-work opened 3 weeks ago

cd-work commented 3 weeks ago

This patch adds a new --default-label argument to phylum project update which allows setting the default label for a project. This argument conflicts with all other arguments, since the API endpoint used to update the default label is separate from all other endpoints.

Closes #1439.

maxrake commented 3 weeks ago

CHANGELOG entry requested.

cd-work commented 3 weeks ago

Stalled due to https://github.com/phylum-dev/api/issues/1390.