Releases: phylum-dev/cli
Releases · phylum-dev/cli
v7.0.0
Added
- Organization management under the
phylum org
subcommand - Organization support for existing subcommands
phylum project update --default-label
option to set a project's default labelphylum project list --no-group
flag to only show personal projects- Full sandbox write access to project directory for building with
yarn
extension
Fixed
- Lockfile parsing of bun-generated yarn lockfiles
- Maven lockfile generation on Windows
Removed
phylum batch
subcommand
v6.6.6
Added
phylum init
will infer the repository URL fromgit
Fixed
msbuild
parser ignoring uppercaseVersion
fields onPackageReference
v6.6.5
Fixed
package-lock.json
parsing failing for dependencies withoutresolved
field
v6.6.5-rc1
Fixed
package-lock.json
parsing failing for dependencies withoutresolved
field
v6.6.4
Fixed
- Legacy Gradle lockfiles not overriding manifest files in the same project
v6.6.4-rc1
Fixed
- Gradle 5 lockfiles not overriding manifest files in the same project
v6.6.3
Fixed
- Support for gradle lockfiles in
gradle/dependency-locks/
v6.6.2
Fixed
- Gradle not generating lockfiles without
dependencyLocking
in the manifest
v6.6.1
Fixed
- Sandbox exceptions for
maven
when installed viaapt
- Log output leaking into
effective-pom.xml
during lockfile generation
v6.6.1-rc5
Fixed
- Sandbox exceptions for
maven
when installed viaapt
- Log output leaking into
effective-pom.xml
during lockfile generation