cli icon indicating copy to clipboard operation
cli copied to clipboard

Add argument for setting a project's default label

Open cd-work opened this issue 1 year ago • 2 comments

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.

cd-work avatar Jun 10 '24 21:06 cd-work

CHANGELOG entry requested.

maxrake avatar Jun 10 '24 21:06 maxrake

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

cd-work avatar Jun 13 '24 15:06 cd-work

Stalled due to https://github.com/phylum-dev/api/pull/1559.

cd-work avatar Aug 29 '24 18:08 cd-work

Tested locally against the latest staging API and everything seems to be working as I intended now.

cd-work avatar Aug 29 '24 21:08 cd-work