cli icon indicating copy to clipboard operation
cli copied to clipboard

Command line interface for the Phylum API

Results 47 cli issues
Sort by recently updated
recently updated
newest added

The `.phylum_project` file contains the Project ID and (optionally) group name. But it does not contain the API URL. This leads to unknown project errors if a `.phylum_project` file is,...

enhancement
question
low priority

We're currently using the XDG specification's file structure, which will fall back on using `~/.local` under Windows. We may want to comply with Windows' convention of using the `%APPDATA%` and/or...

enhancement
low priority

When a threshold is disabled in the UI, but not also set to 0, the CLI shows this threshold as enabled. For example: ![disabled](https://user-images.githubusercontent.com/616067/164748054-a7e94df9-04b2-431d-9edf-72d2bf787f2b.png) ``` ❯ phylum history project test-project...

bug
medium priority

When `phylum update` is run, it will: 1. Confirm that the user is on a platform that supports self-update (i.e, `aarch64-apple-darwin`, `x86_64-apple-darwin`, or `x86_64-unknown-linux`). 2. Attempt an escape hatch update...

enhancement
medium priority

# Overview Users should be able to run `phylum fix ` to address issues in their projects. The `fix` subcommand should attempt to maximize the user score by remediating as...

enhancement
medium priority

**Describe the bug** The Crit field is shown in the `history` view, but is not populated with any data. **To Reproduce** Steps to reproduce the behavior: 1. Have analyzed at...

bug
low priority

## Overview The ability to `cargo update` this repository appears to be broken. The workflow that automates this process as a weekly task has been [broken since ~12 JUL 2024](https://github.com/phylum-dev/cli/actions/workflows/cargo-update.yml)....

bug
needs triage

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...

The default label for a project determines which job is considered current for a project. This has impacts in search, monitoring notifications, and the policy result shown in the project...

enhancement

The `phylum` command treats `.csproj` files differently when passed as arguments to the command line as opposed to when they are found by a directory search... Specifically, running `phylum parse...

bug
low priority