cli
cli copied to clipboard
Add argument for setting a project's default label
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.
CHANGELOG entry requested.
Stalled due to https://github.com/phylum-dev/api/issues/1390.
Stalled due to https://github.com/phylum-dev/api/pull/1559.
Tested locally against the latest staging API and everything seems to be working as I intended now.