Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# FOSSA CLI Changelog
## 3.15.1
- Remove `fossa snippets` subcommand and documentation ([#1623](https://github.com/fossas/fossa-cli/pull/1623))

## 3.15.0
- Make snippet scanning non-experimental. This PR deprecates `fossa analyze --x-snippet-scan`. Please use `fossa analyze --snippet-scan` instead. ([#1622](https://github.com/fossas/fossa-cli/pull/1622))

Expand Down
12 changes: 0 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,6 @@ Concept guides explain the nuances behind how basic FOSSA primitives work. If yo

- [Overview and Support Policy](./references/experimental/README.md)

#### Scanning Projects for Source Snippets

- [Overview](./references/subcommands/snippets.md)
- [Quickstart](./references/subcommands/snippets.md#quickstart)
- [Frequently Asked Questions](./references/subcommands/snippets.md#faq)

##### Subcommands

- [`fossa snippets analyze`](./references/subcommands/snippets/analyze.md)
- [`fossa snippets commit`](./references/subcommands/snippets/commit.md)

### References

#### CLI commands
Expand All @@ -140,7 +129,6 @@ Concept guides explain the nuances behind how basic FOSSA primitives work. If yo
- [`fossa init`](./references/subcommands/init.md): Generate sample config files.
- [`fossa list-targets`](./references/subcommands/list-targets.md): Retrieve a list of filterable targets in a project.
- [`fossa report`](./references/subcommands/report.md): Download a report of the most recent scan of a project.
- [`fossa snippets`](./references/subcommands/snippets.md): Analyze snippets of a project and check if they exist in other open source projects FOSSA knows about.
- [`fossa test`](./references/subcommands/test.md): View the results of the most recent scan of a project.
- [`fossa release-group`](./references/subcommands/release-group.md): Interact with FOSSA release groups.
- [`fossa project`](./references/subcommands/project.md): Interact with FOSSA projects.
Expand Down
106 changes: 0 additions & 106 deletions docs/references/subcommands/snippets.md

This file was deleted.

110 changes: 0 additions & 110 deletions docs/references/subcommands/snippets/analyze.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/references/subcommands/snippets/commit.md

This file was deleted.

3 changes: 1 addition & 2 deletions extlib/millhone/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# `millhone`

This CLI is used for FOSSA snippet scanning,
and will be accessible via `fossa snippets` in future FOSSA CLI releases.
This CLI is used for FOSSA container JAR analysis.

# Subcommands

Expand Down
4 changes: 2 additions & 2 deletions extlib/millhone/docs/subcommands/analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ example-project/
main.c
```

When scanned like `fossa snippets analyze -o snippets`,
When scanned like `millhone analyze -o snippets`,
would be presented like the below if all files contained a snippet match:
```
snippets/
Expand Down Expand Up @@ -89,7 +89,7 @@ committing these results in a FOSSA scan.

# Next Steps

After running `fossa snippets analyze`, the next step is to run `fossa snippets commit`.
After running `millhone analyze`, the next step is to run `millhone commit`.

These are separate steps to give users the ability to edit or review the matched data
prior to submitting the results to FOSSA.
4 changes: 0 additions & 4 deletions spectrometer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ library
App.Fossa.Config.SBOM.Analyze
App.Fossa.Config.SBOM.Common
App.Fossa.Config.SBOM.Test
App.Fossa.Config.Snippets
App.Fossa.Config.Test
App.Fossa.Container
App.Fossa.Container.AnalyzeNative
Expand Down Expand Up @@ -281,9 +280,6 @@ library
App.Fossa.RunThemis
App.Fossa.SBOM
App.Fossa.SBOM.Analyze
App.Fossa.Snippets
App.Fossa.Snippets.Analyze
App.Fossa.Snippets.Commit
App.Fossa.Subcommand
App.Fossa.Test
App.Fossa.VendoredDependency
Expand Down
Loading
Loading