cd-work / cli

Command line interface for the Phylum API

Home Page:https://phylum.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Introduction

GitHub release (latest by date) MIT License Test Status README

The command line interface (CLI) allows users to submit their project package dependencies to Phylum's API for analysis. Currently pre-built binaries for Linux and macOS are available. For other platforms (e.g., Windows), binaries can easily be built.

asciicast

Quickstart for Linux or macOS

  1. Download the latest release package for your target:

    Target Package
    x86_64-unknown-linux-musl phylum-x86_64-unknown-linux-musl.zip
    x86_64-apple-darwin phylum-x86_64-apple-darwin.zip
    aarch64-apple-darwin phylum-aarch64-apple-darwin.zip
  2. Confirm the signature of the archive with minisign and the public key for Phylum

    $ minisign -Vm phylum-*.zip -P RWT6G44ykbS8GABiLXrJrYsap7FCY77m/Jyi0fgsr/Fsy3oLwU4l0IDf
    Signature and comment signature verified
    Trusted comment: Phylum - the future of software supply chain security
  3. Unzip the archive

    unzip phylum-*.zip
  4. Run the installer script for installation

    ./install.sh
    
  5. Register for an account (if you don't already have one)

    phylum auth register
    
  6. Authenticate with Phylum

    phylum auth login
    
  7. Create a new Phylum project in your project directory

    phylum project create <project-name>
    
  8. Submit your package lock file

    phylum analyze <package-lock-file.ext>
    
  9. (Optional) View the analysis results in the Phylum UI


Questions/Issues

Please contact Phylum with any questions or issues using the CLI tool.

Email: support@phylum.io

About

Command line interface for the Phylum API

https://phylum.io

License:MIT License


Languages

Language:Rust 95.4%Language:Shell 4.4%Language:HTML 0.2%